View Single Post
  #4  
Old 12-30-2011, 07:40 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: Problem in downloading live streams from UStream.


Quote:
Originally Posted by Kura View Post
Others that I tested using Jaksta/RMC: (Live at the moment)
http://www.ustream.tv/earthcam

Both when recorded yielded same results, choppy audio, and very slow fps/choppy video, suddenly completes/connection cuts even though stream is still live.
Do you have noticed at audio information of earthcam channel? Audio is Mono and only 16KHz.
Code:
Channel(s)                               : 1 channel
Channel positions                        : Front: C
Sampling rate                            : 16.0 KHz
If your internet connection is under 2Mbps, you can't record it constantly because of the bitrate and res:
Code:
Overall bit rate                         : 2 753 Kbps
Width                                   : 800.000
Height                                  : 450.000
if is upper, you have to use rtmpdump(because have no problem) instead of RMC till its fixing bug!!
Code:
rtmpdump -r "rtmp://flash90.ustream.tv/ustreamVideo/10046365" -a "ustreamVideo/10046365" -f "WIN 11,1,102,55" -W "http://static-cdn1.ustream.tv/swf/live/viewer.rsl:85.swf" -p "http://www.ustream.tv/earthcam" -y "streams/live_1" --live -o earthcam.flv
Reply With Quote