Re: [Live-devel] Live streams from media Server

2008-04-17 Thread Ross Finlayson
>I noticed that the mediaServer can stream (one) LIVE TS framed stream >from a fifo, though it open and closes the fifo a couple of times before >forwarding the stream. No, it opens the file only once - for each client. However, because you are streaming from a live source - rather than from a p

[Live-devel] Live streams from media Server

2008-04-17 Thread Peter Maersk-Moller
Hi. I noticed that the mediaServer can stream (one) LIVE TS framed stream from a fifo, though it open and closes the fifo a couple of times before forwarding the stream. Something like $ mkfifo fifo.ts $ live555MediaServer & $ while true; do get_ts_stream >fifo ; done Not perfect and