View Single Post
  #2  
Old 06-04-2015, 03:04 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Help with weird rtmpdump behavior in video capture


Quote:
Originally Posted by 4n0n1m3m6 View Post
Hi,
I'm new in video recording and I'm having some problems to dump a video but I think it can be an issue on my rtmpdump version.

I'm using rtmpdump 2.4 with last KSV patch (2015-05-04).

When I try to execute the following on ubuntu 15.04, I'm getting an error:

Code:
rtmpdump -r "rtmpe://l.mybeststream.xyz/r/" -a "r/" -f "LNX 17,0,0,134" -W "http://mybeststream.xyz/06609ca7948bff402cc83cf42ed7269c/player1.swf" -p "http://mybeststream.xyz/?id=24040&width=660&height=380&id=mediaspace2" -y "noticias147" --live -o "test.flv"
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
When I try to execute the same on Windows 8.1 (with latest KSV patch also) under VM this works perfectly.

What this sounds like ? Do you have any idea ?

Thanks
hi
did you compile rtmpdump 2.4 with last KSV patch (2015-05-04) on your ubuntu?

because it works for me with on my debian.



Code:
rtmpdump -r "rtmpe://l.mybeststream.xyz/r/" -a "r/" -f "LNX 17,0,0,134" -W "http://mybeststream.xyz/06609ca7948bff402cc83cf42ed7269c/player1.swf" -p "http://mybeststream.xyz/?id=24040&width=660&height=380&id=mediaspace2" -y "noticias147" --live -o "test.flv"
RTMPDump v2.4 KSV-05-05-2015
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: swfurl http://mybeststream.xyz/06609ca7948bff402cc83cf42ed7269c/player1.swf not found
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
INFO: rtmp server sent redirect
INFO: trying to connect with redirected url
WARNING: Trying different position for server digest!
Starting Live Stream
INFO: Metadata:
INFO:   Server                  NGINX RTMP (github.com/arut/nginx-rtmp-module)
INFO:   width                   400.00
INFO:   height                  240.00
INFO:   displayWidth            400.00
INFO:   displayHeight           240.00
INFO:   duration                0.00
INFO:   framerate               20.00
INFO:   fps                     20.00
INFO:   videodatarate           200.00
INFO:   videocodecid            0.00
INFO:   audiodatarate           20.00
INFO:   audiocodecid            0.00
INFO:   profile                 ����������������������������������������������������������������
INFO:   level                   ����������������������������������������������������������������
516.229 kB / 19.17 sec
Reply With Quote