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" What this sounds like ? Do you have any idea ? Thanks |
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" |
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:
|
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 |
Re: Help with weird rtmpdump behavior in video capturethese are the results :
Code:
# find /usr -name "librtmp*" -ls Code:
# find /usr -name "rtmpdump" -ls |
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 |
Re: Help with weird rtmpdump behavior in video captureyes!! now is working perfectly !!!
So from what i could see rmtpdump should be using rtmplib.so.1 from /usr/lib/x86_64-linux-gnu/ instead of /usr/lib .. the most weird is when i compiled, it was copied to /usr/lib and i was thinking that rtmpdump was using from there. Thanks a lot biezom !! |
Re: Help with weird rtmpdump behavior in video captureQuote:
maybe you need repeat operation after some update |
Re: Help with weird rtmpdump behavior in video captureQuote:
sure... i will keep it in mind.. thanks a lot ! |
All times are GMT -6. The time now is 11:38 AM. |