Dear Forum,
FreeBSD 6.2 running vlc 0.9.0-svn Grishenko. runs from shell with:
vlc -vvv --loop playlist.m3u --sout '#transcode{acodec=mpga,vb=2048,ab=192}:standard{access=udp,mux=ts,dst=239.255.255.255}'
Starts playing fine but after a couple of hours it _always_ stops with the dreaded 'Killed' following message:
[00000517] spudec packetizer debug: invalid starting packet (size < 4 or pts <=0)
[00000517] spudec packetizer debug: spu size: 0, i_pts: 0 i_buffer: 2019
[00000517] spudec packetizer debug: invalid starting packet (size < 4 or pts <=0)
[00000517] spudec packetizer debug: spu size: 0, i_pts: 0 i_buffer: 829
[00000517] spudec packetizer debug: invalid starting packet (size < 4 or pts <=0)
[00000517] spudec packetizer debug: spu size: 0, i_pts: 0 i_buffer: 2019
[00000517] spudec packetizer debug: invalid starting packet (size < 4 or pts <=0)
[00000517] spudec packetizer debug: spu size: 0, i_pts: 0 i_buffer: 829
[00000517] spudec packetizer debug: invalid starting packet (size < 4 or pts <=0)
[00000517] spudec packetizer debug: spu size: 0, i_pts: 0 i_buffer: 2019
[00000517] spudec packetizer debug: invalid starting packet (size < 4 or pts <=0)
[00000517] spudec packetizer debug: spu size: 0, i_pts: 0 i_buffer: 829
[00000517] spudec packetizer debug: invalid starting packet (size < 4 or pts <=0)
[00000517] spudec packetizer debug: spu size: 0, i_pts: 0 i_buffer: 2019
[00000517] spudec packetizer debug: invalid starting packet (size < 4 or pts <=0)
[00000517] spudec packetizer debug: spu size: 0, i_pts: 0 i_buffer: 829
[00000504] access_output_udp private debug: packet has been sent too late (20649)
[00000517] spudec packetizer debug: invalid starting packet (size < 4 or pts <=0)
[00000517] spudec packetizer debug: spu size: 0, i_pts: 0 i_buffer: 1752
[00000517] spudec packetizer debug: invalid starting packet (size < 4 or pts <=0)
[00000517] spudec packetizer debug: spu size: 0, i_pts: 0 i_buffer: 1752
[00000517] spudec packetizer debug: invalid starting packet (size < 4 or pts <=0)
[00000517] spudec packetizer debug: spu size: 0, i_pts: 0 i_buffer: 1752
Killed
I have seen another thread in the forum (posted by the DJ) that says this about the 'Killed':
"There are 2 options. You have old plugins from a previous installation still around somewhere.
or the vlc software was linked to a dynamic library that has since changed or been removed. My gut tells me it's the first."
There are no old plugins on this install, it's fresh from start and the dynamic linked libraries are:
gadus# ldd /usr/local/bin/vlc
/usr/local/bin/vlc:
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x2807b000)
libvlc.so.0 => /usr/local/lib/libvlc.so.0 (0x28168000)
libhal.so.1 => /usr/local/lib/libhal.so.1 (0x2822e000)
libintl.so.6 => /usr/local/lib/libintl.so.6 (0x28236000)
libdbus-1.so.3 => /usr/local/lib/libdbus-1.so.3 (0x2823f000)
libm.so.4 => /lib/libm.so.4 (0x28274000)
libpthread.so.2 => /lib/libpthread.so.2 (0x2828a000)
libc.so.6 => /lib/libc.so.6 (0x282af000)
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x28394000)
If anyone has any pointer to what could be causing this I'd be grateful if you posted to this thread.
/Humperdinck