View Single Post
  #38  
Old 11-16-2016, 01:31 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?


Moonspell,

let's think constructive.

There is new ID every 90th second from here:

http://www.filmon.com/api-v2/channel/694?protocol=hls

I can write a piece of code to read ID every 90th second and send it to clipboard.

Batch file can read ID from clipboard every 90th second and run it with ffmpeg.

Loop it every 90th second and all we need is simple ffmpeg switch to append to saved stream, rather than overwrite it and we're done.

It makes no sense to loop a player this would mean restarting it every time.
Reply With Quote