Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Help with weird rtmpdump behavior in video captureHi,
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 What this sounds like ? Do you have any idea ? Thanks |
#2
|
|||
|
|||
Re: Help with weird rtmpdump behavior in video captureQuote:
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 |
#3
|
|||
|
|||
Re: Help with weird rtmpdump behavior in video capturehi biezom,
Yes I did it. I had cloned the rtmpdump from git://git.ffmpeg.org/rtmpdump then applied the patch from https://github.com/K-S-V/Scripts/rel...mpdump-2.4.zip and compiled into /usr/bin but seems like it has no KSV patch applied because isn't showing me KSV's compilation text "v2.4 KSV-05-05-2015" . Have you ever seen it before ? Thanks Quote:
|
#4
|
|||
|
|||
Re: Help with weird rtmpdump behavior in video captureQuote:
Code:
make VERSION="v2.4 KSV-05-05-2015" first did you remove the depot's version before can you post the result of these command in root terminal Code:
find /usr -name "librtmp*" -ls Code:
find /usr -name "rtmpdump" -ls |
#5
|
|||
|
|||
Re: Help with weird rtmpdump behavior in video capturethese are the results :
Code:
# find /usr -name "librtmp*" -ls 26608267 4 drwxr-xr-x 2 root root 4096 Jun 4 01:42 /usr/include/librtmp 25952743 4 drwxr-xr-x 2 root root 4096 Mai 29 22:11 /usr/share/doc/librtmp1 26740927 8 -rw-r--r-- 1 root root 7143 Jun 4 02:31 /usr/man/man3/librtmp.3 25170240 148 -rw-r----- 1 root root 148761 Jun 4 02:23 /usr/lib/librtmp.so.0 25170234 4 -rw-r--r-- 1 root root 266 Jun 4 02:31 /usr/lib/pkgconfig/librtmp.pc 25168626 0 lrwxrwxrwx 1 root root 12 Jun 4 02:31 /usr/lib/librtmp.so -> librtmp.so.1 25175484 112 -rw-r--r-- 1 root root 113536 Nov 11 2014 /usr/lib/x86_64-linux-gnu/librtmp.so.1 25170235 156 -rwxr-xr-x 1 root root 158168 Jun 4 02:31 /usr/lib/librtmp.so.1 25170182 212 -rw-r--r-- 1 root root 215738 Jun 4 02:31 /usr/lib/librtmp.a Code:
# find /usr -name "rtmpdump" -ls 25168625 36 -rwxr-xr-x 1 root root 36368 Jun 4 02:31 /usr/bin/rtmpdump |
#6
|
|||
|
|||
Re: Help with weird rtmpdump behavior in video captureQuote:
1) make a backup Code:
mv /usr/lib/librtmp.so.0 /usr/lib/librtmp.so.0.bak Code:
mv /usr/lib/x86_64-linux-gnu/librtmp.so.1 /usr/lib/x86_64-linux-gnu/librtmp.so.1.bak Code:
ln -s /usr/lib/librtmp.so.1 /usr/lib/librtmp.so.0 Code:
ln -s /usr/lib/librtmp.so.1 /usr/lib/x86_64-linux-gnu/librtmp.so.1 |
Tags: rtmpdump |
Thread Tools | |
Display Modes | |
|
|