Commit a6ab0e45 authored by Pierre Ynard's avatar Pierre Ynard

qt4: really change the RTSP port to 8554

parent cb44473f
...@@ -269,7 +269,7 @@ RTSPDestBox::RTSPDestBox( QWidget *_parent ) : VirtualDestBox( _parent ) ...@@ -269,7 +269,7 @@ RTSPDestBox::RTSPDestBox( QWidget *_parent ) : VirtualDestBox( _parent )
RTSPPort->setAlignment( Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter ); RTSPPort->setAlignment( Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter );
RTSPPort->setMinimum( 1 ); RTSPPort->setMinimum( 1 );
RTSPPort->setMaximum( 65535 ); RTSPPort->setMaximum( 65535 );
RTSPPort->setValue( 8544 ); RTSPPort->setValue( 8554 );
layout->addWidget( RTSPEdit, 2, 1, 1, 1 ); layout->addWidget( RTSPEdit, 2, 1, 1, 1 );
layout->addWidget( RTSPPort, 1, 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