Page 1 of 1

Re: CVLC UDP full .ts stream

PostPosted: Thu Feb 27, 2014 10:01 pm
by updatelee
You sure thats the right PID? doesnt look right

0x7ff will send the entire stream without filtering

UDL

Re: CVLC UDP full .ts stream

PostPosted: Fri Feb 28, 2014 2:01 am
by updatelee
olivierf Wrote:cvlc dvb://dev/dvb/adapter0/dvr0 --sout '#standard{acss=udp,mux=ts,pid=10, dst=172.17.86.3:7000}'


I dont use vlc this way, you posted that cmd line, I assumed you posted valid arguments with it. pid=10 as per your orig post, would only give you pid 10, which I imagine is not what you want. I would recommend determing the correct arguments to send vlc before claiming it doesnt work :)

I just use my own applications to read dvr0, then write that data to a UDP/TCP socket.

UDL