Hi Keean,

Keean Schupke wrote:
[...]
> 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.
[...]

In my understanding, performing this kind of operations in ffserver
might be too complex (and maybe this is not the correct approach).
I suppose it would be simpler to feed ffserver with an "already processed"
video stream, and to implement the features you need in the program which
feeds ffserver (maybe you can reuse ffmpeg, with some modifications).



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

Reply via email to