Page 1 of 1

TCP streaming

Posted: 10 Mar 2010 22:02
by samfrog
Hello,

Say I have a TCP server sending packets. Can we use VLC to receive a TCP stream? What is the command line? vlc -vvv tcp://127.0.0.1:1234 doesn't work

thanks,

Re: TCP streaming

Posted: 11 Mar 2010 16:08
by RĂ©mi Denis-Courmont
Your question does not make much sense. TCP has no notion of packets at the application layer.

Re: TCP streaming

Posted: 11 Mar 2010 19:38
by samfrog
How about will I be able to create a TCP server sending packets at port 8080 and have VLC using http protocol to receive the packets? thanks