Linkes releated to rtsp streaming.
http://sonnati.wordpress.com/2011/07/11/ffmpeg-the-swiss-army-knife-of-internet-streaming-part-i/
FFMPEG :
The most notable parts of FFmpeg are
libavcodec : an audio/video codec library used by several other projects.
libavformat : an audio/video container mux and demux library, and
ffmpeg : 'command line program' for transcoding multimedia files.
FFmpeg iss the command line programm that using libavcodec, libavformat and several other openn source programs (notably x264 for H.264 encoding) offers exceptional transcoding capabilities especially forr server side batch transcoding, butt also for live encoding and audio/video filess manipulation (muxing, demuxing, slicing, splitting and so on).
Comments
Post a Comment