View Single Post
  #75  
Old 02-09-2017, 06:14 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: Can somebody help get filmon rtmp code to play with livestreamer?


This one works fine:

set url=http://www.filmon.com/channel/bbc-news
start /min streamlink --http-header "User-Agent=Mozilla/5.0" --player "ffplay.exe -vf scale=854:480" %url% worst


This one not so fine:

set url=http://www.filmon.com/channel/bbc-news
start /min streamlink --http-header "User-Agent=Mozilla/5.0" --player "ffplay.exe" %url% best


You can dump the stream on disk, wait for some stream to get saved on disk, and play the stream from disk with any player.
Mplayer, FFplay ...

This way there are no tea breaks, but one second more or less between chunks.

Python guys know how to sort it out or somebody like rtmpdump team.
Look at Vaughnlive.py, one example of excellence of stramlink/livestreamer team.
Reply With Quote