Commit ab33b304 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: step one for Sout Dialog rework. Introduce a kind of progression and gives...

Qt: step one for Sout Dialog rework. Introduce a kind of progression and gives more space to MRL-customization.
parent bb196db7
...@@ -262,7 +262,7 @@ void SoutDialog::RTPtoggled( bool b_en ) ...@@ -262,7 +262,7 @@ void SoutDialog::RTPtoggled( bool b_en )
void SoutDialog::ok() void SoutDialog::ok()
{ {
mrl = ui.mrlEdit->text(); mrl = ui.mrlEdit->toPlainText();
accept(); accept();
} }
...@@ -484,7 +484,7 @@ void SoutDialog::updateMRL() ...@@ -484,7 +484,7 @@ void SoutDialog::updateMRL()
if ( sout.b_sout_keep ) if ( sout.b_sout_keep )
mrl.append( " :sout-keep" ); mrl.append( " :sout-keep" );
ui.mrlEdit->setText( mrl ); ui.mrlEdit->setPlainText( mrl );
free( sout.psz_file );free( sout.psz_http ); free( sout.psz_mms ); free( sout.psz_file );free( sout.psz_http ); free( sout.psz_mms );
free( sout.psz_rtp ); free( sout.psz_udp ); free( sout.psz_mux ); free( sout.psz_rtp ); free( sout.psz_udp ); free( sout.psz_mux );
free( sout.psz_name ); free( sout.psz_group ); free( sout.psz_name ); free( sout.psz_group );
......
<ui version="4.0" > <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>Jean-Baptiste Kempf</author> <author>Jean-Baptiste Kempf</author>
<class>Sout</class> <class>Sout</class>
<widget class="QWidget" name="Sout" > <widget class="QWidget" name="Sout">
<property name="geometry" > <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>643</width> <width>711</width>
<height>651</height> <height>470</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle">
<string>_("Stream Output")</string> <string>_(&quot;Stream Output&quot;)</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout" > <layout class="QVBoxLayout" name="verticalLayout">
<item row="0" column="0" colspan="2" > <item>
<widget class="QGroupBox" name="groupBox" > <widget class="QToolBox" name="toolBox">
<property name="title" > <property name="currentIndex">
<string>_("Outputs")</string> <number>2</number>
</property> </property>
<layout class="QHBoxLayout" > <widget class="QWidget" name="page">
<item> <attribute name="label">
<layout class="QGridLayout" > <string>_(&quot;Source&quot;)</string>
<item row="0" column="1" colspan="2" > </attribute>
<widget class="QCheckBox" name="localOutput" > </widget>
<property name="text" > <widget class="QWidget" name="page_3">
<string>_("Play locally")</string> <property name="geometry">
</property> <rect>
</widget> <x>0</x>
</item> <y>0</y>
<item row="1" column="1" colspan="2" > <width>708</width>
<widget class="QCheckBox" name="fileOutput" > <height>308</height>
<property name="contextMenuPolicy" > </rect>
<enum>Qt::NoContextMenu</enum> </property>
</property> <attribute name="label">
<property name="text" > <string notr="true">_(&quot;Destination&quot;)</string>
<string>_("File")</string> </attribute>
</property> <layout class="QGridLayout" name="gridLayout">
</widget> <item row="0" column="0">
</item> <layout class="QGridLayout" name="_3">
<item row="1" column="3" > <item row="0" column="1" colspan="2">
<widget class="QLabel" name="fileLabel" > <widget class="QCheckBox" name="localOutput">
<property name="text" > <property name="text">
<string>_("Filename")</string> <string>_(&quot;Play locally&quot;)</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="4" > <item row="1" column="1" colspan="2">
<widget class="QLineEdit" name="fileEdit" /> <widget class="QCheckBox" name="fileOutput">
</item> <property name="contextMenuPolicy">
<item row="1" column="5" > <enum>Qt::NoContextMenu</enum>
<widget class="QPushButton" name="fileSelectButton" > </property>
<property name="sizePolicy" > <property name="text">
<sizepolicy vsizetype="Fixed" hsizetype="Maximum" > <string>_(&quot;File&quot;)</string>
<horstretch>0</horstretch> </property>
<verstretch>0</verstretch> </widget>
</sizepolicy> </item>
</property> <item row="1" column="3">
<property name="text" > <widget class="QLabel" name="fileLabel">
<string>_("Browse...")</string> <property name="text">
</property> <string>_(&quot;Filename&quot;)</string>
</widget> </property>
</item> </widget>
<item row="1" column="6" > </item>
<widget class="QCheckBox" name="rawInput" > <item row="1" column="4">
<property name="text" > <widget class="QLineEdit" name="fileEdit"/>
<string>_("Dump raw input")</string> </item>
</property> <item row="1" column="5">
</widget> <widget class="QPushButton" name="fileSelectButton">
</item> <property name="sizePolicy">
<item row="2" column="1" colspan="2" > <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<widget class="QCheckBox" name="HTTPOutput" > <horstretch>0</horstretch>
<property name="text" > <verstretch>0</verstretch>
<string>HTTP</string> </sizepolicy>
</property> </property>
</widget> <property name="text">
</item> <string>_(&quot;Browse...&quot;)</string>
<item row="2" column="3" > </property>
<widget class="QLabel" name="HTTPLabel" > </widget>
<property name="text" > </item>
<string>_("Address")</string> <item row="1" column="6">
</property> <widget class="QCheckBox" name="rawInput">
</widget> <property name="text">
</item> <string>_(&quot;Dump raw input&quot;)</string>
<item row="2" column="4" > </property>
<widget class="QLineEdit" name="HTTPEdit" /> </widget>
</item> </item>
<item row="2" column="5" > <item row="2" column="1" colspan="2">
<widget class="QLabel" name="HTTPPortLabel" > <widget class="QCheckBox" name="HTTPOutput">
<property name="text" > <property name="text">
<string>_("Port:")</string> <string>HTTP</string>
</property> </property>
<property name="alignment" > </widget>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </item>
</property> <item row="2" column="3">
</widget> <widget class="QLabel" name="HTTPLabel">
</item> <property name="text">
<item row="2" column="6" > <string>_(&quot;Address&quot;)</string>
<widget class="QSpinBox" name="HTTPPort" > </property>
<property name="maximumSize" > </widget>
<size> </item>
<width>90</width> <item row="2" column="4">
<height>16777215</height> <widget class="QLineEdit" name="HTTPEdit"/>
</size> </item>
</property> <item row="2" column="5">
<property name="alignment" > <widget class="QLabel" name="HTTPPortLabel">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <property name="text">
</property> <string>_(&quot;Port:&quot;)</string>
<property name="minimum" > </property>
<number>1</number> <property name="alignment">
</property> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<property name="maximum" > </property>
<number>65535</number> </widget>
</property> </item>
<property name="singleStep" > <item row="2" column="6">
<number>1</number> <widget class="QSpinBox" name="HTTPPort">
</property> <property name="maximumSize">
<property name="value" > <size>
<number>8080</number> <width>90</width>
</property> <height>16777215</height>
</widget> </size>
</item> </property>
<item row="3" column="1" colspan="2" > <property name="alignment">
<widget class="QCheckBox" name="MMSHOutput" > <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<property name="text" > </property>
<string>MMSH</string> <property name="minimum">
</property> <number>1</number>
</widget> </property>
</item> <property name="maximum">
<item row="3" column="3" > <number>65535</number>
<widget class="QLabel" name="MMSHLabel" > </property>
<property name="text" > <property name="singleStep">
<string>_("Address")</string> <number>1</number>
</property> </property>
</widget> <property name="value">
</item> <number>8080</number>
<item row="3" column="4" > </property>
<widget class="QLineEdit" name="MMSHEdit" /> </widget>
</item> </item>
<item row="3" column="5" > <item row="3" column="1" colspan="2">
<widget class="QLabel" name="MMSHPortLabel" > <widget class="QCheckBox" name="MMSHOutput">
<property name="text" > <property name="text">
<string>_("Port:")</string> <string>MMSH</string>
</property> </property>
<property name="alignment" > </widget>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </item>
</property> <item row="3" column="3">
</widget> <widget class="QLabel" name="MMSHLabel">
</item> <property name="text">
<item row="3" column="6" > <string>_(&quot;Address&quot;)</string>
<widget class="QSpinBox" name="MMSHPort" > </property>
<property name="maximumSize" > </widget>
<size> </item>
<width>90</width> <item row="3" column="4">
<height>16777215</height> <widget class="QLineEdit" name="MMSHEdit"/>
</size> </item>
</property> <item row="3" column="5">
<property name="alignment" > <widget class="QLabel" name="MMSHPortLabel">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <property name="text">
</property> <string>_(&quot;Port:&quot;)</string>
<property name="minimum" > </property>
<number>1</number> <property name="alignment">
</property> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<property name="maximum" > </property>
<number>65535</number> </widget>
</property> </item>
<property name="value" > <item row="3" column="6">
<number>1234</number> <widget class="QSpinBox" name="MMSHPort">
</property> <property name="maximumSize">
</widget> <size>
</item> <width>90</width>
<item row="4" column="1" colspan="2" > <height>16777215</height>
<widget class="QCheckBox" name="RTPOutput" > </size>
<property name="text" > </property>
<string>RTP</string> <property name="alignment">
</property> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</widget> </property>
</item> <property name="minimum">
<item row="4" column="3" > <number>1</number>
<widget class="QLabel" name="RTPLabel" > </property>
<property name="text" > <property name="maximum">
<string>_("Address")</string> <number>65535</number>
</property> </property>
</widget> <property name="value">
</item> <number>1234</number>
<item row="4" column="4" > </property>
<widget class="QLineEdit" name="RTPEdit" /> </widget>
</item> </item>
<item row="4" column="5" > <item row="4" column="1" colspan="2">
<widget class="QLabel" name="RTPPortLabel" > <widget class="QCheckBox" name="RTPOutput">
<property name="text" > <property name="text">
<string>_("Port:")</string> <string>RTP</string>
</property> </property>
<property name="alignment" > </widget>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </item>
</property> <item row="4" column="3">
</widget> <widget class="QLabel" name="RTPLabel">
</item> <property name="text">
<item row="4" column="6" > <string>_(&quot;Address&quot;)</string>
<widget class="QSpinBox" name="RTPPort" > </property>
<property name="maximumSize" > </widget>
<size> </item>
<width>90</width> <item row="4" column="4">
<height>16777215</height> <widget class="QLineEdit" name="RTPEdit"/>
</size> </item>
</property> <item row="4" column="5">
<property name="alignment" > <widget class="QLabel" name="RTPPortLabel">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <property name="text">
</property> <string>_(&quot;Port:&quot;)</string>
<property name="minimum" > </property>
<number>1</number> <property name="alignment">
</property> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<property name="maximum" > </property>
<number>65535</number> </widget>
</property> </item>
<property name="value" > <item row="4" column="6">
<number>1234</number> <widget class="QSpinBox" name="RTPPort">
</property> <property name="maximumSize">
</widget> <size>
</item> <width>90</width>
<item row="5" column="3" > <height>16777215</height>
<widget class="QLabel" name="UDPLabel" > </size>
<property name="enabled" > </property>
<bool>true</bool> <property name="alignment">
</property> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<property name="text" > </property>
<string>_("Address")</string> <property name="minimum">
</property> <number>1</number>
</widget> </property>
</item> <property name="maximum">
<item row="5" column="4" > <number>65535</number>
<widget class="QLineEdit" name="UDPEdit" /> </property>
</item> <property name="value">
<item row="5" column="5" > <number>1234</number>
<widget class="QLabel" name="UDPPortLabel" > </property>
<property name="text" > </widget>
<string>_("Port")</string> </item>
</property> <item row="5" column="3">
<property name="alignment" > <widget class="QLabel" name="UDPLabel">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <property name="enabled">
</property> <bool>true</bool>
</widget> </property>
</item> <property name="text">
<item row="5" column="6" > <string>_(&quot;Address&quot;)</string>
<widget class="QSpinBox" name="UDPPort" > </property>
<property name="maximumSize" > </widget>
<size> </item>
<width>90</width> <item row="5" column="4">
<height>16777215</height> <widget class="QLineEdit" name="UDPEdit"/>
</size> </item>
</property> <item row="5" column="5">
<property name="alignment" > <widget class="QLabel" name="UDPPortLabel">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <property name="text">
</property> <string>_(&quot;Port&quot;)</string>
<property name="accelerated" > </property>
<bool>true</bool> <property name="alignment">
</property> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<property name="minimum" > </property>
<number>1</number> </widget>
</property> </item>
<property name="maximum" > <item row="5" column="6">
<number>65535</number> <widget class="QSpinBox" name="UDPPort">
</property> <property name="maximumSize">
<property name="value" > <size>
<number>1234</number> <width>90</width>
</property> <height>16777215</height>
</widget> </size>
</item> </property>
<item row="6" column="5" > <property name="alignment">
<widget class="QLabel" name="RTPPortLabel2" > <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<property name="text" > </property>
<string>_("Video Port")</string> <property name="accelerated">
</property> <bool>true</bool>
<property name="alignment" > </property>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <property name="minimum">
</property> <number>1</number>
</widget> </property>
</item> <property name="maximum">
<item row="6" column="6" > <number>65535</number>
<widget class="QSpinBox" name="RTPPort2" > </property>
<property name="maximumSize" > <property name="value">
<size> <number>1234</number>
<width>90</width> </property>
<height>16777215</height> </widget>
</size> </item>
</property> <item row="6" column="5">
<property name="alignment" > <widget class="QLabel" name="RTPPortLabel2">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <property name="text">
</property> <string>_(&quot;Video Port&quot;)</string>
<property name="accelerated" > </property>
<bool>true</bool> <property name="alignment">
</property> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<property name="maximum" > </property>
<number>65355</number> </widget>
</property> </item>
<property name="value" > <item row="6" column="6">
<number>1234</number> <widget class="QSpinBox" name="RTPPort2">
</property> <property name="maximumSize">
</widget> <size>
</item> <width>90</width>
<item row="7" column="1" colspan="2" > <height>16777215</height>
<widget class="QCheckBox" name="IcecastOutput" > </size>
<property name="text" > </property>
<string>IceCast</string> <property name="alignment">
</property> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</widget> </property>
</item> <property name="accelerated">
<item row="7" column="3" > <bool>true</bool>
<widget class="QLabel" name="IcecastLabel" > </property>
<property name="text" > <property name="maximum">
<string>_("Address")</string> <number>65355</number>
</property> </property>
</widget> <property name="value">
</item> <number>1234</number>
<item row="7" column="4" > </property>
<widget class="QLineEdit" name="IcecastEdit" /> </widget>
</item> </item>
<item row="7" column="5" > <item row="7" column="1" colspan="2">
<widget class="QLabel" name="IcecastPortLabel" > <widget class="QCheckBox" name="IcecastOutput">
<property name="text" > <property name="text">
<string>_("Port:")</string> <string>IceCast</string>
</property> </property>
<property name="alignment" > </widget>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </item>
</property> <item row="7" column="3">
</widget> <widget class="QLabel" name="IcecastLabel">
</item> <property name="text">
<item row="7" column="6" > <string>_(&quot;Address&quot;)</string>
<widget class="QSpinBox" name="IcecastPort" > </property>
<property name="maximumSize" > </widget>
<size> </item>
<width>90</width> <item row="7" column="4">
<height>16777215</height> <widget class="QLineEdit" name="IcecastEdit"/>
</size> </item>
</property> <item row="7" column="5">
<property name="alignment" > <widget class="QLabel" name="IcecastPortLabel">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <property name="text">
</property> <string>_(&quot;Port:&quot;)</string>
<property name="maximum" > </property>
<number>65535</number> <property name="alignment">
</property> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<property name="value" > </property>
<number>1024</number> </widget>
</property> </item>
</widget> <item row="7" column="6">
</item> <widget class="QSpinBox" name="IcecastPort">
<item row="8" column="3" > <property name="maximumSize">
<widget class="QLabel" name="IcecastMountpointLabel" > <size>
<property name="text" > <width>90</width>
<string>_("Mount Point")</string> <height>16777215</height>
</property> </size>
</widget> </property>
</item> <property name="alignment">
<item row="8" column="4" > <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<widget class="QLineEdit" name="IcecastMountpointEdit" /> </property>
</item> <property name="maximum">
<item row="8" column="5" > <number>65535</number>
<widget class="QLabel" name="IcecastNameLabel" > </property>
<property name="text" > <property name="value">
<string>_("Login:pass:")</string> <number>1024</number>
</property> </property>
<property name="alignment" > </widget>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </item>
</property> <item row="8" column="3">
</widget> <widget class="QLabel" name="IcecastMountpointLabel">
</item> <property name="text">
<item row="8" column="6" > <string>_(&quot;Mount Point&quot;)</string>
<widget class="QLineEdit" name="IcecastNamePassEdit" /> </property>
</item> </widget>
<item rowspan="2" row="5" column="2" > </item>
<widget class="QLabel" name="UDPRTPLabel" > <item row="8" column="4">
<property name="sizePolicy" > <widget class="QLineEdit" name="IcecastMountpointEdit"/>
<sizepolicy vsizetype="Preferred" hsizetype="Maximum" > </item>
<horstretch>0</horstretch> <item row="8" column="5">
<verstretch>0</verstretch> <widget class="QLabel" name="IcecastNameLabel">
</sizepolicy> <property name="text">
</property> <string>_(&quot;Login:pass:&quot;)</string>
<property name="maximumSize" > </property>
<size> <property name="alignment">
<width>100</width> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<height>16777215</height> </property>
</size> </widget>
</property> </item>
<property name="text" > <item row="8" column="6">
<string>_("Prefer UDP over RTP")</string> <widget class="QLineEdit" name="IcecastNamePassEdit"/>
</property> </item>
<property name="textFormat" > <item row="5" column="2" rowspan="2">
<enum>Qt::PlainText</enum> <widget class="QLabel" name="UDPRTPLabel">
</property> <property name="sizePolicy">
<property name="alignment" > <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> <horstretch>0</horstretch>
</property> <verstretch>0</verstretch>
<property name="wordWrap" > </sizepolicy>
<bool>true</bool> </property>
</property> <property name="maximumSize">
<property name="buddy" > <size>
<cstring>UDPOutput</cstring> <width>100</width>
</property> <height>16777215</height>
</widget> </size>
</item> </property>
<item row="5" column="1" > <property name="text">
<widget class="QCheckBox" name="UDPOutput" > <string>_(&quot;Prefer UDP over RTP&quot;)</string>
<property name="sizePolicy" > </property>
<sizepolicy vsizetype="Fixed" hsizetype="Maximum" > <property name="textFormat">
<horstretch>0</horstretch> <enum>Qt::PlainText</enum>
<verstretch>0</verstretch> </property>
</sizepolicy> <property name="alignment">
</property> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
<property name="toolTip" > </property>
<string>_("Using this option is not recommended in most of the cases.")</string> <property name="wordWrap">
</property> <bool>true</bool>
<property name="text" > </property>
<string/> <property name="buddy">
</property> <cstring>UDPOutput</cstring>
</widget> </property>
</item> </widget>
</layout> </item>
</item> <item row="5" column="1">
</layout> <widget class="QCheckBox" name="UDPOutput">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>_(&quot;Using this option is not recommended in most of the cases.&quot;)</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_4">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>693</width>
<height>330</height>
</rect>
</property>
<attribute name="label">
<string>_(&quot;Transcoding&quot;)</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="VLCProfileSelector" name="profileSelect" native="true"/>
</item>
<item row="2" column="0">
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>_(&quot;Miscellaneous&quot;)</string>
</property>
<layout class="QHBoxLayout" name="_5">
<item>
<layout class="QGridLayout" name="_6">
<item row="0" column="0">
<widget class="QCheckBox" name="sap">
<property name="text">
<string>_(&quot;SAP announce&quot;)</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QLabel" name="sapGroupLabel">
<property name="text">
<string>_(&quot;Group name&quot;)</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLineEdit" name="sapGroup"/>
</item>
<item row="1" column="4">
<widget class="QSpinBox" name="ttl">
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>255</number>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QLineEdit" name="sapName"/>
</item>
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="soutAll">
<property name="text">
<string>_(&quot;Stream all elementary streams&quot;)</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QLabel" name="ttlLabel">
<property name="text">
<string>_(&quot;Time-To-Live (TTL)&quot;)</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="soutKeep">
<property name="text">
<string>_(&quot;Keep stream output open&quot;)</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="4" column="0">
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>_(&quot;Generated stream output string&quot;)</string>
</property>
<layout class="QHBoxLayout" name="_4">
<item>
<widget class="QTextEdit" name="mrlEdit">
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget> </widget>
</item> </item>
<item row="1" column="0" colspan="2" > <item>
<widget class="Line" name="line" > <layout class="QHBoxLayout">
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2" >
<widget class="Line" name="line_2" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox_3" >
<property name="title" >
<string>_("Miscellaneous")</string>
</property>
<layout class="QHBoxLayout" >
<item>
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QCheckBox" name="sap" >
<property name="text" >
<string>_("SAP announce")</string>
</property>
</widget>
</item>
<item row="0" column="3" >
<widget class="QLabel" name="sapGroupLabel" >
<property name="text" >
<string>_("Group name")</string>
</property>
</widget>
</item>
<item row="0" column="4" >
<widget class="QLineEdit" name="sapGroup" />
</item>
<item row="1" column="4" >
<widget class="QSpinBox" name="ttl" >
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="minimum" >
<number>1</number>
</property>
<property name="maximum" >
<number>255</number>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2" >
<widget class="QLineEdit" name="sapName" />
</item>
<item row="1" column="0" colspan="2" >
<widget class="QCheckBox" name="soutAll" >
<property name="text" >
<string>_("Stream all elementary streams")</string>
</property>
</widget>
</item>
<item row="1" column="3" >
<widget class="QLabel" name="ttlLabel" >
<property name="text" >
<string>_("Time-To-Live (TTL)")</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2" >
<widget class="QCheckBox" name="soutKeep" >
<property name="text" >
<string>_("Keep stream output open")</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="5" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox_4" >
<property name="title" >
<string>_("Generated stream output string")</string>
</property>
<layout class="QHBoxLayout" >
<item>
<widget class="QLineEdit" name="mrlEdit" />
</item>
</layout>
</widget>
</item>
<item row="6" column="0" colspan="2" >
<layout class="QHBoxLayout" >
<item> <item>
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
...@@ -529,17 +570,14 @@ ...@@ -529,17 +570,14 @@
</spacer> </spacer>
</item> </item>
<item> <item>
<widget class="QDialogButtonBox" name="acceptButtonBox" > <widget class="QDialogButtonBox" name="acceptButtonBox">
<property name="standardButtons" > <property name="standardButtons">
<set>QDialogButtonBox::NoButton</set> <set>QDialogButtonBox::NoButton</set>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </item>
<item row="2" column="0" colspan="2" >
<widget class="VLCProfileSelector" native="1" name="profileSelect" />
</item>
</layout> </layout>
</widget> </widget>
<customwidgets> <customwidgets>
...@@ -551,518 +589,5 @@ ...@@ -551,518 +589,5 @@
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources/> <resources/>
<connections> <connections/>
<connection>
<sender>MMSHOutput</sender>
<signal>clicked(bool)</signal>
<receiver>MMSHLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>41</x>
<y>155</y>
</hint>
<hint type="destinationlabel" >
<x>145</x>
<y>155</y>
</hint>
</hints>
</connection>
<connection>
<sender>MMSHOutput</sender>
<signal>clicked(bool)</signal>
<receiver>MMSHEdit</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>65</x>
<y>155</y>
</hint>
<hint type="destinationlabel" >
<x>270</x>
<y>155</y>
</hint>
</hints>
</connection>
<connection>
<sender>MMSHOutput</sender>
<signal>clicked(bool)</signal>
<receiver>MMSHPortLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>54</x>
<y>155</y>
</hint>
<hint type="destinationlabel" >
<x>416</x>
<y>155</y>
</hint>
</hints>
</connection>
<connection>
<sender>RTPOutput</sender>
<signal>clicked(bool)</signal>
<receiver>RTPPortLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>54</x>
<y>186</y>
</hint>
<hint type="destinationlabel" >
<x>426</x>
<y>186</y>
</hint>
</hints>
</connection>
<connection>
<sender>RTPOutput</sender>
<signal>clicked(bool)</signal>
<receiver>RTPPort</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>38</x>
<y>186</y>
</hint>
<hint type="destinationlabel" >
<x>549</x>
<y>186</y>
</hint>
</hints>
</connection>
<connection>
<sender>MMSHOutput</sender>
<signal>clicked(bool)</signal>
<receiver>MMSHPort</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>51</x>
<y>155</y>
</hint>
<hint type="destinationlabel" >
<x>549</x>
<y>155</y>
</hint>
</hints>
</connection>
<connection>
<sender>sap</sender>
<signal>clicked(bool)</signal>
<receiver>sapName</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>98</x>
<y>474</y>
</hint>
<hint type="destinationlabel" >
<x>198</x>
<y>466</y>
</hint>
</hints>
</connection>
<connection>
<sender>sap</sender>
<signal>clicked(bool)</signal>
<receiver>sapGroupLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>41</x>
<y>465</y>
</hint>
<hint type="destinationlabel" >
<x>335</x>
<y>472</y>
</hint>
</hints>
</connection>
<connection>
<sender>sap</sender>
<signal>clicked(bool)</signal>
<receiver>sapGroup</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>33</x>
<y>470</y>
</hint>
<hint type="destinationlabel" >
<x>459</x>
<y>464</y>
</hint>
</hints>
</connection>
<connection>
<sender>HTTPOutput</sender>
<signal>clicked(bool)</signal>
<receiver>HTTPLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>49</x>
<y>105</y>
</hint>
<hint type="destinationlabel" >
<x>155</x>
<y>117</y>
</hint>
</hints>
</connection>
<connection>
<sender>HTTPOutput</sender>
<signal>clicked(bool)</signal>
<receiver>HTTPEdit</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>34</x>
<y>104</y>
</hint>
<hint type="destinationlabel" >
<x>264</x>
<y>115</y>
</hint>
</hints>
</connection>
<connection>
<sender>HTTPOutput</sender>
<signal>clicked(bool)</signal>
<receiver>HTTPPortLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>26</x>
<y>108</y>
</hint>
<hint type="destinationlabel" >
<x>425</x>
<y>114</y>
</hint>
</hints>
</connection>
<connection>
<sender>HTTPOutput</sender>
<signal>clicked(bool)</signal>
<receiver>HTTPPort</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>67</x>
<y>104</y>
</hint>
<hint type="destinationlabel" >
<x>543</x>
<y>114</y>
</hint>
</hints>
</connection>
<connection>
<sender>fileOutput</sender>
<signal>clicked(bool)</signal>
<receiver>fileLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>108</x>
<y>92</y>
</hint>
<hint type="destinationlabel" >
<x>120</x>
<y>95</y>
</hint>
</hints>
</connection>
<connection>
<sender>fileOutput</sender>
<signal>clicked(bool)</signal>
<receiver>fileEdit</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>61</x>
<y>81</y>
</hint>
<hint type="destinationlabel" >
<x>288</x>
<y>82</y>
</hint>
</hints>
</connection>
<connection>
<sender>fileOutput</sender>
<signal>clicked(bool)</signal>
<receiver>fileSelectButton</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>25</x>
<y>88</y>
</hint>
<hint type="destinationlabel" >
<x>443</x>
<y>86</y>
</hint>
</hints>
</connection>
<connection>
<sender>fileOutput</sender>
<signal>clicked(bool)</signal>
<receiver>rawInput</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>25</x>
<y>79</y>
</hint>
<hint type="destinationlabel" >
<x>552</x>
<y>90</y>
</hint>
</hints>
</connection>
<connection>
<sender>rawInput</sender>
<signal>clicked(bool)</signal>
<receiver>HTTPOutput</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>605</x>
<y>71</y>
</hint>
<hint type="destinationlabel" >
<x>24</x>
<y>115</y>
</hint>
</hints>
</connection>
<connection>
<sender>rawInput</sender>
<signal>clicked(bool)</signal>
<receiver>groupBox_3</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>583</x>
<y>76</y>
</hint>
<hint type="destinationlabel" >
<x>518</x>
<y>427</y>
</hint>
</hints>
</connection>
<connection>
<sender>IcecastOutput</sender>
<signal>clicked(bool)</signal>
<receiver>IcecastEdit</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>96</x>
<y>171</y>
</hint>
<hint type="destinationlabel" >
<x>296</x>
<y>171</y>
</hint>
</hints>
</connection>
<connection>
<sender>IcecastOutput</sender>
<signal>clicked(bool)</signal>
<receiver>IcecastLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>96</x>
<y>171</y>
</hint>
<hint type="destinationlabel" >
<x>227</x>
<y>171</y>
</hint>
</hints>
</connection>
<connection>
<sender>IcecastOutput</sender>
<signal>clicked(bool)</signal>
<receiver>IcecastPortLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>96</x>
<y>171</y>
</hint>
<hint type="destinationlabel" >
<x>377</x>
<y>171</y>
</hint>
</hints>
</connection>
<connection>
<sender>IcecastOutput</sender>
<signal>clicked(bool)</signal>
<receiver>IcecastPort</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>96</x>
<y>171</y>
</hint>
<hint type="destinationlabel" >
<x>488</x>
<y>171</y>
</hint>
</hints>
</connection>
<connection>
<sender>IcecastOutput</sender>
<signal>clicked(bool)</signal>
<receiver>IcecastMountpointEdit</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>91</x>
<y>154</y>
</hint>
<hint type="destinationlabel" >
<x>306</x>
<y>175</y>
</hint>
</hints>
</connection>
<connection>
<sender>IcecastOutput</sender>
<signal>clicked(bool)</signal>
<receiver>IcecastMountpointLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>91</x>
<y>154</y>
</hint>
<hint type="destinationlabel" >
<x>226</x>
<y>175</y>
</hint>
</hints>
</connection>
<connection>
<sender>IcecastOutput</sender>
<signal>clicked(bool)</signal>
<receiver>IcecastNameLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>91</x>
<y>154</y>
</hint>
<hint type="destinationlabel" >
<x>388</x>
<y>175</y>
</hint>
</hints>
</connection>
<connection>
<sender>IcecastOutput</sender>
<signal>clicked(bool)</signal>
<receiver>IcecastNamePassEdit</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>91</x>
<y>154</y>
</hint>
<hint type="destinationlabel" >
<x>526</x>
<y>175</y>
</hint>
</hints>
</connection>
<connection>
<sender>RTPOutput</sender>
<signal>clicked(bool)</signal>
<receiver>UDPOutput</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>110</x>
<y>190</y>
</hint>
<hint type="destinationlabel" >
<x>110</x>
<y>225</y>
</hint>
</hints>
</connection>
<connection>
<sender>RTPOutput</sender>
<signal>clicked(bool)</signal>
<receiver>UDPPort</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>110</x>
<y>190</y>
</hint>
<hint type="destinationlabel" >
<x>597</x>
<y>225</y>
</hint>
</hints>
</connection>
<connection>
<sender>RTPOutput</sender>
<signal>clicked(bool)</signal>
<receiver>UDPPortLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>110</x>
<y>190</y>
</hint>
<hint type="destinationlabel" >
<x>497</x>
<y>225</y>
</hint>
</hints>
</connection>
<connection>
<sender>RTPOutput</sender>
<signal>clicked(bool)</signal>
<receiver>RTPPort2</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>110</x>
<y>190</y>
</hint>
<hint type="destinationlabel" >
<x>597</x>
<y>260</y>
</hint>
</hints>
</connection>
<connection>
<sender>RTPOutput</sender>
<signal>clicked(bool)</signal>
<receiver>RTPPortLabel2</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>110</x>
<y>190</y>
</hint>
<hint type="destinationlabel" >
<x>497</x>
<y>260</y>
</hint>
</hints>
</connection>
</connections>
</ui> </ui>
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