Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

How to find rtmp:// stream URL: Software to sniff, snoop RTMP links

(http://stream-recorder.com/forum/showthread.php?t=4148)

KSV 05-10-2011 04:39 AM

Re: Stream URL Sniffer / URL Finder for Windows (How to find streaming video URLs)


 
if your target site uses simple rtmp then rtmpt filter will be enough to get the required info. but if it uses rtmpe then you can use http or xml as filter to get the url. most (but not all) sites use xml for their playlist format. if you are unable to find info this way then you can redirect the traffic to rtmpsrv or rtmpsuck and it will automatically decrypt the parameters sent by client.




Stream Recorder 06-23-2011 12:49 AM

Re: Stream URL Sniffer / URL Finder for Windows (How to find streaming video URLs)


 
Freeware RTMPexplorer is one of the easiest way to find an RTMP URL and other parameters.

mehrab2603 04-26-2012 02:23 AM

Re: text your ex back


 
Can someone please give me the rtmp from this (US only) link? I've tried with Wireshark but couldn't do it. Any help would be greatly appreciated.

luhanmcs 03-17-2015 07:54 PM

Re: How to find rtmp:// stream URL: Software to sniff, snoop RTMP links


 
I can not find the rtmp:// this url....
http://livecast.cc/live/stream20.php

I found just
<param value="file=flash24sd&type=rtmp&streamer=rtmpe://r.livecast.cc/rl/&autostart=true&bufferlength=1&displayclick=fullsc reen&stretching=exactfit&&screencolor=000000"

but dont find "playpath"

i used:
urlhelper and url snooper.

biezom 03-17-2015 08:59 PM

Re: How to find rtmp:// stream URL: Software to sniff, snoop RTMP links


 
Quote:

Originally Posted by luhanmcs (Post 74959)
I can not find the rtmp:// this url....
http://livecast.cc/live/stream20.php

I found just
<param value="file=flash24sd&type=rtmp&streamer=rtmpe://r.livecast.cc/rl/&autostart=true&bufferlength=1&displayclick=fullsc reen&stretching=exactfit&&screencolor=000000"

but dont find "playpath"

i used:
urlhelper and url snooper.

hi
you can use rtmpdumphelper

Code:

-y "flash24sd"
Code:

rtmpdump -r "rtmpe://r.livecast.cc/rl/" -a "rl/" -f "WIN 17,0,0,134" -W "http://livecast.cc/live/player.swf" -p "http://livecast.cc/live/stream20.php" -y "flash24sd" -o "flash24sd.flv"

luhanmcs 03-18-2015 12:12 PM

Re: How to find rtmp:// stream URL: Software to sniff, snoop RTMP links


 
had already found it but did not work I use pvr iptv in kodi...

#EXTINF:-1 tvg-id="TELECINEPREMIUM" tvg-logo="Telecine Premium.png" group-title="Filmes e Series",Telecine Premium
rtmpe://r.livecast.cc/rl/ playpath=flash24sd swfUrl=http://livecast.cc/live/player.swf pageUrl=http://livecast.cc/live/stream20.php

#EXTINF:-1 tvg-id="TELECINEPREMIUM" tvg-logo="Telecine Premium.png" group-title="Filmes e Series",Telecine Premium
rtmpe://r.livecast.cc/rl/ playpath=flash24sd swfUrl=http://livecast.cc/live/player.swf live=1 pageUrl=http://livecast.cc/live/stream20.php

any idea to solve?

biezom 03-18-2015 12:26 PM

Re: How to find rtmp:// stream URL: Software to sniff, snoop RTMP links


 
Quote:

Originally Posted by luhanmcs (Post 74967)
had already found it but did not work I use pvr iptv in kodi...

#EXTINF:-1 tvg-id="TELECINEPREMIUM" tvg-logo="Telecine Premium.png" group-title="Filmes e Series",Telecine Premium
rtmpe://r.livecast.cc/rl/ playpath=flash24sd swfUrl=http://livecast.cc/live/player.swf pageUrl=http://livecast.cc/live/stream20.php

#EXTINF:-1 tvg-id="TELECINEPREMIUM" tvg-logo="Telecine Premium.png" group-title="Filmes e Series",Telecine Premium
rtmpe://r.livecast.cc/rl/ playpath=flash24sd swfUrl=http://livecast.cc/live/player.swf live=1 pageUrl=http://livecast.cc/live/stream20.php

any idea to solve?

hi
i think you need to update librtmp.dll

luhanmcs 03-18-2015 02:19 PM

Re: How to find rtmp:// stream URL: Software to sniff, snoop RTMP links


 
very very thanks... works fine.....

I had already updated other versions of xbmc, but did not think the problem would be that ....

i used this version librtmp.dll
https://www.mediafire.com/?x4cvp5hl4m9xr#j77fqv69ejhn9

Scholly 05-20-2015 05:46 PM

Re: How to find rtmp:// stream URL: Software to sniff, snoop RTMP links


 
Hi I am new here and have developed an interest having just recently installed Kodi and the Playlist Loader addon for it. I have been trying to create my own m3u files to run on Kodi.
I am trying to create an m3u file for http:////cricfree.sx/sky-sports-4-live-streaming-5 I have used URLSnooper, RTMPHelper and Wireshark to find the rtmp stream but have no luck find the playpath. I have included in my post snaps of the information I found using both URLSnooper and RTMPHelper. I would greatly appreciate it if someone could help me out with constructing the m3u file from it.
RTMPHelper Using RTMPsuck
https://www.dropbox.com/s/zdw8kfnyl7...elper.PNG?dl=0
RTMPHelper Using RTMPsvr
https://www.dropbox.com/sh/jnaq3ug1b...SD2NzX9wa?dl=0
https://www.dropbox.com/s/jvvqgjh85t...lper3.PNG?dl=0
URL Snooper
https://www.dropbox.com/s/it57595ty2...per01.PNG?dl=0
https://www.dropbox.com/s/m7rya1pp7j...per02.PNG?dl=0
https://www.dropbox.com/s/h3bys9yz7o...per03.PNG?dl=0
https://www.dropbox.com/s/wxf04ty80x...per04.PNG?dl=0

biezom 05-20-2015 06:55 PM

Re: How to find rtmp:// stream URL: Software to sniff, snoop RTMP links


 
Quote:

Originally Posted by Scholly (Post 76790)
Hi I am new here and have developed an interest having just recently installed Kodi and the Playlist Loader addon for it. I have been trying to create my own m3u files to run on Kodi.
I am trying to create an m3u file for http:////cricfree.sx/sky-sports-4-live-streaming-5 I have used URLSnooper, RTMPHelper and Wireshark to find the rtmp stream but have no luck find the playpath. I have included in my post snaps of the information I found using both URLSnooper and RTMPHelper. I would greatly appreciate it if someone could help me out with constructing the m3u file from it.
RTMPHelper Using RTMPsuck
https://www.dropbox.com/s/zdw8kfnyl7...elper.PNG?dl=0
RTMPHelper Using RTMPsvr
https://www.dropbox.com/sh/jnaq3ug1b...SD2NzX9wa?dl=0
https://www.dropbox.com/s/jvvqgjh85t...lper3.PNG?dl=0
URL Snooper
https://www.dropbox.com/s/it57595ty2...per01.PNG?dl=0
https://www.dropbox.com/s/m7rya1pp7j...per02.PNG?dl=0
https://www.dropbox.com/s/h3bys9yz7o...per03.PNG?dl=0
https://www.dropbox.com/s/wxf04ty80x...per04.PNG?dl=0


hi


Code:

#EXTM3U
#EXTINF:0 , sky-sports-4-live-streaming-5
rtmp://31.220.0.206/redirect/ app=redirect swfUrl=http://p.jwpcdn.com/6/12/jwplayer.flash.swf pageUrl=http://reytv.co/embedo.php?live=ssx4&vw=620&vh=490 live=1 playpath=ssx4 token=%Zrey(nKa@#Z



All times are GMT -6. The time now is 01:06 AM.