Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (104)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (8298)

  • How to save a RSTP link as a mp4 file using ffmpeg ?

    24 juillet 2022, par xoxo

    I have been trying to save an RSTP link in a specific folder on my desktop but so far no progress. Since I am fairly new to FFmpeg, is there any way that I can solve this ?

    


    ffmpeg -i rtsp ://Kuroo:12ka442ka2@#@182.70.113.98:5566/cam/realmonitor ?channel=1&subtype=0&unicast=true&proto=Onvif -vcodec copy -acodec copy -y C :\Users\Katsu\OneDrive\Desktop\1\video.mp4

    


    that is the code that I have been trying

    


  • Save several .ts files in one container, while preserving direct http access

    16 mars 2017, par SebastianB

    For HLS-video-streaming I have several .ts files and a .m3u8 playlist-file on my ftp-server. The .m3u8 file links relative to these .ts files. Because I’m now implementing a more advanced data management on distributed servers and a hashed folder structure, it would be most convinient if these .ts files would stay at the same place in one kind of "container"(e.g. .mp4 ?).

    Is there a way to save several .ts files in another file structure which is then still accessible for the video player directly via http? E.g. http://example.com/container.mp4:video1.ts and the next .ts file like http://example.com/container.mp4:video2.ts ?

    Obviously this access should be possible without loading/unpacking the whole "container". Furthermore it would be even more convinient, if the .m3u8 file would be saved in this "container" as well.

  • Is there a way to save the thumbnail extracted by ffmpeg in the cache ? [closed]

    28 septembre 2022, par L K

    Is there a way to save the thumbnail extracted by ffmpeg in the cache ?

    


    We are building a simple web video editing site.
I'm going to use a thumbnail while making a timeline