Search found 1 match

Go to advanced search

by wg206
09 Oct 2011 05:27
Forum: Development around libVLC
Topic: How to play TS stream from socket under win32?
Replies: 6
Views: 3162

Re: How to play TS stream from socket under win32?

Please use following command line to paly TS stream from tcp socket:

vlc tcp://10.12.21.100:1234 --demux=ts --sout="#duplicate{dst=display}"

replace 10.12.21.100:1234 with your IP address and port.

Go to advanced search