>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
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