[vlc-devel] Re: Strange problem

Sigmund Augdal sigmunau at stud.ntnu.no
Mon Apr 12 16:37:33 CEST 2004


problem seems to come from the fact that you use the rc interface. This
interface also wants to read from stdin, and this causes problems. try using
no interface (--intf dummy) or some other interface (--intf http).

Sigmund Augdal


On Wed, Apr 07, 2004 at 06:09:56PM +0200, Guillermo Lantzendorffer wrote:
> Hey Guys,
> 
> At the moment I'm trying to get a TS out of my ASI card and into VLC, 
> but I've run into some problems. The programme I use get's clear TS from 
> the ASI card, when I save it into a file and use:
> 
> vlc -vvv -program 5015 /tmp/videolan.ts --sout udp:10.0.0.4
> 
> It al works like a charm, I can get all the different services out of 
> the TS.
> 
> Now when I try to get the stream directly into VLC using stdout and stdin,
> 
> ./DtRecord /dev/stdout | vlc -vvv --program 5015 /ts:- --sout 
> udp:192.168.0.12 --ttl 12
> 
> 
> I get the following error message:
> 
> [00000165] main interface debug: probing 1 candidate
> [00000165] rc interface warning: fd 0 is not a TTY
> [00000165] main interface error: no suitable intf module
> [00000001] main vlc error: interface "(null)" initialization failed
> [00000001] main vlc debug: removing all interfaces
> [00000164] main input debug: access `', demux `ts', name `-'
> [00000166] main stream output debug: using sout 
> chain=`std{mux="",access="udp",url="192.168.0.12"}'
> [00000166] main stream output debug: stream=`std'
> [00000167] main private debug: looking for sout stream module
> [00000167] main private debug: probing 1 candidate
> [00000167] stream_out_standard private debug: creating 
> `udp/(null)://192.168.0.12'
> [00000167] stream_out_standard private debug: extention is 12
> [00000167] stream_out_standard private debug: extention -> mux=(null)
> [00000167] stream_out_standard private debug: using `udp/ts://192.168.0.12'
> [00000168] main private debug: looking for sout access module
> [00000168] main private debug: probing 1 candidate
> [00000169] main private debug: looking for network module
> [00000169] main private debug: probing 2 candidates
> [00000169] ipv4 private debug: socket buffer size is 0x1fffe instead of 
> 0x80000
> [00000125] main module debug: using network module "ipv4"
> [00000125] main module debug: unlocking module "ipv4"
> [00000169] main private debug: thread 4101 (sout write thread) created 
> at priority 0 (udp.c:230)
> [00000168] access_output_udp private: Open: addr:`192.168.0.12' port:`1234'
> [00000027] main module debug: using sout access module "access_output_udp"
> [00000167] stream_out_standard private debug: access opened
> [00000170] main private debug: looking for sout mux module
> [00000170] main private debug: probing 1 candidate
> [00000170] mux_ts private debug: Open
> [00000170] mux_ts private debug: caching=200000 pcr=30000
> [00000130] main module debug: using sout mux module "mux_ts"
> [00000166] main stream output debug: muxer support adding stream at any time
> [00000167] stream_out_standard private debug: mux opened
> [00000141] main module debug: using sout stream module "stream_out_standard"
> [00000164] main input debug: looking for access module
> [00000164] main input debug: probing 4 candidates
> [00000164] vcd input warning: could not open -
> [00000164] cdda input warning: could not open -
> [00000164] access_file input debug: opening file `-'
> [00000017] main module debug: using access module "access_file"
> [00000164] main input debug: looking for demux module
> [00000164] main input debug: probing 14 candidates
> [00000164] main input debug: looking for mpeg-system module
> [00000164] main input debug: probing 1 candidate
> [00000086] main module debug: using mpeg-system module "mpeg_system"
> [00000090] main module debug: using demux module "ts"
> [00000164] mpeg_system input warning: first packet for PID 0 received by 
> TS demux
> [00000164] mpeg_system input warning: first packet for PID 1010 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1033 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1032 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1031 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1005 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1060 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1025 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1080 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1055 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1072 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1071 received 
> by TS demux
> [00000164] mpeg_system input warning: duplicate packet received for PID 
> 1070 (counter 15)
> [00000164] mpeg_system input warning: first packet for PID 1050 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1095 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1062 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1085 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1035 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1034 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1020 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 1004 received 
> by TS demux
> [00000163] main interface debug: thread 2051 joined 
> (src/interface/interface.c:187)
> [00000081] main module debug: unlocking module "hotkeys"
> [00000001] main vlc debug: removing all playlists
> [00000164] mpeg_system input warning: first packet for PID 1015 received 
> by TS demux
> [00000164] main input debug: ES 3f7 has unknown type
> [00000164] main input debug: ES 198 has unknown type
> [00000164] main input debug: selecting video ES 204
> [00000164] main input debug: selecting ES 0x204
> [00000172] main packetizer debug: looking for packetizer module
> [00000172] main packetizer debug: probing 20 candidates
> [00000136] main module debug: using packetizer module "packetizer_mpegvideo"
> [00000172] main packetizer debug: thread 5123 (decoder) created at 
> priority 0 (src/input/input_dec.c:153)
> [00000164] main input debug: selecting audio ES 58
> [00000164] main input debug: selecting ES 0x58
> [00000173] main packetizer debug: looking for packetizer module
> [00000173] main packetizer debug: probing 20 candidates
> [00000064] main module debug: using packetizer module "mpeg_audio"
> [00000173] main packetizer debug: thread 6150 (decoder) created at 
> priority 0 (src/input/input_dec.c:153)
> [00000164] main input debug: ES 22 has unknown type
> [00000164] main input debug: ES d0 has unknown type
> [00000164] main input debug: ES fa has unknown type
> [00000164] mpeg_system input warning: first packet for PID 516 received 
> by TS demux
> [00000164] mpeg_system input warning: first packet for PID 88 received 
> by TS demux
> [00000164] main input debug: 23 loops consuming user: 1, system: 1
> [00000164] main input debug: dumping stream ID 0x0 [OK:0/D:4286]
> [00000164] main input debug: pace controlled
> [00000164] main input debug: dumping program 0x138c, version 0 (partial)
> [00000164] main input debug: ES 0x3ec, stream 0x0, fourcc `pmt ', not 
> selected [OK:1/ERR:0]
> [00000164] main input debug: ES 0x198, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x201, stream 0xe0, fourcc `mpgv', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x64, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x25, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x138d, version 0 (partial)
> [00000164] main input debug: ES 0x3ed, stream 0x0, fourcc `pmt ', not 
> selected [OK:2/ERR:0]
> [00000164] main input debug: ES 0x198, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x202, stream 0xe0, fourcc `mpgv', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x50, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x20, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x1392, version 0 (partial)
> [00000164] main input debug: ES 0x3f2, stream 0x0, fourcc `pmt ', not 
> selected [OK:2/ERR:0]
> [00000164] main input debug: ES 0x198, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x200, stream 0xe0, fourcc `mpgv', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x54, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x21, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x1397, version 0 (partial)
> [00000164] main input debug: ES 0x3f7, stream 0x0, fourcc `pmt ', not 
> selected [OK:1/ERR:0]
> [00000164] main input debug: ES 0x198, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x204, stream 0xe0, fourcc `mpgv', 
> selected [OK:269/ERR:0]
> [00000164] main input debug: ES 0x58, stream 0xc0, fourcc `mpga', 
> selected [OK:7/ERR:0]
> [00000164] main input debug: ES 0x22, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x139c, version 0 (partial)
> [00000164] main input debug: ES 0x3fc, stream 0x0, fourcc `pmt ', not 
> selected [OK:1/ERR:0]
> [00000164] main input debug: ES 0x198, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x206, stream 0xe0, fourcc `mpgv', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x5c, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x26, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13a1, version 0 (partial)
> [00000164] main input debug: ES 0x401, stream 0x0, fourcc `pmt ', not 
> selected [OK:2/ERR:0]
> [00000164] main input debug: ES 0x198, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x203, stream 0xe0, fourcc `mpgv', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x60, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0x24, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13ba, version 0 (partial)
> [00000164] main input debug: ES 0x41a, stream 0x0, fourcc `pmt ', not 
> selected [OK:2/ERR:0]
> [00000164] main input debug: ES 0xde, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13bf, version 0 (partial)
> [00000164] main input debug: ES 0x41f, stream 0x0, fourcc `pmt ', not 
> selected [OK:2/ERR:0]
> [00000164] main input debug: ES 0xdc, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13c4, version 0 (partial)
> [00000164] main input debug: ES 0x424, stream 0x0, fourcc `pmt ', not 
> selected [OK:2/ERR:0]
> [00000164] main input debug: ES 0xe1, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13c5, version 0 (partial)
> [00000164] main input debug: ES 0x425, stream 0x0, fourcc `pmt ', not 
> selected [OK:1/ERR:0]
> [00000164] main input debug: ES 0xe2, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13ce, version 0 (partial)
> [00000164] main input debug: ES 0x42e, stream 0x0, fourcc `pmt ', not 
> selected [OK:2/ERR:0]
> [00000164] main input debug: ES 0xe3, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13cf, version 0 (partial)
> [00000164] main input debug: ES 0x42f, stream 0x0, fourcc `pmt ', not 
> selected [OK:2/ERR:0]
> [00000164] main input debug: ES 0xe5, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13d0, version 0 (partial)
> [00000164] main input debug: ES 0x430, stream 0x0, fourcc `pmt ', not 
> selected [OK:2/ERR:0]
> [00000164] main input debug: ES 0xe6, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13d8, version 0 (partial)
> [00000164] main input debug: ES 0x438, stream 0x0, fourcc `pmt ', not 
> selected [OK:2/ERR:0]
> [00000164] main input debug: ES 0xe4, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13a7, version 0 (partial)
> [00000164] main input debug: ES 0x407, stream 0x0, fourcc `pmt ', not 
> selected [OK:2/ERR:0]
> [00000164] main input debug: ES 0xe7, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13a8, version 0 (partial)
> [00000164] main input debug: ES 0x408, stream 0x0, fourcc `pmt ', not 
> selected [OK:2/ERR:0]
> [00000164] main input debug: ES 0xe8, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13a9, version 0 (partial)
> [00000164] main input debug: ES 0x409, stream 0x0, fourcc `pmt ', not 
> selected [OK:2/ERR:0]
> [00000164] main input debug: ES 0xe9, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13aa, version 0 (partial)
> [00000164] main input debug: ES 0x40a, stream 0x0, fourcc `pmt ', not 
> selected [OK:1/ERR:0]
> [00000164] main input debug: ES 0xea, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13ab, version 0 (partial)
> [00000164] main input debug: ES 0x40b, stream 0x0, fourcc `pmt ', not 
> selected [OK:1/ERR:0]
> [00000164] main input debug: ES 0xeb, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13dd, version 0 (partial)
> [00000164] main input debug: ES 0x43d, stream 0x0, fourcc `pmt ', not 
> selected [OK:1/ERR:0]
> [00000164] main input debug: ES 0xec, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13c6, version 0 (partial)
> [00000164] main input debug: ES 0x426, stream 0x0, fourcc `pmt ', not 
> selected [OK:1/ERR:0]
> [00000164] main input debug: ES 0xf0, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x13e7, version 0 (partial)
> [00000164] main input debug: ES 0x447, stream 0x0, fourcc `pmt ', not 
> selected [OK:2/ERR:0]
> [00000164] main input debug: ES 0xef, stream 0xc0, fourcc `mpga', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: dumping program 0x1770, version 0 (partial)
> [00000164] main input debug: ES 0x44b, stream 0x0, fourcc `pmt ', not 
> selected [OK:1/ERR:0]
> [00000164] main input debug: ES 0x205, stream 0xe0, fourcc `mpgv', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xd0, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000164] main input debug: ES 0xfa, stream 0x0, fourcc `    ', not 
> selected [OK:0/ERR:0]
> [00000086] main module debug: unlocking module "mpeg_system"
> [00000090] main module debug: unlocking module "ts"
> [00000164] main input debug: unselecting ES 0x204
> [00000136] main module debug: unlocking module "packetizer_mpegvideo"
> [00000172] main packetizer debug: thread 5123 joined 
> (src/input/input_dec.c:201)
> [00000172] main packetizer debug: killing decoder fourcc `mpgv', 9 PES 
> in FIFO
> [00000164] main input debug: unselecting ES 0x58
> [00000064] main module debug: unlocking module "mpeg_audio"
> [00000173] main packetizer debug: thread 6150 joined 
> (src/input/input_dec.c:201)
> [00000173] main packetizer debug: killing decoder fourcc `mpga', 9 PES 
> in FIFO
> [00000164] main input debug: no more selected ES
> [00000164] main input warning: destroying sout
> [00000167] main private debug: destroying chain... (name=std)
> [00000170] mux_ts private debug: Close
> [00000130] main module debug: unlocking module "mux_ts"
> [00000169] access_output_udp private debug: late packet to send 
> (1081371492446211) -> drop
> [00000169] main private debug: thread 4101 joined (udp.c:280)
> [00000168] access_output_udp private: Close
> [00000027] main module debug: unlocking module "access_output_udp"
> [00000141] main module debug: unlocking module "stream_out_standard"
> [00000167] main private debug: destroying chain done
> [00000164] access_file input: closing `/ts://-'
> [00000017] main module debug: unlocking module "access_file"
> [00000164] main input debug: pes: 0 packets
> [00000164] main input debug: data: 1 packets
> [00000164] main input debug: buffers: 2 packets
> [00000164] main input debug: freeing info structures...
> [00000164] main input debug: thread 3076 joined (src/input/input.c:289)
> [00000162] main playlist debug: thread 1026 joined 
> (src/playlist/playlist.c:132)
> [00000162] main playlist debug: deleting playlist item `/ts:-'
> [00000001] main vlc debug: removing all video outputs
> [00000001] main vlc debug: removing all audio outputs
> [00000010] main module debug: unlocking module "memcpymmxext"
> 
> I think it reconizes that the stream is TS, but it just exits without 
> streaming the selected program to the network.
> 
> Anyone got any ideas??
> 
> Guillermo Lantzendorffer
> 
> 
> -- 
> This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://developers.videolan.org/lists.html
> If you are in trouble, please contact <postmaster at videolan.org>

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list