
Recherche avancée
Autres articles (111)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 (...) -
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe 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 (14456)
-
Youtube Live streaming Audio function not working Android
13 avril 2017, par Muthukumar SubramaniamI am using youtube watch me github project. I recorded the live streaming video from android mobile to youtube. Live streaming videos works perfectly but the audio is not working. Please give your suggestions.
-
Streaming a TS video file over TCP socket connection
18 août 2016, par Prasanna SundarI am streaming a TS file using ffmpeg. See more at This link
Now I am writing a custom DataSource of exoplayer to consume this stream through a TCP socket and play the content on exoplayer.
Right now, exoplayer crashes because of my DataSource’s implementation as it is not able to find proper Extractor for the received data from Datasource (I was using TsExtractor).
I have the following questions,
- It is worth to do something like this ? Will I gain anything by this than doing it by HTTP or some other standard protocol(like latency or better streaming) ?
- DataSource reads the data to a byte array and start playing(I made a lame implementation). How to make it play a streaming content through a TCP socket ? like opening an OutputStream and play from it ?
-
HLS streaming always starts from the beginning in Android Browser
20 août 2015, par Cesar ZhouProblem
HLS streaming works well in iOS browser(real time mid-stream),
But in most of Android browser, the streaming always starts from the beginning(First Ts file when streaming started).
Reference
-
Android System:4.0,4.4,etc..
-
Detail for FFmpeg command : Pull RTMP streaming, then use segment to transfer that into TS splits.
ffmpeg -re -i rtmp://ipaddress/live/streamname
-codec:a libfaac -b:a 96k -af volume=1 -ac 2 -ar 44100
-f segment
-segment_time 5
-segment_list_flags live
-segment_list /path/to/m3u8
-segment_format mpegts /path/to/ts -
Detail for m3u8 file
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:6
#EXTINF:5.000278,
file0000.ts
#EXTINF:5.013356,
file0001.ts4 -
HLS Player:Ckplayer + m3u8 plugins
Help
Does anyone else meet this problem ?
-