[vlc-commits] commit: Correct example RTP location (fixes #3901) ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Wed Jul 14 22:15:01 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jul 14 23:14:34 2010 +0300| [d350820bdecf153a9e1ea072c672f240b7114992] | committer: Rémi Denis-Courmont 

Correct example RTP location (fixes #3901)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d350820bdecf153a9e1ea072c672f240b7114992
---

 modules/gui/qt4/ui/open_net.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/ui/open_net.ui b/modules/gui/qt4/ui/open_net.ui
index fc8bda4..34b6d22 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; }
 &lt;/style&gt;&lt;/head&gt;&lt;body&gt;
 &lt;p&gt;&lt;span&gt;http://www.example.com/stream.avi&lt;/span&gt;&lt;/p&gt;
-&lt;p&gt;&lt;span&gt;rtp://@1234&lt;/span&gt;&lt;/p&gt;
+&lt;p&gt;&lt;span&gt;rtp://@:1234&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;mms://mms.examples.com/stream.asx&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;rtsp://server.example.org:8080/test.sdp&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;http://www.yourtube.com/watch?v=gg64x&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>



More information about the vlc-commits mailing list