View Single Post
  #4  
Old 10-30-2016, 12:08 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Help with pulling m3u link from a webpage


Hi,

so you could also build static rtmp streams for all these channels so then you dont need to grab the playlist with keys anymore.If you do sniff the rtmp stream with rtmpdumphelper then you get redirected stream addresses & app keys which are dynamic and need a refresh & token but not if you use the static ones (only token needed).

Here some as examples...
Code:
rtmpdump -v -r "rtmpe://live.jagobd.com/live/atnmusic.stream" -W "http://tv.jagobd.com/player/player.swf" -p "http://www.tv.jagobd.com/" -T "%MNqBRDrDEGM(nKa@#." | "C:\Programme\MPC-HC\mpc-hc.exe" -
rtmpdump -v -r "rtmpe://live.jagobd.com/live/tvoneuksni.stream" -W "http://tv.jagobd.com/player/player.swf" -p "http://www.tv.jagobd.com/" -T "%MNqBRDrDEGM(nKa@#." | "C:\Programme\MPC-HC\mpc-hc.exe" -
rtmpdump -v -r "rtmpe://live.jagobd.com/live/tbn24dr.stream" -W "http://tv.jagobd.com/player/player.swf" -p "http://www.tv.jagobd.com/" -T "%MNqBRDrDEGM(nKa@#." | "C:\Programme\MPC-HC\mpc-hc.exe" -
...remember to use double % for token if you wanna execute it as bat file or else as original (CreateProcess / CMD etc).

PS: Just a info if you wanna use rtmp.

greetz
Reply With Quote