Spoofing RTMP urls1 Attachment(s)
Hey, guys. I am trying to get RTMPE streaming urls from Flash on a site.
I examined the source of the swf file (attached!) and realized that the mechanism is as this: 1. SWF fetches the XML .../xmls/tiesraide/pirmais_baltijas_kanals.xml Code:
<player> Code:
<server> [img=http://s29.postimg.org/f4js22our/Screen_Clip_1.jpg] Although I couldn't find the exact URLs in Wireshark (you may see the log pic attached), the rtmpe link was confirmed when I took a dump Flash Player page and searched in HxD. So, at this moment I already have this rtmpe link, but the live stream is not downloaded still (neither with VLC, nor with Code:
rtmpdump.exe -r "rtmpe://195.13.206.151/live/" -W "https://www.<site url>/static/m_player.swf" --live -o downl.mp4 Both ffmpeg and rtmpdump say: Code:
Trying different position for server digest! |
Re: Spoofing RTMP urlspost video link...
|
Re: Spoofing RTMP urlsQuote:
|
Re: Spoofing RTMP urlshi
you can try to find m3u8 playlist with user agent switcher addon on firefox >>> switch iphone 3.0 if you don't find send login in PM |
Re: Spoofing RTMP urlsQuote:
|
Re: Spoofing RTMP urlsQuote:
if you change the user agent of your browser, it changes the protocol rtmp for default user agent often m3u8 for iphone user agent |
Re: Spoofing RTMP urlsfor rtmp:// protocolling you need secureToken
Code:
-T "252789c27626cb86de1ddfdff61d75f0" Code:
token=252789c27626cb86de1ddfdff61d75f0 |
Re: Spoofing RTMP urlsQuote:
|
Re: Spoofing RTMP urls@anrelou
Code:
rtmpdump -v -r "rtmpe://195.13.206.150/live" -a "live/" -W "https://www.lattelecom.tv/static/m_player.swf?t=1426590732" -p "https://www.lattelecom.tv/tiesraide/" -y "mp4:lattelecom_lv_hq.stream" -T "252789c27626cb86de1ddfdff61d75f0" -o "output.flv" Code:
Starting Live Stream ![]() |
Re: Spoofing RTMP urls@hasomaso
Quote:
Command was: Code:
rtmpdump -v -r "rtmpe://195.13.206.155/live" -a "live/" -W "https://www.lattelecom.tv/static/m_player.swf" -p "https://www.lattelecom.tv/tiesraide/ltv1" -y "mp4:ltv1_lv_lq.stream" -T "fi+x3eigJ5Bm3+LX+sP8j52y4MPpb7Uq3H6tlVrqHaX9udn0paTgYHn3OOLqImu8b4/kxY/Y5YKPoRNXGItnvJqeXOvZ/Ns8" -o "output3.flv" Code:
RTMPDump v2.3 UPD. Maybe, it might help, that for m3u8 link looks smth like: Code:
http://195.13.216.2/mobile/mp4:ltv1_lv_lq.stream/playlist.m3u8?resource_id=c-ltv1&auth_token=<.....> |
All times are GMT -6. The time now is 09:45 PM. |