
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (103)
-
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 (...) -
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)
Sur d’autres sites (7935)
-
How to receive and store rtsp data
23 juin 2020, par YvesI'm a newbie on video-stream process.


My goal is to store the video-stream data, formatted with RTSP protocol.


Here is what I've done :


First, I execute
ffserver -f ffserver.conf
to run the server. Here is the file offfserver.conf
:

HTTPPort 8090
RTSPPort 5554
HTTPBindAddress 0.0.0.0
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 30000
CustomLog -
NoDaemon
#NoDefaults

#2. config ffm file
<feed>
File /tmp/feed1.ffm
FileMaxSize 100M
</feed>

#3. http
<stream>
Feed feed1.ffm
Format flv
</stream>

# RTP
<stream>
Feed feed1.ffm
Format rtp
VideoCodec mpeg4
VideoFrameRate 15
VideoBufferSize 80000
VideoBitRate 100
VideoQMin 1
VideoQMax 5
VideoSize 352x288
PreRoll 0
NoAudio
</stream>

#4. stat.html
<stream>
Format status
ACL allow localhost
ACL allow 192.168.0.0 192.168.255.255
</stream>



Then, I execute
ffmpeg -i ./test.mp4 -vcodec libx264 -acodec aac http://localhost:8090/feed1.ffm
.

Finally, I can configure
rtsp://localhost:5554/test1.mpeg4
in VLC player and play the video.

Now, what I need is to store the RTSP data on the disk, instead of playing it with some player like VLC.


For example, I want to receive the RTSP data and store it into fixed-size files. If I've received 100M RTSP data, I would like to store it into 10 10MB files. And in the future, I can extract the data from the 10 files and play the video.


How to achieve this ? What should I do ?


-
store more vars than we removed
16 août 2010, par Johannstore more vars than we removed
-
nut : store and read the r_frame_rate
2 octobre 2012, par Michael Niedermayernut : store and read the r_frame_rate