Hello, I am new to modifying the ffmpeg/ffserver code, but am an experienced programer and have worked with codecs in the past (I designed a motion compensation engine for a hardware mpeg2 encoder chip).
I am looking to modify ffserver, as I require the following features for a project I am working on: - have a static jpeg (logo) streamed when nothing else to stream - stream each file uploaded to the feed once and in sequence Imagine the server acting as a video juke-box, dislaying a logo whilst nothing else is happening, and queueing the videos to play back in sequence. The output must be a continuous RTSP or HTTP stream with no bad timecodes or anything that would upset a streaming client. Is this possible with the architecture of ffserver? Any ideas where to start, what sort of changes I am looking at and where in the code the relavent bits may be? Any help or advice greatly appreciated. Regards, Keean. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
