View Single Post
  #5  
Old 02-28-2012, 03:32 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: can't watch rtmp stream on VLC. please help me


I don't know if the stream is really HD or not, but with my internet speed connection, I got this:
Code:
rtmpdump -r "rtmp://cdn.m.yupptv.tv:80/liveorigin/" -a "liveorigin/" --live -y "ndtvhindi9002" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
Code:
C:\rtmpdump-2.4>rtmpdump -r "rtmp://cdn.m.yupptv.tv:80/liveorigin/" -a "liveorig
in/" --live -y "ndtvhindi9002" -o "ndtv.flv"
RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   duration              0.00
INFO:   width                 320.00
INFO:   height                240.00
INFO:   videodatarate         195.31
INFO:   framerate             15.00
INFO:   videocodecid          7.00
INFO:   audiodatarate         31.25
INFO:   audiosamplerate       44100.00
INFO:   audiosamplesize       16.00
INFO:   stereo                TRUE
INFO:   audiocodecid          10.00
INFO:   filesize              0.00
if you believe it's HD, try to getting correct HD play path and replace with -y value!!
Reply With Quote