Commit cb44473f authored by Pierre Ynard's avatar Pierre Ynard

qt4: change default RTSP port to 8554

8554 is the IANA-registered RTSP alternative port
parent 21f58879
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment