From: RĂ©mi Denis-Courmont Date: Wed, 14 Jul 2010 20:14:34 +0000 (+0300) Subject: Correct example RTP location (fixes #3901) X-Git-Tag: 1.2.0-pre1~5823 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d350820bdecf153a9e1ea072c672f240b7114992;p=vlc Correct example RTP location (fixes #3901) --- diff --git a/modules/gui/qt4/ui/open_net.ui b/modules/gui/qt4/ui/open_net.ui index fc8bda4f1a..34b6d22dd7 100644 --- a/modules/gui/qt4/ui/open_net.ui +++ b/modules/gui/qt4/ui/open_net.ui @@ -55,7 +55,7 @@ body { font-family: 'sans'; font-size: 8pt; font-weight: 400; } p > span { color: #838383; } </style></head><body> <p><span>http://www.example.com/stream.avi</span></p> -<p><span>rtp://@1234</span></p> +<p><span>rtp://@:1234</span></p> <p><span>mms://mms.examples.com/stream.asx</span></p> <p><span>rtsp://server.example.org:8080/test.sdp</span></p> <p><span>http://www.yourtube.com/watch?v=gg64x</span></p></body></html>