Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Can someone please find me this stream

(http://stream-recorder.com/forum/showthread.php?t=15749)

Dshah 03-15-2013 07:45 PM

Can someone please find me this stream


 
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
Code:

rtmpdump -v -r "rtmp://50.117.24.90/live/mp4:livestream_1.f4v" | vlc -
error i get:
Code:

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:
Code:

http://dunyanews.tv/livehd/
can please someone tell me why its not working? Thanks

bat999 03-15-2013 10:43 PM

Re: Can someone please find me this stream


 
Quote:

Originally Posted by Dshah (Post 60648)
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
Code:

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:-
Code:

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"

Dshah 03-16-2013 03:21 AM

Re: Can someone please find me this stream


 
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
Code:

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
Code:

http://live.geo.tv/live.aspx
I am using wireshark to sniff url, is there any better way todo this?

Best Regards

evol 03-16-2013 04:53 AM

Re: Can someone please find me this stream


 
Try this
Code:

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

Re: Can someone please find me this stream


 
Thank you evol it works but not displaying any video and I get this error when i close vlc:

Code:

[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

Re: Can someone please find me this stream


 
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:
Code:

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


All times are GMT -6. The time now is 01:58 PM.