Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
rtmp token protection helpHi guys!
hi guys try to watch the channels of this page Code:
http://pontucanal.net ok i used for captured a URL Helper, once captured the emission to open page Code:
http://plstonline.org/ the code if Preview window if this Code:
#EXTM3U $ExtFilter="RTMP" #EXTINF:-1,Stream 1 rtmp://$OPT:rtmp-raw=rtmp://188.165.208.114/live?token=5bGN3rGuxuwJ57M9TyK6QwExpired=1419538700 playpath=historia swfUrl=http://privado.streamingfreetv.net/embed/noreproductor.php?o=1&kpublica=29245 live=1 pageUrl=http://privado.streamingfreetv.net/embed/embed.php?channel=historia&w=650&h=400 They can help with the token and the expiration, please teach steps for solution, thanks for help |
#2
|
|||
|
|||
Re: rtmp token protection helpCode:
rtmpdump -r "rtmp://94.23.247.151/redirect" -a "redirect?token=FEO6Tb4vM1i-vLHaCZPBFwExpired=1419545618" -f "WIN 16,0,0,235" -W "http://privado.streamingfreetv.net/embed/noreproductor.php" -p "http://privado.streamingfreetv.net/embed/embed.php?channel=historia&w=650&h=400" -y "historia" -o historia.flv Code:
c:\>rtmpdump -r "rtmp://94.23.247.151/redirect" -a "redirect?token=FEO6Tb4vM1i-v LHaCZPBFwExpired=1419545618" -f "WIN 16,0,0,235" -W "http://privado.streamingfre etv.net/embed/noreproductor.php" -p "http://privado.streamingfreetv.net/embed/em bed.php?channel=historia&w=650&h=400" -y "historia" | "C:\Program Files (x86)\ VideoLAN\VLC\vlc.exe" - RTMPDump v2.4 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL With patches WARNING: You haven't specified an output file (-o filename), using stdout Connecting ... INFO: Connected... INFO: rtmp server sent redirect INFO: trying to connect with redirected url Starting download at: 0.000 kB INFO: Metadata: INFO: duration 0.00 INFO: width 720.00 INFO: height 420.00 INFO: videodatarate 488.28 INFO: framerate 25.00 INFO: videocodecid 7.00 INFO: audiodatarate 125.00 INFO: audiosamplerate 44100.00 INFO: audiosamplesize 16.00 INFO: stereo TRUE INFO: audiocodecid 2.00 INFO: encoder Lavf55.34.101 INFO: filesize 0.00 726.590 kB / 9.23 sec |
#3
|
|||
|
|||
Re: rtmp token protection helpthanks Peterpan,
I am newbie I tried to do the same you with the same code Code:
rtmpdump -r "rtmp://94.23.247.151/redirect" -a "redirect?token=FEO6Tb4vM1i-vLHaCZPBFwExpired=1419545618" -f "WIN 16,0,0,235" -W "http://privado.streamingfreetv.net/embed/noreproductor.php" -p "http://privado.streamingfreetv.net/embed/embed.php?channel=historia&w=650&h=400" -y "historia" -o historia.flv I do wrong? |
#4
|
|||
|
|||
Re: rtmp token protection helpHi,
so you got a exception (C0000005 - ACCESS VIOLATION) (on read or write) in rtmpdump.Problem could be maybe the rtmpdump version you use.Maybe a OS issue or you need to change UAC rights on your Win7. So I see you use output file (-o historia.flv) and this will also created in your folder but if you have no write rights for this folders then rtmpdump should fail (access violation).Just check this again or move your rtmp folder in your HDD (C:\rtmpdump\) and try again.Also you can copy of CMD.exe into same folder and start it from there to have the right path already. PS: To get link working you need your token value xy so you can't use same as was postet by peterpan.You can also try this for testing without token.. Code:
rtmpdump -v -r "rtmp://94.23.247.151:1935/live//xtrm2" -p "http://privado.streamingfreetv.net" | "player" - greetz |
#5
|
|||
|
|||
Re: rtmp token protection helpQuote:
I used to do a similar thing to what you said before I knew that shortcut. Instead of copying cmd.exe I would create a new blank text file, then rename it a .bat or .cmd and edit it to: "start c:\windows\system32\cmd.exe" It would basically have the same result as what you mentioned but without having copies of cmd.exe floating around everywhere! By the way I can confirm it's not a UAC restriction or anything, as yes I'm on win7 but I've been able to rtmp dump into that folder before so it's not an access violation for the directory at least. But yes the error is an access violation, but that could really be anything, that just means an invalid memory address was attempted to be accessed (like address 0, or an address that continued out of range of a buffer) I'm thinking it's maybe a buffer overflow exploit we've discovered, lol! I'm checking to see which parameter it could be causing it, if that's it anyway! Tried with latest standard rtmp dump and latest KSV version. Which version did you successfully get to work by the way troller12? EDIT: Okay if I take out the -W parameter, it doesn't crash but it also doesn't work. Is it really needed to SWF Verify in this case? Or perhaps the token is just expired and I have to get my own token for it to work! EDIT2: Figured it out, you were passing an incomplete url... See since this isnt a direct link to an .swf file, it's a php page that returns an .swf file, but it has to have the right arguments passed after the ?... You missed this part: "o=1&kpublica=29245" So it's more like: -W "http://privado.streamingfreetv.net/embed/noreproductor.php?o=1&kpublica=29245" With the full command like: Code:
rtmpdump -V -v -r "rtmp://94.23.247.151/redirect" -a "redirect?token=FEO6Tb4vM1iLHaCZPBFwExpired=1419545618" -f "WIN 16,0,0,235" -W "http://privado.streamingfreetv.net/embed/noreproductor.php?o=1&kpublica=29245" -p "http://privado.streamingfreetv.net/embed/embed.php?channel=historia&w=650&h=400" -y "historia" -o "historia.flv" So just get an updated token and it should work spainwomendrinkingparties Last edited by DefectedToRussia : 12-26-2014 at 08:45 PM. |
#6
|
|||
|
|||
Re: rtmp token protection helpi just fine work
thanks ! |
Tags: rtmp, rtmp token, token |
Thread Tools | |
Display Modes | |
|
|