Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#11
|
|||
|
|||
Re: [Help] requestAccess insert with parameters?Quote:
http://stream-recorder.com/forum/sho...1&postcount=54 If you have time could you please incorporate the "requestAccess" parameter as a user-controlled command-line option? For example: Code:
rtmpdump -r....... --extra-string-for-securetoken "requestAccess=some-secret-string" |
#12
|
|||
|
|||
Re: [Help] requestAccess insert with parameters?we need to reverse the flash client first to know which encryption algorithm and keys they are using for handshake 10. after that writing code isn't that difficult.
Quote:
Quote:
PS: it's not an extra string for SecureToken. it's separate invoke command. |
#13
|
|||
|
|||
Re: [Help] requestAccess insert with parameters?Quote:
just I'm wondering how getflv team could reverse it and we still couldn't after 5 months!! |
#14
|
|||
|
|||
Re: [Help] requestAccess insert with parameters?OK, thanks! Just till then could you please post the diff for this custom modification of rtmpdump in this thread?
|
#15
|
|||
|
|||
Re: [Help] requestAccess insert with parameters?Quote:
i will post soon. |
#16
|
|||
|
|||
Re: [Help] requestAccess insert with parameters?Thanks for the reply, I'm bothering you with my questions!!
and This is my last question: So, Why rtmpdump can't do this work like getflv? Why rtmpdump must have the encryption keys in order to be able to record? and Thank you very much for putting time on my questions!! |
#17
|
|||
|
|||
Re: [Help] requestAccess insert with parameters?Quote:
Code:
http://stream-recorder.com/forum/showpost.php?p=36441&postcount=54 Quote:
|
#18
|
|||
|
|||
Re: [Help] requestAccess insert with parameters?aha, I got it right now!!
|
#19
|
|||
|
|||
Re: [Help] requestAccess insert with parameters?Code:
rtmpdump -r "rtmp://srv2.tv-stream.to/live/eurosport" -W "http://player.tv-stream.to/cplayer.swf" -p "http://tv-stream.to" -T "58=rA#TV26" --live -o 1.flv Code:
RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... Starting Live Stream INFO: Metadata: INFO: duration 0.00 INFO: width 768.00 INFO: height 432.00 INFO: videodatarate 0.00 INFO: framerate 12.50 INFO: videocodecid 7.00 INFO: audiodatarate 0.00 INFO: audiosamplerate 48000.00 INFO: audiosamplesize 16.00 INFO: stereo TRUE INFO: audiocodecid 10.00 INFO: encoder Lavf52.111.0 INFO: filesize 0.00 3747.744 kB / 54.37 sec |
#20
|
|||
|
|||
Re: [Help] requestAccess insert with parameters?You got "Read access denied for stream eurosport" because you are using old version that can't handle request access!! I got this error too before KSV's change on rtmpdump!!
Try this version!! |
Tags: rtmpdump |
Thread Tools | |
Display Modes | |
|
|