I am building a reliable stream server . My setup is:
VLC gets MMS (WMV9) stream, converts it to MPEG4 and re-streams via http . It must me non interrupted http stream. However it is not the case, anytime when my parent mms stream interrupts - outbound http stream interrupts as well even with '--loop' command .
There is noothing we can do to prevent incoming streams from interruption but there is something we can do to fill the moments when it interrupted (for example play local video file) . How do I do that ? Is there any function in VLC supporting this feature ? If no, can this be built-in ? And one more thing: in the http stream properties there is option "keep stream open" . It does not really work. It closes down. Anything wrong ?
Thanks,
Andriy.