Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Missing arguments?I am a member of a video web site which requires payment for access. It provides streams via flowplayer and the format of the videos is FLV. I had no problems downloading the videos with a Firefox addon called NetVideoHunter but today they started to use the rtmpe protocol which is a problem. I analyzed the html code and according to that, I made a rtmpdump command:
Code:
rtmpdump -r "rtmpe://5.9.30.50:1935/vod/13800503074ba43.flv" -T "#kuca#voli@macu159#753" -o 1.flv http://img196.imageshack.us/img196/9610/sr1g.jpg When the encoding is done, I get a ~600MB file and that's the size I got while I was able to use NetVideoHunter so for some reason, rtmpdump downloads a lot of useless information. I also tried to add the "-W" argument (I found 2 player links but it doesn't seem to work). Here is the html code of the div element which contains the video. http://pastebin.com/sbsmuL6U I am open for any advice/suggestion! Thanks in advance! |
#2
|
|||
|
|||
Re: Missing arguments?Add '-R' to your commandline.
|
#3
|
|||
|
|||
Re: Missing arguments?I can't find the '-R' argument in the rtmpdump documentation . There is only '-r' and I already added it in the first place.
|
#4
|
|||
|
|||
Re: Missing arguments?You need a newer version of rtmpdump (which offers -R or --realtime) or you could try '-v'.
|
#5
|
|||
|
|||
Re: Missing arguments?Quote:
The only thing that bothers me is that I download videos from this website via a 1Gbit connection and with NetVideoHunter I mostly achieve speeds like ~10MiBps so I downloaded Videos in under 1 minute while with rtmpdump, I get speeds up to ~300kiBps (it varies from ~200kiBps to ~300kiBs). Would this be a server limitation (where the videos are hosted) because of the newly implemented rtmpe streaming system or is my rtmpdump command missing some arguments which would improve speed? |
#6
|
|||
|
|||
Re: Missing arguments?When using '-R' rtmpdump prints 'in approximately realtime (disabled BUFX speedup hack)'. This hack makes rtmpdump downloading faster than realtime. This does not work with every server, so you have to disable the hack. Now rtmpdump behaves more like FlashPlayer, in realtime. Your command is missing nothing.
|
Tags: rtmpdump |
Thread Tools | |
Display Modes | |
|
|