Hi all,
I have found a stream using rtmpdump to watch...
rtmpdump -r "rtmp://solive.wni.co.jp/live" -s "http://weathernews.jp/framework/current/mws_streaming_video.swf" -p "http://weathernews.jp/solive24" -a "live" -y "livestream1" -v | vlc -
original website:
http://weathernews.jp/solive24/
but it just run for 2~3 seconds and then the rtmpdump will exit ...
(-v options shows too long but just some extract to here)....
Code:
DEBUG: HandleCtrl, Stream BufferEmpty 1
DEBUG: RTMP_ClientPacket, received: invoke 180261 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_onbwcheck>
DEBUG: Invoking _result
DEBUG: RTMP_ClientPacket, received: invoke 40 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_onbwdone>
DEBUG: HandleCtrl, received ctrl. type: 32, len: 6
DEBUG: HandleCtrl, Stream BufferReady 1
162.180 kB / 1.96 sec
DEBUG: HandleCtrl, received ctrl. type: 31, len: 6
....
....
DEBUG: HandleCtrl, Stream BufferReady 1
[flv @ 0x89eca20] Estimating duration from bitrate, this may be inaccurate
181.228 kB / 2.48 sec
DEBUG: HandleCtrl, received ctrl. type: 31, len: 6
.....
.....
[0x8a5c2ec] xcb_xv generic error: no available XVideo adaptor
DEBUG: HandleCtrl, received ctrl. type: 32, len: 6
DEBUG: HandleCtrl, Stream BufferReady 1
225.479 kB / 3.03 sec
....
....
....
DEBUG: HandleCtrl, received ctrl. type: 32, len: 6
DEBUG: HandleCtrl, Stream BufferReady 1
DEBUG: HandleCtrl, received ctrl. type: 31, len: 6
DEBUG: HandleCtrl, Stream BufferEmpty 1
DEBUG: Invoking deleteStream
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
283.093 kB / 4.86 sec
DEBUG: RTMP_Read returned: 0
Download complete
DEBUG: Closing connection.
any ideas?
Thanks a lot !