Advanced search

Medias (91)

Other articles (66)

  • Organiser par catégorie

    17 May 2013, by

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Création définitive du canal

    12 March 2010, by

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

  • Le profil des utilisateurs

    12 April 2011, by

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

On other websites (5320)

  • ffmpeg streaming from local drive to RTSP gives black video in some streaming services :(

    27 April 2022, by John R

    This question if about ffmpeg flags or options.....

    


    example, this ffmpeg command work perfectly well in mux.com but NOT in livepeer.com

    


        ffmpeg -re -i 1.webm -threads 4 
-c:v libx264 -movflags +dash -preset fast 
-tune zerolatency -pix_fmt yuv420p -c:a aac 
-b:a 192k -ac 2 -profile:v high -b:v 1369k 
-r 30 -g 60 -bufsize 969k 
-f flv "rtmp://rtmp.livepeer.com/live/streamkey"


    


    enter image description here

    


    QUESTION : I'm I missing something ???

    


    I try -f mpegts => I get black video in the stream dasboard

    


    I'm stuck...

    


  • Streaming full HD using lighttpd streaming

    2 June 2015, by HD Quality

    We have 1000 of HD full length movies and streaming using lighttpd all the files are converted using FFMPEG .FLV format, and we got VPS(Cent OS) 2TB storage & CPU: 6 cores & 30 GB RAM & 1 Gbit/s port.

    when we get traffic player buffering very long time means 10min to start play,i spend searching google and tried all the possible way to improve but no luck.

    can any one suggest how other sites are running without buffer issue,

    1.http://cloudy.ec

    3.http://putloader.com

  • How to synchronize audio and video streaming for not fixed FPS streaming?

    16 October 2019, by Padfoot

    It’s a 3-stage process.

    • In the first stage, a video (with audio) is recorded at a fixed 25 FPS rate.
    • In the second stage, it’s demuxed in two different channels and the video is processed.
    • In the third stage, the audio and video are again synchronized and muxed together.

    The issue is for the third stage, the video after the processing, is having varying FPS rate (like 16, 18, 30, 35 FPS). Is there any way to synchronize the audio with the video at original FPS rate. I’m trying to use FFMPEG for this but no success.