Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to force stream RTP video with vlc over tcp protocol?

I'm trying to stream a video via rtp with vlc, the default protocol is UDP, but its performance is very low (bitrate, resolution, smooth,..)

So, I want to use vlc with rtp to stream video over tcp protocol to gain higher performance.

Are there anyone can help me to force vlc streaming rtp over tcp protocol. Please help me if you have any idea.

Thank you so much!

like image 662
Chuan Nguyen Avatar asked Oct 28 '15 15:10

Chuan Nguyen


1 Answers

If you're using the command-line client then add the --rtsp-tcp options:

vlc --rtsp-tcp rtsp://path/to/stream

like image 79
nkarstens Avatar answered Oct 10 '22 10:10

nkarstens