Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Can someone please find me this streamHi, 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 - 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 Code:
http://dunyanews.tv/livehd/ |
#2
|
|||
|
|||
Re: Can someone please find me this streamQuote:
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" |
#3
|
|||
|
|||
Re: Can someone please find me this streamA 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" Code:
http://live.geo.tv/live.aspx Best Regards |
#4
|
|||
|
|||
Re: Can someone please find me this streamTry 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" |
#5
|
|||
|
|||
Re: Can someone please find me this streamThank 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! Last edited by Dshah : 03-16-2013 at 08:59 AM. |
#6
|
|||
|
|||
Re: Can someone please find me this streamAbove 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 Any idea why its hanging stream? Best Regards |
Tags: rtmpdump |
Thread Tools | |
Display Modes | |
|
|