PDA

View Full Version : Please help with RTMPExplorer: no longer capturing streams


darkblue
02-17-2013, 04:11 PM
Greetings

I've been able to capture streams (basically from the following two sites) without issues using rtmpexplorer+rtmpdump,
but not anymore.


Here's what I do:
- open RTMPExplorer (inside the folder is the content of the latest rtmpdump (http://www.videohelp.com/tools/RTMPDump) zip package)
- an extra window (rtmpsrv.exe) opens showing "Streaming on rtmp://0.0.0.0:1935""
- I visit a stream URL
eg
http://www.skai.gr/player/TV/?MMID=237018
http://www.megatv.com/ygeia/default.asp?catid=21848&subid=2&pubid=30549108 (http://www.megatv.com/proinomou/default.asp?catid=24432&subid=2&pubid=30295773)
- the stream plays in RTMPExplorer, but rtmpsrv.exe
doesn't capture the stream.

What's the problem?
Are you able to save these streams?
I use windows 8 x64 fully updated.


Thanks a lot


PS. I've also tried rtmpExploreX,
and the streams are also not saved

karlo2105
02-17-2013, 04:30 PM
They don't use anymore rtmp protocol.
Try with HDS Link Detector add-on for Firefox (https://addons.mozilla.org/en-US/firefox/addon/hds-link-detector/)


php AdobeHDS.php --manifest "http://hdflashmegatv-f.akamaihd.net/z/,content/2013/01/08/G111386_solomos_%7B1C48440E-522B-4E7D-86D2-07C87F1DB0E2%7D_lo.mp4,.csmil/manifest.f4m?hdcore=2.8.0&g=FNLHXUKFLKKL" --delete --auth "als=0,0.1,0,0,0,NaN,0,0,0,54,f,0,1504.47,f,s,FNLHX UKFLKKL,2.8.0,54&hdcore=2.8.0" --useragent "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0"

darkblue
02-18-2013, 02:39 AM
Thanks a lot for your help!!
I downloaded the streams with the addon & the php script :)

One more thing, please:
is there a tool to easily identify the type of a stream?
I mean, is there a way to know if a x stream is rtmp or adobeHDS?

karlo2105
02-18-2013, 03:19 AM
There are several programs like :

URL Snooper
http://www.donationcoder.com/Software/Mouser/urlsnooper/downloads/URLSnooperSetup.exe
URL Snooper is simplier to use but sometimes it can't sniff the whole rtmp stream source. That's why when URL Snooper locates rtmp stream, rtmpdumphelper is required for more informations concering this kind of streams.

Wireshark
http://www.wireshark.org/download.html
Wireshark is more powerful but you have to learn key words how to filter stream addresses in order to locate HTTP or RTMP source.

darkblue
02-18-2013, 03:45 AM
Thanks again for the useful information! :)