Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (83)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (10340)

  • dotnet core media trans-coding library

    18 juin 2020, par Faisal Shahin

    I'm searching for a library for media transcoding other than ffmpeg for dotnet core the thing I'm searching for is for media streaming of videos.

    



    The ffmpeg is great but there is no library that will enable me to save the transcoded vedio to a stream object, plus when tested the conversion of the video using ffmpeg it took too much time (of course depending on multiple factors).

    



    so Im wondering if there is a dotnet core library other than those who uses ffmpeg that do the same thing but with more performance and the ability to save the output to a stream object

    


  • FFmpeg is not working with the media file path containing whitespace in name

    23 juin 2021, par Kamran Ashiq

    I am using react-native-ffmpeg with react native for basic video editing, however I am facing this issue if a media file uri contain whitespace then ffmpeg task failed with error message "No such file or directory".

    


    I have tried :

    


      

    1. RNFmeg.executeWithArguments but app crashes without any error message. Here is my command array.

      


      RNFFmpeg.executeWithArguments(["-i", videoPath, "-i", songPath, "-c:v", "copy", "-c:a", "aac", "-map", "0:v:0", "-map", "1:a:0", "-t", duration, ${path}${timeStamp}.mp4])

      


    2. 


    3. One other solution I do'nt want to go with is to copy the media file which I have picked from device local storage to cache directory with new name eliminating whitespaces.

      


    4. 


    


  • How to retransmit RTSP stream to media server Qt C++

    10 juillet 2021, par vishal dharankar

    I have an application where I receive a RTSP stream on a local IP address . This stream I want to retransmit to a media server which runs on public IP.

    


    Is it possible to forward such stream to next server without deciding and encoding this saving computations ?

    


    Can we use Gstreamer or any other similar library for this ?

    


    Sorry for not attaching any code since I am not sure where to start and what can be a specific library for this .

    


    Any pointers are helpful