Thread: Livestreamer
View Single Post
  #12  
Old 06-09-2016, 12:14 PM
sebus sebus is offline
Member
 
Join Date: Apr 2012
Posts: 30
sebus is on a distinguished road
Default

Re: Livestreamer restream with ffmpeg


Any idea if ITV can be restreamed with ffmpeg. Currently I get error if:

Code:
livestreamer -O "http://www.itv.com/hub/itv" best 2>NUL | ffmpeg -re -i - -sn -vcodec copy -acodec copy -f flv "rtmp://127.0.0.1/MonaClients/itv"

pipe:: Invalid data found when processing input
Thanks for any help

sebus

edit:

This works!

Code:
livestreamer "http://www.itv.com/hub/itv" best --player-external-http-port 59411

and then I can

ffmpeg -re -i http://127.0.0.1:59411 -sn -vcodec copy -acodec copy -f flv "rtmp://127.0.0.1/MonaClients/itv"

Last edited by sebus : 06-10-2016 at 02:25 AM.
Reply With Quote