View Single Post
  #1  
Old 06-10-2012, 06:26 PM
angryfokker angryfokker is offline
Junior Member
 
Join Date: May 2012
Posts: 3
angryfokker is on a distinguished road
Default

Stream freezes in VLC, plays in mplayer


Trying to play this stream in vlc:
Code:
rtmpdump -r "rtmp://lrt-live.data.lt/LTV1" -a "LTV1" -f "LNX 11,2,202,236" -W "http://lrt.lt/scripts/jwplayer/player.swf" -p "http://lrt.lt" -y "LTV1" -v | vlc -
VLC media player 1.0.6 Goldeneye
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
[0x98b5148] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Starting Live Stream
INFO: Metadata:
INFO:   author                
INFO:   copyright             
INFO:   description           
INFO:   keywords              
INFO:   rating                
INFO:   title                 
INFO:   presetname            Custom
INFO:   creationdate          Sun Jun 10 21:07:06 2012
INFO:   videodevice           Blackmagic WDM Capture
INFO:   framerate             25.00
INFO:   width                 720.00
INFO:   height                576.00
INFO:   videocodecid          avc1
INFO:   videodatarate         800.00
INFO:   avclevel              31.00
INFO:   avcprofile            66.00
INFO:   videokeyframe_frequency5.00
INFO:   audiodevice           Blackmagic WDM Capture
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         1.00
INFO:   audioinputvolume      75.00
INFO:   audiocodecid          .mp3
INFO:   audiodatarate         128.00
319.489 kB / 6.74 secmdb:511, lastbuf:0 skipping granule 0
mdb:511, lastbuf:0 skipping granule 1
[0x9ea4510] pulse audio output: No. of Audio Channels: 1
QPainter::begin: Paint device returned engine == 0, type: 1
QPainter::begin: Paint device returned engine == 0, type: 1
mdb:511, lastbuf:396 skipping granule 0
374.210 kB / 7.21 secAVC: Consumed only 995 bytes instead of 1360
AVC: Consumed only 1311 bytes instead of 3996
AVC: Consumed only 1259 bytes instead of 3996
AVC: Consumed only 1257 bytes instead of 3996
AVC: Consumed only 1201 bytes instead of 3996
AVC: Consumed only 1218 bytes instead of 3996
AVC: Consumed only 1269 bytes instead of 3996
AVC: Consumed only 1305 bytes instead of 3996
AVC: Consumed only 1316 bytes instead of 3996
AVC: Consumed only 1270 bytes instead of 3996
AVC: Consumed only 1233 bytes instead of 3996
AVC: Consumed only 1168 bytes instead of 3996
AVC: Consumed only 1213 bytes instead of 3996
AVC: Consumed only 1232 bytes instead of 3996
AVC: Consumed only 1188 bytes instead of 3996
AVC: Consumed only 1155 bytes instead of 3996
AVC: Consumed only 1171 bytes instead of 3996
AVC: Consumed only 1113 bytes instead of 3996
AVC: Consumed only 1142 bytes instead of 3996
AVC: Consumed only 1098 bytes instead of 3996
AVC: Consumed only 1185 bytes instead of 3996
AVC: Consumed only 1196 bytes instead of 3996
AVC: Consumed only 1212 bytes instead of 3996
AVC: Consumed only 1151 bytes instead of 3996
AVC: Consumed only 1183 bytes instead of 3996
AVC: Consumed only 1113 bytes instead of 3996
AVC: Consumed only 1077 bytes instead of 3996
AVC: Consumed only 1075 bytes instead of 3996
AVC: Consumed only 1104 bytes instead of 3996
AVC: Consumed only 1188 bytes instead of 3996
AVC: Consumed only 1132 bytes instead of 3996
AVC: Consumed only 1171 bytes instead of 3996
AVC: Consumed only 1158 bytes instead of 3996
AVC: Consumed only 1139 bytes instead of 3996
AVC: Consumed only 1096 bytes instead of 3996
AVC: Consumed only 1149 bytes instead of 3996
AVC: Consumed only 1145 bytes instead of 3996
AVC: Consumed only 1048 bytes instead of 3996
AVC: Consumed only 1141 bytes instead of 3996
AVC: Consumed only 1091 bytes instead of 3996
AVC: Consumed only 1164 bytes instead of 3996
AVC: Consumed only 1144 bytes instead of 3996
AVC: Consumed only 1165 bytes instead of 3996
AVC: Consumed only 1084 bytes instead of 3996
AVC: Consumed only 1161 bytes instead of 3996
AVC: Consumed only 1049 bytes instead of 3996
AVC: Consumed only 1137 bytes instead of 3996
AVC: Consumed only 1159 bytes instead of 3996
1192.363 kB / 14.34 sec
but audio and video freeze after 3-4 seconds, at this point:
Code:
AVC: Consumed only 1159 bytes instead of 3996
In verbose stream stops here:
Code:
AVC: Consumed only 1064 bytes instead of 3996
Not all streams freeze using vlc. The stream plays fine in mplayer. Stream url:
Code:
http://lrt.lt/mediateka/tiesiogiai/ltv
I'm using Ubuntu 10.04, vlc 1.0.6.
Reply With Quote