Page 1 of 1

Playing a live stream provided by a script

PostPosted: Wed Jul 30, 2014 10:50 am
by majordidge
Hi,

I have a linux bash script which when run produces a live video stream which is transcoded and routed to stdout using VLC. Is there any way I can use Serviio running on the same server to serve this stream to my DLNA renderers?

Thanks,

MD.

Re: Playing a live stream provided by a script

PostPosted: Wed Jul 30, 2014 11:35 am
by DenyAll
Yes should be do-able. Instead of streaming to stdout stream to a port, then set up Serviio to Live Stream this port to your renderers. Have a look at viewtopic.php?f=20&t=7249&p=91710#p91688 and viewtopic.php?f=5&t=5620&start=40#p91725 - you should be able to modify step 1 and use step 2 in the pdf document for your purposes.