[vlc-commits] commit: qt4: change default RTSP port to 8554 (Pierre Ynard )
git at videolan.org
git at videolan.org
Thu Dec 9 02:12:24 CET 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Dec 9 02:11:13 2010 +0100| [cb44473fafaa86b659cc68dd7f2ee668d914a0fe] | committer: Pierre Ynard
qt4: change default RTSP port to 8554
8554 is the IANA-registered RTSP alternative port
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cb44473fafaa86b659cc68dd7f2ee668d914a0fe
---
modules/gui/qt4/components/sout/sout_widgets.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/sout/sout_widgets.cpp b/modules/gui/qt4/components/sout/sout_widgets.cpp
index 28179cf..13a30a8 100644
--- a/modules/gui/qt4/components/sout/sout_widgets.cpp
+++ b/modules/gui/qt4/components/sout/sout_widgets.cpp
@@ -269,7 +269,7 @@ RTSPDestBox::RTSPDestBox( QWidget *_parent ) : VirtualDestBox( _parent )
RTSPPort->setAlignment( Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter );
RTSPPort->setMinimum( 1 );
RTSPPort->setMaximum( 65535 );
- RTSPPort->setValue( 5544 );
+ RTSPPort->setValue( 8544 );
layout->addWidget( RTSPEdit, 2, 1, 1, 1 );
layout->addWidget( RTSPPort, 1, 1, 1, 1 );
More information about the vlc-commits
mailing list