Using VLC 1.0.2 client on Kubuntu Karmic Koala no longer can view input UDP Multicast MPEG-2 streams. The command "vlc udp://10.249.1.6@232.19.254.246:13246" opens the vlc client, but no video. Here is the debug log:
main debug: processing request item udp://232.19.254.246:13246 node Playlist skip 0
main debug: resyncing on udp://232.19.254.246:13246
main debug: udp://232.19.254.246:13246 is at 0
main debug: starting new item
main debug: creating new input thread
main debug: Creating an input for 'udp://232.19.254.246:13246'
main debug: thread (input) created at priority 10 (input/input.c:230)
main debug: thread started
main debug: using timeshift granularity of 50 MBytes
main debug: using timeshift path '/tmp'
main debug: `udp://10.249.1.6@232.19.254.246:13246' gives access `udp' demux `' path `10.249.1.6@232.19.254.246:13246'
qt4 debug: IM: Setting an input
main debug: creating demux: access='udp' demux='' path='10.249.1.6@232.19.254.246:13246'
qt4 debug: Updating the geometry
qt4 debug: Updating the geometry
main debug: looking for access_demux module: 0 candidates
main debug: no access_demux module matched "udp"
main debug: TIMER module_need() : 17.295 ms - Total 17.295 ms / 1 intvls (Avg 17.295 ms)
main debug: creating access 'udp' path='10.249.1.6@232.19.254.246:13246'
main debug: looking for access module: 1 candidate
access_udp debug: opening server=10.249.1.6:0 local=232.19.254.246:13246
main debug: net: connecting to [10.249.1.6]:0 from [232.19.254.246]:13246
main debug: Multicast source group join request
main debug: using access module "access_udp"
main debug: TIMER module_need() : 0.918 ms - Total 0.918 ms / 1 intvls (Avg 0.918 ms)
main debug: Using AStream*Block
main debug: pre buffering
I know that the input stream is good, because on another machine (connected to same network), VLC can view it just fine. Also, I have verified (with tcpdump and wireshark) that the stream is getting to my pc. The network monitor also shows increased input BW on my eth0 interface when trying to play the stream.
Has anyone seen this issue before or know how to resolve it? It seems that the stream is getting lost between my IP stack and VLC.