View Single Post
  #19  
Old 11-05-2016, 04:45 AM
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?


lajvguy,


you may ask people to crack FilmonPlayer.swf, if filmon is using token may be inside there.
Or simply ask, is filmon using token ?


This is how to get rtmp parameters with livestreamer:


set var=http://www.filmon.com/channel/cbeebiesbbc-four

livestreamer --stream-url %var% worst


C:\>set var=http://www.filmon.com/channel/cbeebiesbbc-four

C:\>livestreamer --stream-url http://www.filmon.com/channel/cbeebiesbbc-four worst
rtmp://live-889.ld5.edge.filmon.com/live/?id=0ad5aac39bb13fbe74bd318650bebe57c87a46cd8ee7a9 658668f3b21cfb1bce6975795dc96
28a51c13027d3aeecb6b518b3861c9e18e7be10acacdeeeb29 4bc414b9cd8c4dde9bedc15dc577f41b595823efb83860b5c7 cac185a26e38b43a7ebf
918aa3af1d3c5ea5c420eb294b189f9321dcd27e1bca2e7dba 6a46dcbb5641d4e50e6aad128f2dac4367157b2e295d1720ff ff9e946b8 pageUrl=ht
tp://www.filmon.com/channel/cbeebiesbbc-four swfUrl=http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmon/Film
onPlayer.swf app=live/?id=0ad5aac39bb13fbe74bd318650bebe57c87a46cd8ee7a9 658668f3b21cfb1bce6975795dc9628a51c13027d3aeecb6
b518b3861c9e18e7be10acacdeeeb294bc414b9cd8c4dde9be dc15dc577f41b595823efb83860b5c7cac185a26e38b43a7eb f918aa3af1d3c5ea5c42
0eb294b189f9321dcd27e1bca2e7dba6a46dcbb5641d4e50e6 aad128f2dac4367157b2e295d1720ffff9e946b8 playpath=103.low.stream live=
1

C:\>pause
Press any key to continue . . .


What I have not figured out yet is how to get stream recorded with livestreamer with resized window.

Can be done with FFMPEG with these parameters, but at a price of getting new ID every 24 hours.
( won't be hard to me to script it given livestreamer's generous output )

When resizing windows, FFMPEG / FFPLAY return best looks.


tcUrl=
pageUrl=
swfUrl=
app=
playpath=
live=
-vf scale=864:480

Last edited by j_cool : 11-05-2016 at 03:04 PM.
Reply With Quote