noob2001204
06-16-2009, 08:01 PM
what software tools you use to find/sniff/snoop rtmp:// stream URL?
compn
06-16-2009, 10:14 PM
Freeware URL Snooper (http://all-streaming-media.com/find-stream-URL/Project-URL-Snooper-Find-the-actual-stream-URL-Free-download.htm) can pick up some of the stream by adding rtmp;netstream;playing to the 'Also search for' box
http://img193.imageshack.us/img193/1817/iabhkaacb.jpg
you get some results like:
tcUrl... rtmp://oijqodbttndn.rtmphost.com/hostelworld
and
play... paris_hipotelbellville
put them together:
rtmp://oijqodbttndn.rtmphost.com/hostelworld/paris_hipotelbellville.flv
Stream Recorder
06-16-2009, 11:08 PM
Freeware Orbit (http://all-streaming-media.com/record-video-stream/Download-manager-Orbit-Downloader-Record-HTTP-MMS-RTSP-RTMP-media-streams-Freeware.htm) Grab++
http://img193.imageshack.us/img193/1601/indexphpactiondlattacht.png
any ANONYMOUS forum user
06-17-2009, 12:10 AM
Freeware URL Snooper (http://all-streaming-media.com/find-stream-URL/Project-URL-Snooper-Find-the-actual-stream-URL-Free-download.htm) can pick up some of the stream by adding rtmp;netstream;playing to the 'Also search for' box
Is there a way to find the complete RTMP URL like
rtmp://oijqodbttndn.rtmphost.com/hostelworld/paris_hipotelbellville.flv
in the raw dump?
Could URL Snooper (http://all-streaming-media.com/find-stream-URL/Project-URL-Snooper-Find-the-actual-stream-URL-Free-download.htm) be used to find/assemble this RTMP stream URL automatically ?
compn
06-17-2009, 06:55 AM
There is no way to find that string in the packet dump. Most sites don't work like that. Some sites use xml playlists which work well.
With URL Snooper (http://all-streaming-media.com/find-stream-URL/Project-URL-Snooper-Find-the-actual-stream-URL-Free-download.htm)... It wasnt made for flash streaming (RTMP). You'd have to ask the developer if he plans to do it.
Stream Recorder
06-22-2009, 01:12 AM
How to find RTMP stream URLs
by Peter Thomas
When it comes to downloading flash streams from the internet, Wireshark (http://all-streaming-media.com/find-stream-URL/Wireshark-free-network-protocol-analyzer.htm) can be used to sniff out the values you need.
Let’s take this site for example: http://videolectures.net/
Start a Wireshark (http://all-streaming-media.com/find-stream-URL/Wireshark-free-network-protocol-analyzer.htm) capture session before clicking on a video on the site to play it. Let WireShark grab all the information exchanged between your PC and the remote flash server and you can stop the capture once the video begins to play, we are only interested in what goes on during the connection handshake. I will use this video as an example: http://videolectures.net/ff06_chomsky_szmp/ [update Jun-2008: looks like they changed this particular video to Windows media instead of Flash, so try other videos or other sites]
In WireShark you can filter for protocol “rtmpt” and the first few entries would be handshake or “invoke” operations. Examining the “Handshake part 3″ we can easily get the value of the required “app” property. Below we can see it is “video/2006/other/ff06/chomsky_noam”:
http://img37.imageshack.us/img37/4241/wiresharkrtmp1connect.png
For the host name, the IP address should do fine for most sites, but we can easily figure out the host name of the stream server from what appears after “rtmp://”. Note that WireShark allows you to search the text contents of captured packets. Here below we can see that the host name is “velblod.videolectures.net”:
http://img37.imageshack.us/img37/3983/wiresharkrtmp2connect.png
And finally when the “play” command is issued – we need the value of the stream name. Below we see it is “chomsky_noam_01″:
http://img37.imageshack.us/img37/8697/wiresharkrtmp3play.png
So with the right values of hostname, app and stream name set – you can run the program and download the stream to your local drive for offline viewing. To download the whole stream – just change the duration to ‘-2′ as hinted in the source code comment. There are many free Flash players available you can use to play downloaded content.
Do let me know if this works for you and if you find any additional parameters that need to be passed for other sites.
Stream Recorder
06-22-2009, 02:14 AM
RTMP URLs contain an application and stream name - there is no way to tell from the URL which parts of a path are the stream name and which are the application.
For example with this URL:
rtmp://cp40359.edgefcs.net/ondemand/fancast/Comcast_CIM_Prod_Fancast_Partner/821/651/COMEDYCENTRAL_COLBERTREPORT_4118.flv
The application is rtmp://cp40359.edgefcs.net/ondemand/fancast and the stream name is Comcast_CIM_Prod_Fancast_Partner/821/651/COMEDYCENTRAL_COLBERTREPORT_4118.flv
Most Flash based media players deal with this by trying again and again with different prefixes of the URL until they find the one that works.
Stream Recorder
10-02-2009, 01:35 AM
CooJah + Blader (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) are handy for finding RTMP URLs.
If you right click on an RTMP URL in CooJah
http://www.hensence.com/en/blog/images/rtmp_start_blader.gif
and select "Download by Blader", Blader will show a dialog window not only with the RTMP URL, but also with swfURL, tcURL, playpath
http://www.hensence.com/en/blog/images/rtmp_blader_task.gif
Stream Recorder
10-15-2009, 12:07 AM
NetTransport (http://all-streaming-media.com/record-video-stream/NetXFer-Saving-Windows-Media-Real-Audio-Video-QT-streaming-to-hd.htm) comes with a URL sniffer that can find RTMP stream URLs as well. This only works in a shareware version, not the last freeware one.
worktest
10-20-2009, 11:16 AM
How did you find this rtmp URL?
Thanks you,
RTMP URLs contain an application and stream name - there is no way to tell from the URL which parts of a path are the stream name and which are the application.
For example with this URL:
rtmp://cp40359.edgefcs.net/ondemand/fancast/Comcast_CIM_Prod_Fancast_Partner/821/651/COMEDYCENTRAL_COLBERTREPORT_4118.flv
The application is rtmp://cp40359.edgefcs.net/ondemand/fancast and the stream name is Comcast_CIM_Prod_Fancast_Partner/821/651/COMEDYCENTRAL_COLBERTREPORT_4118.flv
Most Flash based media players deal with this by trying again and again with different prefixes of the URL until they find the one that works.
Stream Recorder
10-20-2009, 11:59 PM
How did you find this rtmp URL?
If you have problem finding a URL, please post or PM a link to the web page. Please note that some web-sites use secure RTMPE protocol, not RTMP.
worktest
10-21-2009, 07:11 AM
If you have problem finding a URL, please post or PM a link to the web page. Please note that some web-sites use secure RTMPE protocol, not RTMP.
Thank you for the response; I apologize for the vague question.
My position is this: I want to understand how to download any content viewed through fancastdotcom. I successfully downloaded one video coming over rtmp. I used URL snooper to get a rtmp URLs. I saved it using rtmpdump.
I am now interested in RTMPE. I think I know what to do. I can not find any content coming over RTMPE.
If I could be pointed to a fancastdotcom video using RTMPE that would be great! I want to play with it some then may have questions regarding how to capture it.
Thank you for all your help,
Stream Recorder
10-21-2009, 07:43 AM
My position is this: I want to understand how to download any content viewed through fancastdotcom. I successfully downloaded one video coming over rtmp. I used URL snooper to get a rtmp URLs. I saved it using rtmpdump.
I am now interested in RTMPE. I think I know what to do. I can not find any content coming over RTMPE.
If I could be pointed to a fancastdotcom video using RTMPE that would be great! I want to play with it some then may have questions regarding how to capture it.
I can send you several links to RTMPE videos, but AFAIK fancast was using RTMP links only, so it might be hard to find RTMPE ones there.
worktest
10-21-2009, 01:25 PM
I can send you several links to RTMPE videos, but AFAIK fancast was using RTMP links only, so it might be hard to find RTMPE ones there.
Ok, send them my way if you would... pm is fine
I played some more today with reg RTMP and using URL snooper... I am having A LOTof trouble picking up the whole URL.... It will capture the parts I need but then truncate!!! ahhh....
I am now trying to use wire shark, like you showed in another post....
What is your recommendation for finding RTMP/E URLs when you play the media?
Thanks so much for all your help!
Stream Recorder
10-22-2009, 01:24 AM
I am now trying to use wire shark, like you showed in another post....
What is your recommendation for finding RTMP/E URLs when you play the media?
CooJah (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) seems to be pretty good for finding RTMP URLs, but I have problems with it on my PC.
I use NetTransport (http://all-streaming-media.com/record-video-stream/NetXFer-Saving-Windows-Media-Real-Audio-Video-QT-streaming-to-hd.htm) and Orbit Grab++ to find RTMP URLs.
Finding RTMPE URLs and recording from them is more complicated, so I prefer to use GUI RTMPE recorders for saving RTMPE streams.
Stream Recorder
01-19-2010, 11:17 AM
Many URL Finders (http://all-streaming-media.com/find-stream-URL/) for Windows use WinPCap.
Freeware URL Snooper (http://all-streaming-media.com/find-stream-URL/Project-URL-Snooper-Find-the-actual-stream-URL-Free-download.htm) used to be my favorite URL Finder / URL Sniffer for Windows. However I can't make it work in Windows 7 x64. Now I prefer to use Coojah (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) instead.
placebo
12-13-2010, 02:47 PM
on my pc, i have major trouble getting "URL Snooper (http://all-streaming-media.com/find-stream-URL/Project-URL-Snooper-Find-the-actual-stream-URL-Free-download.htm) 2" to work. i've seen it working on my machine. nevertheless its installation is not fool proof. when i install it, it doesnt mean that it will work. i h*te URLSnooper2 for this. HiDownload (http://all-streaming-media.com/record-video-stream/HiDownload-download-Windows-Media-Real-Audio-Video-QT-Flash-FLV-Shoutcast-MP3-audio-streaming-and-save-to-hd.htm) (again by a Chin*se coder) makes clever use of PCwincap and integrates "URL Helper (http://all-streaming-media.com/find-stream-URL/URL-Helper.htm)" which is also a product of the makers of HiDownload. So when i need a pcwincap-based sniffer i would install a trial version of Hidownload Platinum Edition and it's sure to work. URL sniffers seem hard to install or hard to make work flawlessly.. even if your pcwincap installation is valid. When weather's bad outside, the proggi wouldnt work *ggg*
The advantage of CooJah (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) is that it is not based on pcwincap (i think), and though it doesnt catch all rtmp and or rtmpe links (depends on the website!), it does catch some good amount of such links. sometimes a reboot would help. or using internet explorer. or going thru the settings. and yes, as in our case, sometimes coojah catches the links on one pc (mine) but not on the other's (yours) .. i am sure the coder of coojah himself/herself could explain this odd behaviour.
i'd prefer a totally English language version too. as long as coojah is a freeware tool, we cant demand much from the coder.. *ggg*
noob2001204
12-13-2010, 07:16 PM
If you just want to find HTTP,MMS,RTSP URL,you should try Bit Analyzer (http://bitanalyzer.com/),it looks like a clone of BitRecorder (http://all-streaming-media.com/record-video-stream/Bit-Recorder-Capture-RTMP-HTTP-audio-video-streams-from-Flash-player.htm) which is also a product by the company of HiDownload (http://all-streaming-media.com/record-video-stream/HiDownload-download-Windows-Media-Real-Audio-Video-QT-Flash-FLV-Shoutcast-MP3-audio-streaming-and-save-to-hd.htm). Although it use WinPcap, I don't have any problem using on any PC I Installed it on,plus it's free and lightweight,you can put it on USB drive and then use it on any pc with WinPcap installed.
I use packet sniffer for RTMP URL, some RTMP sniffers can only find RTMP url, not also some other stuffs like swf url, page url, which are also required to download the stream.
I use CooJah (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) in Windows 7 x64. I couldn't make it work at first... it was crashing all the time. But now it captures links for me perfectly.
As for URL Snooper (http://all-streaming-media.com/find-stream-URL/Project-URL-Snooper-Find-the-actual-stream-URL-Free-download.htm), it was my favorite URL finder. But the latest versions don't work for me.
So what is your favorite URL sniffer right now?
Stream Recorder
12-14-2010, 02:42 AM
So what is your favorite URL sniffer right now?
When I can't download or capture something with Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm), I use CooJah (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) in Windows and rtmpsuck in Linux first.
any ANONYMOUS forum user
04-28-2011, 02:22 PM
From my experience, when you're on a WLAN computer with Winpcap installed, getting URL Snooper (http://all-streaming-media.com/find-stream-URL/Project-URL-Snooper-Find-the-actual-stream-URL-Free-download.htm) 2.x (or NetTransport (http://all-streaming-media.com/record-video-stream/NetXFer-Saving-Windows-Media-Real-Audio-Video-QT-streaming-to-hd.htm)'s sniffer module) to work can be troublesome. A simple workaround fix is: install a (your preferred!) vpn client software and connect to the internet thru the vpn client. Then launch URL Snooper 2 (or NetTransport) and pick as network adapter the vpn network adapter. Dont pick the WLAN adapter, and dont pick the standard network adapter. Now URL Snooper 2 (or NetTransport's sniffer module) will work!
Having said that, i've compared the power of all URL sniffers/finders (http://all-streaming-media.com/find-stream-URL/URL-Finders-Packet-Sniffers-URL-Snoopers-Software-to-Find-hidden-stream-URLs.htm) with respect to websites with Adobe Flash Player RTMP-streaming (*.FLV); my "opinion" - US highschool grading:
Orbit (http://all-streaming-media.com/record-video-stream/Download-manager-Orbit-Downloader-Record-HTTP-MMS-RTSP-RTMP-media-streams-Freeware.htm) Grab++ : C
Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) 3 (w/ or w/o old plugin): B-
Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 4 / Jaksta: B+
StreamTransport (http://all-streaming-media.com/record-video-stream/StreamTransport-Download-HTTP-RTMP-RTMPE-streams.htm) : in theory B+, in practice B-
CooJah (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) : in theory A-, in practice B
URL Snooper (http://all-streaming-media.com/find-stream-URL/Project-URL-Snooper-Find-the-actual-stream-URL-Free-download.htm) 2 : D+ (or B, if it works better on a different computer)
URL Helper : B
BitAnalyzer : C
HiDownload (http://all-streaming-media.com/record-video-stream/HiDownload-download-Windows-Media-Real-Audio-Video-QT-Flash-FLV-Shoutcast-MP3-audio-streaming-and-save-to-hd.htm) Platinum : B
NetTransport (http://all-streaming-media.com/record-video-stream/NetXFer-Saving-Windows-Media-Real-Audio-Video-QT-streaming-to-hd.htm) / NetXfer : C+
GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) : A
Video DownloadHelper (Firefox plugin) : B-
RTMPexplorer (http://all-streaming-media.com/record-video-stream/RTMPExplorer-freeware-GUI-for-rtmpsrv-Windows.htm) / rtmpsrv.exe : A-
Wireshark : C-
StreamTransport and Coojah work well with protected streams for a limited (short) period after they have been updated by their Chin*se authors. But since they are updated too infrequently, in practice the two FREEWARE tools seldom do a great service. Let's note that freeware tools often undergo a similar fate: after years of development the updating comes to a gradual end,...or the software turns commercial ;)
hope this helps.
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.
http://i.imgur.com/IIqot.jpg
http://i.imgur.com/zg7RS.jpg
Stream Recorder
06-23-2011, 12:49 AM
Freeware RTMPexplorer (http://all-streaming-media.com/record-video-stream/RTMPExplorer-freeware-GUI-for-rtmpsrv-Windows.htm) is one of the easiest way to find an RTMP URL and other parameters.
mehrab2603
04-26-2012, 02:23 AM
Can someone please give me the rtmp from this (US only) (https://www.crackle.com/c/Nodame_Cantabile) link? I've tried with Wireshark but couldn't do it. Any help would be greatly appreciated.
luhanmcs
03-17-2015, 07:54 PM
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=fullscreen&stretching=exactfit&&screencolor=000000"
but dont find "playpath"
i used:
urlhelper and url snooper.
biezom
03-17-2015, 08:59 PM
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=fullscreen&stretching=exactfit&&screencolor=000000"
but dont find "playpath"
i used:
urlhelper and url snooper.
hi
you can use rtmpdumphelper
-y "flash24sd"
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
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
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
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
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/zdw8kfnyl70wph8/RTMPHelper.PNG?dl=0
RTMPHelper Using RTMPsvr
https://www.dropbox.com/sh/jnaq3ug1bcog5x7/AADLesOl2xRfNIvMSD2NzX9wa?dl=0
https://www.dropbox.com/s/jvvqgjh85t7wj0f/RTMPHelper3.PNG?dl=0
URL Snooper
https://www.dropbox.com/s/it57595ty2e1lwr/URLSnooper01.PNG?dl=0
https://www.dropbox.com/s/m7rya1pp7jlug7o/URLSnooper02.PNG?dl=0
https://www.dropbox.com/s/h3bys9yz7omtspx/URLSnooper03.PNG?dl=0
https://www.dropbox.com/s/wxf04ty80x9umdu/URLSnooper04.PNG?dl=0
biezom
05-20-2015, 06:55 PM
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/zdw8kfnyl70wph8/RTMPHelper.PNG?dl=0
RTMPHelper Using RTMPsvr
https://www.dropbox.com/sh/jnaq3ug1bcog5x7/AADLesOl2xRfNIvMSD2NzX9wa?dl=0
https://www.dropbox.com/s/jvvqgjh85t7wj0f/RTMPHelper3.PNG?dl=0
URL Snooper
https://www.dropbox.com/s/it57595ty2e1lwr/URLSnooper01.PNG?dl=0
https://www.dropbox.com/s/m7rya1pp7jlug7o/URLSnooper02.PNG?dl=0
https://www.dropbox.com/s/h3bys9yz7omtspx/URLSnooper03.PNG?dl=0
https://www.dropbox.com/s/wxf04ty80x9umdu/URLSnooper04.PNG?dl=0
hi
#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
lajvguy
05-20-2015, 09:09 PM
hi
i think you need to update librtmp.dll
Hello,
I got the rtmpdump (Becker) to work in VLC but when I put it in a M3U file it doesn't work in XBMC/Kodi. Can you please help?
#EXTINF:-1,Becker
rtmpe://192.99.21.184/closing012/ playpath=beck swfUrl=http://www.tgun.tv/embeds2/jwplayer.flash.swf live=1 pageUrl=http://www.tgun.tv/embeds2/index2.html?beck
rtmpdump -r "rtmpe://192.99.21.184/closing012/" -a "closing012/" -f "WIN 17,0,0,134" -W "http://www.tgun.tv/embeds2/jwplayer.flash.swf" -p "http://www.tgun.tv/embeds2/index2.html?beck" -y "beck" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
Thank you!
Scholly
05-21-2015, 04:52 AM
Hi thanks for the m3u code. Unfortunately it didn't work on my windows machine with Kodi Helix. I will try my Android.
I can see and now understand the structure but I cannot see where you got the token from - I can't find this using either URLSnooper or RTMPHelper. How did you find it?
Thanks again
biezom
05-21-2015, 09:31 PM
Hi thanks for the m3u code. Unfortunately it didn't work on my windows machine with Kodi Helix. I will try my Android.
I can see and now understand the structure but I cannot see where you got the token from - I can't find this using either URLSnooper or RTMPHelper. How did you find it?
Thanks again
you need update librtmp.dll
http://kodi.wiki/view/HOW-TO:Update_librtmp
to find token you can read this
http://stream-recorder.com/forum/cant-play-channel-because-token-t18788.html
Scholly
05-24-2015, 07:00 PM
Many thanks for your assistance
Scholly
05-24-2015, 08:00 PM
With regards to finding the token I have followed the instructions you provided in - ie
- Download any hextool (Winhex for exsample)
- load your page in browser
- start hex tool if you don't have it start already
- choose tools/OpenRam
- now choose the plugin.container (XP) process / entire memory
- now search for some basic strings in ASCII format
When I choose OpenRam form the Tolls menu in Winhex I cannot find "plugin.container" in the list. (I am using Windows 7 on a 64-bit machine)
What am I missing?
miles_gloriosus
05-31-2015, 07:26 AM
Hi guys, anybody care to share some tips to find stream URLs for Brightcove? There's a site using Brightcove that i used to rip using wireshark and rtmpdump, but now whatever i do i can't find anything related to the streams. After sniffing the connections when loading the page and the media, i can't find the usual things to filter for: "mp4", "rtmp", "edgecast", etc.
Using rtmpsuck also fails during the handshake.
sonnvl
06-16-2015, 07:48 PM
http://210.211.124.4:3000/xmio/v1/livetvplay/1072
I can use hlsvariant protocol with livestreamer but it expired when I record long video.
Can we get original rtmp server and token ?
Tks much!
hawkdown77
07-25-2015, 09:24 PM
hi... please... i try all thing but i can not watch the rtmp link...
I get in URL HELPER but not work... someone can help me please???
this is the link in url helper: rtmp://109.200.202.124/live?wmsAuthSign=c2VydmVyX3RpbWU9Ny8yNi8yMDE1IDM6M TA6MzQgQU0maGFzaF92YWx1ZT03WVZsVndHZU9PaG41SFQzR2N wL1lnPT0mdmFsaWRtaW51dGVzPTEw<playpath>studio <swfUrl>http://www.tv-msn.com/player/player.swf <pageUrl>http://www.tv-msn.com/studio.php
ALKAR
08-17-2016, 03:56 PM
hi folks.
Anyone please help me to find the streaming url on this site.
http://www.tamiltvsite.com/vijay-tv_873f573b8.html it changes everytime.
avsrf410
05-11-2017, 01:34 AM
Hello,
I have tried to create a rtmp link for the rtmp dump below but was unsuccessfull.
Any ideas how to create the rtmp dump below?
Is there a stream token needed from the stream?
I fyes, what is it and how is it entered in the rtmp link?
All help is appreciated.
ESPN
rtmp://75.126.73.24/flash<playpath>12026?MTQ5NDM0OTQ2MTtmNjA0MmE5NDU3N TRiYzhhY2ZhY2UyMjk3ZjJiYTU1ZA== <swfUrl>http://static3.sawlive.tv/player.swf <pageUrl>http://www.sawlive.tv/embed/watch/Iw...OTphZmZlNjViYW
ESPN
rtmp://198.255.96.42/flash<playpath>12026?MTQ5NDM0OTY0NTsyNDgxYWNjYmUzM zEyMWFjYzQ3NWM0NWUyYjcyMDQyYg== <swfUrl>http://static3.sawlive.tv/player.swf <pageUrl>http://www.sawlive.tv/embed/watch/Q5...OTphZmZlNjViYW
NFL Network
rtmp://75.126.73.24/flash<playpath>18306?MTQ5NDM2ODEwMzsxMDEyM2E0NzdhN DViMzYxMTQxNTVjZmMzOWIxOTY2YQ== <swfUrl>http://static3.sawlive.tv/player.swf <pageUrl>http://www3.sawlive.tv/embed/watch/E...Njc1OmE1NWVjOD
This is what I already tried.
#EXTINF:-1,ESPN
rtmp://$OPT:rtmp-raw=198.255.96.42flash playpath=12026?MTQ5NDM0OTY0NTsyNDgxYWNjYmUzMzEyMWF jYzQ3NWM0NWUyYjcyMDQyYg== swfUrl=http://static3.sawlive.tv/player.swf pageUrl=http://www.sawlive.tv/embed/watch/Q5MTI2MzcxZmY4NDMyZTI3YjkyZDIwYg__/dnJsamV0MTo1OTE3ZDQwNDU3Yjc0M2IzZTgwNzczMTFkMWNjNm QzOTphZmZlNjViYW
#EXTINF:-1,ESPN
rtmp://$OPT:rtmp-raw=198.255.96.42flash playpath=12026?MTQ5NDM0OTY0NTsyNDgxYWNjYmUzMzEyMWF jYzQ3NWM0NWUyYjcyMDQyYg swfUrl=http://static3.sawlive.tv/player.swf pageUrl=http://www.sawlive.tv/embed/watch/Q5MTI2MzcxZmY4NDMyZTI3YjkyZDIwYg__/dnJsamV0MTo1OTE3ZDQwNDU3Yjc0M2IzZTgwNzczMTFkMWNjNm QzOTphZmZlNjViYW
#EXTINF:-1,NFL Network
rtmp://$OPT:rtmp-raw=75.126.73.24/flash playpath=18306?MTQ5NDM2ODEwMzsxMDEyM2E0NzdhNDViMzY xMTQxNTVjZmMzOWIxOTY2YQ== swfUrl=http://static3.sawlive.tv/player.swf pageUrl=http://www3.sawlive.tv/embed/watch/E4OGMwM2MzMDAzYmRlMTcwNjA1MmRmZTU2OjRkNTQ1MTM1NGU0 NDRkMzI0ZjQ0NDU3NzRkNjczZDNk/bGFneW5hZmVlOjA3MmQ4MGY0YzI1Mjc2YzM2ZDM2OTEyZTMwYj RhNjc1OmE1NWVjOD
#EXTINF:-1,NFL Network
rtmp://$OPT:rtmp-raw=75.126.73.24/flash playpath=18306?MTQ5NDM2ODEwMzsxMDEyM2E0NzdhNDViMzY xMTQxNTVjZmMzOWIxOTY2YQ swfUrl=http://static3.sawlive.tv/player.swf pageUrl=http://www3.sawlive.tv/embed/watch/E4OGMwM2MzMDAzYmRlMTcwNjA1MmRmZTU2OjRkNTQ1MTM1NGU0 NDRkMzI0ZjQ0NDU3NzRkNjczZDNk/bGFneW5hZmVlOjA3MmQ4MGY0YzI1Mjc2YzM2ZDM2OTEyZTMwYj RhNjc1OmE1NWVjOD
Thank you.
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.