PDA

View Full Version : Re-stream live webstream TV?


sebus
06-07-2016, 01:12 PM
Any instructions how to re-stream live webstream TV to local network?

Like UK ITV or BBC

I need to re-stream single instance (and do not need to have every client pull the stream directly of the original site)

Thanks

sebus

sebus
06-09-2016, 07:56 AM
I got it working using:

livestreamer -O "hds://a.files.bbci.co.uk/media/live/manifesto/audio_video/simulcast/hds/uk/pc/ak/bbc_one_hd.f4m" best 2>NUL | ffmpeg -re -i - -sn -vcodec copy -acodec copy -f flv "rtmp://127.0.0.1/MonaClients/bbconehd"

with Monaserver (http://www.monaserver.ovh/installation.html#windows-build)

windows binary (https://sourceforge.net/projects/monaserver/)

using this guide (https://groups.google.com/forum/#!topic/monaserver/gXX0ZLzNym8)

and its web client Video Player (https://github.com/MonaSolutions/MonaClients/tree/master/VideoPlayer)


sebus