PDA

View Full Version : Anyone have idea how to get this link working?


jasiek08
02-10-2014, 02:41 PM
Anyone have idea how to make rtmp link from this site working?
JW player + Link with token. But this token is always the same, so how it works on this site, but on other or even simple tv or vlc doesnt work?

>link to site< (http://meczhd.pl), check which channel u want, they alll work on the same rule.


I believe someone will figure out this mystery. THX!

chap
02-10-2014, 02:58 PM
check which channel u want, they alll work on the same rule.

simple use vlc
rtmp://stream.smcloud.net/live2/eskatv/eskatv_480p

rtmpdump -r "rtmp://146.185.253.11/live-channel/" -a "live-channel/" -f "WIN 11,9,900,170" -W "http://p.jwpcdn.com/6/8/jwplayer.flash.swf" -p "http://meczhd.pl/tvp1" --live -y "tvp1?token=rkhnle9yiUDXXIWIO81Bkw" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

work fine

jasiek08
02-10-2014, 03:10 PM
It works! But i need one more help:

There are some channels with embed secure script - urlhelper doesn't show the stream source, i cant even check the link in page source because of this script. Anyone know how to solve it?
Link to the stream: >LINK< (http://meczhd.pl/hbo)
Thanks in advance.


And by the way. Anyone knows if there is any tool like url helper but for linux?

peterpan
02-10-2014, 06:06 PM
Your channel above (hbo) uses no secure script/token..., so I'm not sure what you're talking about or what exactly you're looking for bro?!


rtmpdump -r "rtmpe://80.82.70.225:443/liveedge1/" -a "liveedge1/" -f "WIN 11,9,900,117" -W
"http://srvadsense.com/jwplayer/jwplayer.flash.swf" -p "http://srvadsense.com/gen_s.php?id=19978&width=640&height=400" --live -y "hbo646" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -


http://imagizer.imageshack.us/v2/xq90/845/7d51.png (https://imageshack.com/i/nh7d51p)

jasiek08
02-10-2014, 06:35 PM
Peterpan, my urlhelper wasnt able to rip the stream source, what tool you've used to capture the stream? for example how to get this one? link (http://meczhd.pl/canalfilm2)

peterpan
02-10-2014, 09:07 PM
url helper will get you 60% or 70% of the link and in general, it is a good tool for "beginners", but not for comlicated streams or in-depth analysis. You can try other tools like wireshark, fiddler and of course rtmpdumphelper.

For "Canal + Film2" here is the link I got using rtmpdumphelper.

Do some reading, download the tools, and get busy playing with them and doing a lots of "error and trial" attempts.... imho, that's the best way to learn :)


rtmpdump -r "rtmpe://89.248.170.199:443/liveedge1/" -a "liveedge1/" -f "WIN 11,9,900,117" -W "http://srvadsense.com/jwplayer/jwplayer.flash.swf" -p "http://srvadsense.com/gen_s.php?id=20243&width=640&height=400" --live -y "canalfilm2745" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -


Good Luck!

jasiek08
02-11-2014, 08:42 AM
Thx man im going to learn this :D