PDA

View Full Version : Bug : rtmpdump works without picture


karlo2105
03-28-2013, 04:34 AM
I found out this (http://www.serbiaplus.com/sky-sports-news/) stream.

When I try to play it on VLC, it starts but picture never appears.


rtmpdump -r "rtmp://95.138.168.10/live/" -a "live/" -f "WIN 11,6,602,180" -W "http://www.serbiaplus.com/wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf" -p "http://www.serbiaplus.com/sky-sports-news/" --live -y "skyspnews" | vlc -
RTMPDump v2.4 GIT-2012-12-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
Starting Live Stream
INFO: Metadata:
INFO: duration 0.00
INFO: width 640.00
INFO: height 360.00
INFO: videodatarate 800.78
INFO: framerate 25.00
INFO: videocodecid 7.00
INFO: audiodatarate 117.19
INFO: audiosamplerate 44100.00
INFO: audiosamplesize 16.00
INFO: stereo TRUE
INFO: audiocodecid 2.00
INFO: encoder Lavf54.63.100
INFO: filesize 0.00
9007.743 kB / 62.28 sec
ERROR: Download: Failed writing, exiting!


Is there any solution ?

hasomaso
03-28-2013, 04:59 AM
try this

rtmpdump -v -r "rtmp://95.138.168.10/live/" -a "live/" -f "WIN 11,6,602,180" -W "http://www.serbiaplus.com/wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf" -p "http://www.serbiaplus.com/sky-sports-news/" -y "skyspnews" -o "output.flv"

and use this version of rtmpdump https://github.com/downloads/K-S-V/Scripts/rtmpdump-2.4.zip

karlo2105
03-28-2013, 05:20 AM
I use KSV rtmpdump latest version (26.02.2013.) with no result, thisone you point out is from November 2012.

dublin
03-28-2013, 08:22 AM
I found out this (http://www.serbiaplus.com/sky-sports-news/) stream.

When I try to play it on VLC, it starts but picture never appears.


rtmpdump -r "rtmp://95.138.168.10/live/" -a "live/" -f "WIN 11,6,602,180" -W "http://www.serbiaplus.com/wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf" -p "http://www.serbiaplus.com/sky-sports-news/" --live -y "skyspnews" | vlc -
RTMPDump v2.4 GIT-2012-12-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
Starting Live Stream
INFO: Metadata:
INFO: duration 0.00
INFO: width 640.00
INFO: height 360.00
INFO: videodatarate 800.78
INFO: framerate 25.00
INFO: videocodecid 7.00
INFO: audiodatarate 117.19
INFO: audiosamplerate 44100.00
INFO: audiosamplesize 16.00
INFO: stereo TRUE
INFO: audiocodecid 2.00
INFO: encoder Lavf54.63.100
INFO: filesize 0.00
9007.743 kB / 62.28 sec
ERROR: Download: Failed writing, exiting!


Is there any solution ?

Woking fine with RTMPDump v2.4-41-g7bae82a

karlo2105
03-29-2013, 04:45 AM
I confirm it's working with KSV older (https://github.com/downloads/K-S-V/Scripts/rtmpdump-2.4.zip) version.

It means latest KSV rtmpdump build is broken.

http://www.mediafire.com/?a2u20kc21bi4idc

It would be great if KSV could merge those two patches in order to have one rtmpdump build which opens at the same time mips streams and sky sports news stream instead of using two different rtmpdump builds for that.

KSV
03-31-2013, 09:05 AM
are you still able to reproduce this behavior consistently with new build or it appears randomly?

karlo2105
03-31-2013, 12:12 PM
are you still able to reproduce this behavior consistently with new build or it appears randomly?

With your latest build it appears everytime on this stream which is not case with rtmpdump build on github, where it works everytime.
Take a look on screenshots. Pay attention on rtmpdump released dates. I hope it helps. :D
Thanks and Frohe Ostern.

KSV
03-31-2013, 12:24 PM
it's weird. i was able to reproduce this bug initially but now both builds are working fine for me. anyway try with the following:

http://www.mediafire.com/file/bvs34zlzwl5af7q/rtmpdump-2.4.zip

karlo2105
03-31-2013, 12:37 PM
Now it's working fine. Thanks very much for updating. ;)
rtmpdump becomes quickly outdated without your patches. I really appreciate it. ;)