Re-stream live webstream TV?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 |
Re: Re-stream live webstream TV?I got it working using:
Code:
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" windows binary using this guide and its web client Video Player sebus |
All times are GMT -6. The time now is 09:33 AM. |