Dshah
03-15-2013, 07:45 PM
Hi, I just found out about rtmpdump and trying to find the rtmp url, i am using centos OS and here is command i used
rtmpdump -v -r "rtmp://50.117.24.90/live/mp4:livestream_1.f4v" | vlc -
error i get:
WARNING: HandShake: client signature does not match!
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
[0x7f5cbc001588] main stream error: cannot pre fill buffer
url of stream:
http://dunyanews.tv/livehd/
can please someone tell me why its not working? Thanks
bat999
03-15-2013, 10:43 PM
Hi, I just found out about rtmpdump and trying to find the rtmp url, i am using centos OS and here is command i used
rtmpdump -v -r "rtmp://50.117.24.90/live/mp4:livestream_1.f4v" | vlc -
can please someone tell me why its not working? Thanks
Try again with this command:-
rtmpdump -r "rtmp://50.117.24.90/live" -a "live" -W "http://dunyanews.tv/livehd/swfs/videoPlayer.swf" -p "http://dunyanews.tv/livehd/" -C B:0 -y "mp4:livestream_1.f4v" -v -o - | vlc - --meta-title "Dunya News"
http://img89.imageshack.us/img89/9039/dunya2g.png
Dshah
03-16-2013, 03:21 AM
A Big Thanks
It works But when i try to do same way with another channel, its not working for me, I am sure I am missing something again as this url is different
rtmpdump -r "rtmp://streamer33.eboundservices.com/geonews" -a "geonews" -W "http://www.eboundservices.com/live/player.swf?referre.rUri=http://www.eboundservices.com:8888/users/geonews/pc.php" -p "http://live.geo.tv/live.aspx" -C B:0 -y "geonews" -v -o - | vlc - --meta-title "Geo News"
link
http://live.geo.tv/live.aspx
I am using wireshark to sniff url, is there any better way todo this?
Best Regards
Try this
rtmpdump -r "rtmp://streamer36.eboundservices.com/geonews" -a "geonews" -W "http://www.eboundservices.com/live/player.swf" -p "http://www.eboundservices.com/iframe/geo/iframe.php?streamer=streamer36&app=geonews&stream=geonews&width=500&height=281" -y "geonews" -o- | vlc - --meta-title "Geo News"
:)
Dshah
03-16-2013, 05:21 AM
Thank you evol it works but not displaying any video and I get this error when i close vlc:
[flv @ 0x7f0becc3d000] decoding for stream 1 failed
[flv @ 0x7f0becc3d000] Could not find codec parameters (Audio: none, 0 channels)
[flv @ 0x7f0becc3d000] Estimating duration from bitrate, this may be inaccurate
[0x7f0becc4cdc8] main decoder error: no suitable decoder module for fourcc `undf'. VLC probably does not support this sound or video format.
871.015 kB / 16.92 sec
Caught signal: 13, cleaning up, just a second...
ERROR: Download: Failed writing, exiting!
But if instead pipe to vlc i save it as a file, then file only have video, no audio available .
Dshah
03-16-2013, 04:36 PM
Above error is fixed, I had to install some codecs to make it work.
But above video only play for a second and it close vlc, in shell it just hangs on download speed:
RTMPDump v2.4
(c) 2010 Andrej Stepan
Connecting ...
INFO: Connected...
Starting download at:
INFO: Metadata:
INFO: width
INFO: height
INFO: videocodecid
INFO: audiodatarate
INFO: audiosamplerat
INFO: audiochannels
INFO: audiocodecid
32.835 kB / 0.37 sec
its hanged on "32.835 kB / 0.37 sec" and vlc stopped
Any idea why its hanging stream?
Best Regards
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.