Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (42)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

Sur d’autres sites (8139)

  • Record and play at same time using FFMPEG (from usb)

    9 février 2018, par Eduardo Preto

    I’m trying to record and play at the same time from a Video Capture Device (USB3HDCAP). Currently my script is this :

    ffmpeg  -f dshow -i video="CY3014 USB, Analog 01 Capture" mark1.mp4 -preset ultrafast -vcodec libx264 -tune zerolatency -vcodec mpeg4 -f mpegts udp://127.0.0.1:23000

    Basically I’m streaming the video using UDP to my computer using VLC (to play). However, the video quality (from file) is perfect, but the stream is delayed a several seconds and quality is not so good has I pretend.

    Anyone has some sugestion of how can I improve my implementation ?

  • Why do I need to compile ffmpeg only directly on PC on which I will develop application which will use ffmpeg libraries ?

    21 janvier 2015, par bukka.wh

    I am going to develop an application which will use ffmpeg library on my PC under Windows 8 on it. I am also going to develop my program with using Visual Studio. I have read here that to use ffmpeg as a library in my project I need compile ffmpeg at first.

    The compilation ffmpeg on OS Windows is really not very easy. And I want to know why it is impossible to compile ffmpeg on Windows at once and then use this build on any computer running OS Windows ? Why we cant do this ?
    May be someone can give me all that *.lib files that were created after compiling ffmpeg on Windows ?

  • hvec warning : [hevc @ 0x55a596a20900] Could not find ref with POC 48

    18 mai 2022, par thebluest

    I have this software where I take an input stream using RTSP to apply some computer vision algorithms on each frame, and then streaming them in a tkinter app, but I keep getting this error :

    


    [hevc @ 0x55a596a20900] Could not find ref with POC 48
[hevc @ 0x55a596a20900] Could not find ref with POC 48
[hevc @ 0x55a596a20900] Could not find ref with POC 48
[hevc @ 0x55a596a20900] Could not find ref with POC 48
[hevc @ 0x55a596a20900] Could not find ref with POC 48


    


    Sometimes, after getting this error, the stream dies and sometimes it continues. Why is this error showing and how can I debug it/catch it ?
I'm extracting the stream from an IP camera using opencv-pyhton.
Thanks.