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 working only inside pageHello,
in the past, I used to be able to watch and/or download RTMP streams from sites without actually needing to have the respective webpage opened with Flowplayer running in order to succeed. I used Orbit, FLVPlayer, ect, without problems. Now, recently, it seems that this got corrected or patched somehow - what I stumbled upon is a rtmp:// address which works correctly when played in the original website, but which cannot be reproduced or downloaded with any external software I tried. Only GetFLV was able to start the download, but it has to keep the page open and there's no way of directly inputting the URL. I'm not an expert on streams and such, so I don't know if it's a matter of SWF protection, secure token or stuff like that - the point is, I wanted to ask you if there is a program that can view and/or record (viewing is enough, as then I'd use a desktop capture program) any rtmp:// (not rtmpe:// or rtmps://) url by inserting it directly in the program and not having to have the webpage open. Thank you in advance! P.S.: yes, I've tried rtmpdump, it gives me a "client and signature do not match" or something like that error. |
#2
|
|||
|
|||
Re: RTMP working only inside pagertmpdump can!! and that's not error!! you should write the correct script in order to run it successfully!!
|
#3
|
|||
|
|||
Re: RTMP working only inside pageQuote:
About rtmpdump, I've been trying for a while, but it always gives back the same comment - I assume, then, I have to know more information about the page, such as the SWF file they're using? Would this be it, somehow? src="./flowplayer-3.2.2.min.js"> |
#4
|
|||
|
|||
Re: RTMP working only inside pagein rtmpdump script, you should input sth like this:
Code:
rtmpdump -r "url" -a "app" -W "embedded SWF" -p "page refer" -y "playpath" -o "output file name" Or perhaps they are using token string which generates for each connection and is valid for a few sec! |
#5
|
|||
|
|||
Re: RTMP working only inside pageI will try and let you know - thanks for the help!
|
Tags: downloading, rtmp, streaming |
Thread Tools | |
Display Modes | |
|
|