Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
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 Last edited by sebus : 06-09-2016 at 12:32 PM. |
Tags: re stream |
Thread Tools | |
Display Modes | |
|
|