
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (19)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (3403)
-
Play a rtsp audio stream using ffmpeg
25 novembre 2013, par Banti Kumari am using Live555 library to stream files. In the client side i am able to render and play the video using ffmpeg and openCV but i am not able to play the audio stream coming with it.
does any one has a sample code which render rtsp audio stream using ffmpeg ? -
Play Network Streams with FFmpeg - C++
25 novembre 2013, par user2492388I want to write a program which plays Internet Streams.
I can play files on my computer with FFmpeg.
But if I have an
http://...
address from a stream, how can I read and play this ?
How can I read these streams in FFmpeg ? -
Can MPMoviePlayerController play m3u8 file
26 novembre 2013, par NiteshI am trying to play a m3u8 file using MPMovieplayercontroller
i pass the url to the MPMovieplayercontroller
But it will not play. Is it possible ?I am converting flv,avi video file formats into m3u8 files using ffmpeg for live http streaming on my server.
The m3u8 url works when i pass it to VLC as a network stream on my mac.
I know this has been asked a number of times but i have not got any satisfactory answers.Regards
Nitesh