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