Samuel Kevin wrote:
Hi, all:
     I want to add recording function in a distance learning system under
linux. However, i don't know how to record the video/audio file into
streaming files which could directly used in VOD systems.

This depends on what you mean by "streaming files which could
directly used in VOD systems". There are RTP/RTSP servers (for
example, see http://www.live555.com , http://lscube.org ,
http://imedia.disi.unitn.it/software.html or similar software)
that can directly stream many kinds of audio/video files without
requiring any special "streaming" support in the media file.

I regularly use some of the servers mentioned above, and I use
ffmpeg to generate the files to stream: if you just write a .mpg
file using libavcodec/libavformat, it will work with most of the
streaming servers.

                                Luca
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to