
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (51)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP 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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP 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 (...)
Sur d’autres sites (5539)
-
Android live streaming [on hold]
26 mai 2015, par KelvinI’m currently on a project which is about to develop a android app to view surveillance camera’s live stream through internet. I know when the video stream transferred through internet will not be a 0 second delay live stream and the legacy could be high.
The current structure of the system is : the traditional surveillance(cameras+NVR+storage ...) + broadcast server + app. The broadcast server will get streams from cameras\NVR\Storage. It supports RTSP\HTTP\RTMP.
I googled it for two days, and I found some ways to do this.
The first way is to use webview + js player. The second way is to use the video view and the Third way is to use FFMPEG or other libraries.My questions are :
Can video view play live stream with url like "rtsp ://172.22.35.161:8554" ? All the tutorial I found is about play a video file using rtsp protocol.
How’s the performance of using webview + js player (or Html5 player) ? Any suggested player I can use ?
If using the FFMPEG or other libraries, is there any suggested library or tutorial ?
Thanks for your patient of reading my question and thanks for you help in advance.
-
Live streaming using FFMPEG via MPEG Dash
4 février 2021, par mifol68042I have an application that creates gets frames for external source and creates a
mp4
video every 60 seconds. I useOpenCV
in Python to create an array of frames and then create a mp4 video every 60 seconds. Let's assume my file structure is like below :

video_1.mp4
video_2.mp4
video_3.mp4



Now I want this to be made into a live stream using FFMPEG via Apple HLS or MPEG Dash. I tried to run the following command to convert mp4 to hls :


ffmpeg -i video_1.mp4 -codec: copy -start_number 0 -hls_time 10 -hls_list_size 0 -f hls test.m3u88



I did a
cat
of thetest.m3u88
file, I can see the following output :

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:50
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:50.000000,
test30.ts
#EXTINF:50.000000,
test31.ts
#EXTINF:25.000000,
test32.ts
#EXT-X-ENDLIST



Next I did the same command for the
video_2.mp4
but the contents oftest.m3u88
is getting overwritten. I am not able to understand how to append to existing segments.

My aim for this problem is that if I can append to the
test.m3u88
file I can achieve live stream in my front end app. Is this the right way to get live stream or should I take another approach ? Please let me know examples if any that can help me on getting live stream to web app.

-
how to extract EPG from dvb-t (live tv stream - udp) with ffmpeg ?
1er mars 2017, par Amir MoradabadiI want to extract EPG from dvb-t (live tv stream - udp) with ffmpeg.
I have a dvb-t device and receiving streams with udp.