代码拉取完成,页面将自动刷新
同步操作将从 scottxu/obs-rtspserver 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RtspProperties</class>
<widget class="QDialog" name="RtspProperties">
<property name="windowTitle">
<string>RtspServer.Properties</string>
</property>
<layout class="QVBoxLayout" name="rtspProperties_layout">
<item>
<widget class="QGroupBox" name="groupBoxOption">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>RtspServer.Properties.Options</string>
</property>
<layout class="QFormLayout" name="groupBoxOption_layout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="1">
<widget class="QCheckBox" name="checkBoxAuto">
<property name="text">
<string>RtspServer.Properties.Options.AutoStart</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="labelOutputOptions">
<property name="text">
<string>RtspServer.Properties.Options.Output</string>
</property>
<property name="buddy">
<cstring>labelOutputOptionsTip</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="labelOutputOptionsTip">
<property name="text">
<string>RtspServer.Properties.Options.Output.Tip</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="labelEnabledAudioTracks">
<property name="text">
<string>RtspServer.Properties.Options.EnabledAudioTracks</string>
</property>
<property name="buddy">
<cstring>widgetEnabledAudioTracks</cstring>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QWidget" name="widgetEnabledAudioTracks" native="true">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QCheckBox" name="checkBoxAudioTrack1">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>1</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxAudioTrack2">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>2</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxAudioTrack3">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>3</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxAudioTrack4">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>4</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxAudioTrack5">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>5</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxAudioTrack6">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>6</string>
</property>
</widget>
</item>
<item>
<spacer name="widgetEnabledAudioSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBoxTarget">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>RtspServer.Properties.Target</string>
</property>
<layout class="QFormLayout" name="groupBoxTarget_layout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QLabel" name="labelAddress">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>RtspServer.Properties.Target.Address</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>widgetAddress</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QWidget" name="widgetAddress" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QHBoxLayout" name="widgetAddress_layout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="labelAddressPrefix">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>rtsp://localhost:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBoxPort">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>65535</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelAddressSplit">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>/</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEditUrlSuffix"/>
</item>
<item>
<widget class="QPushButton" name="pushButtonAddressCopy">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>RtspServer.Properties.Target.Address.Copy</string>
</property>
</widget>
</item>
</layout>
<zorder>pushButtonAddressCopy</zorder>
<zorder>labelAddressSplit</zorder>
<zorder>spinBoxPort</zorder>
<zorder>labelAddressPrefix</zorder>
<zorder>lineEditUrlSuffix</zorder>
</widget>
</item>
</layout>
<zorder>widgetAddress</zorder>
<zorder>labelAddress</zorder>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBoxAuthentication">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>RtspServer.Properties.Authentication</string>
</property>
<layout class="QFormLayout" name="groupBoxAuthentication_layout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="1">
<widget class="QCheckBox" name="checkBoxEnableAuthentication">
<property name="text">
<string>RtspServer.Properties.Authentication.Enabled</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEditRealm">
<property name="enabled">
<bool>false</bool>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="labelRealm">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>RtspServer.Properties.Authentication.Realm</string>
</property>
<property name="buddy">
<cstring>lineEditRealm</cstring>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="labelUsername">
<property name="enabled">
<bool>false</bool>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>RtspServer.Properties.Authentication.Username</string>
</property>
<property name="buddy">
<cstring>lineEditUsername</cstring>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEditUsername">
<property name="enabled">
<bool>false</bool>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="labelPassword">
<property name="enabled">
<bool>false</bool>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>RtspServer.Properties.Authentication.Password</string>
</property>
<property name="buddy">
<cstring>lineEditPassword</cstring>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="lineEditPassword">
<property name="enabled">
<bool>false</bool>
</property>
<property name="echoMode">
<enum>QLineEdit::PasswordEchoOnEdit</enum>
</property>
<property name="placeholderText">
<string>RtspServer.Properties.Authentication.PasswordPlaceholder</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBoxStatus">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>RtspServer.Properties.Status</string>
</property>
<layout class="QVBoxLayout" name="status_layout">
<item>
<widget class="QWidget" name="widgetStatus" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="labelTotalDataTitle">
<property name="text">
<string>RtspServer.Properties.Status.TotalDataSent</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelTotalData">
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>0.0 MB</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelBitrateTitle">
<property name="text">
<string>RtspServer.Properties.Status.Bitrate</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelBitrate">
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>0kb/s</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QLabel" name="labelMessage">
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>12</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel { color : red; }</string>
</property>
<property name="margin">
<number>0</number>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="RtspPropertiesverSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayoutBottom">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="labelVersionTitle">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>RtspServer.Properties.Version</string>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelVersion">
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widgetStartOrStop" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QHBoxLayout" name="widgetStartOrStop_layout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="pushButtonStart">
<property name="minimumSize">
<size>
<width>75</width>
<height>23</height>
</size>
</property>
<property name="text">
<string>RtspServer.Properties.StartOutput</string>
</property>
<property name="default">
<bool>true</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonStop">
<property name="minimumSize">
<size>
<width>75</width>
<height>23</height>
</size>
</property>
<property name="text">
<string>RtspServer.Properties.StopOutput</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
<zorder>groupBoxTarget</zorder>
<zorder>groupBoxOption</zorder>
<zorder>groupBoxAuthentication</zorder>
<zorder>groupBoxStatus</zorder>
<zorder>RtspPropertiesverSpacer</zorder>
</widget>
<tabstops>
<tabstop>checkBoxAuto</tabstop>
<tabstop>checkBoxAudioTrack1</tabstop>
<tabstop>checkBoxAudioTrack2</tabstop>
<tabstop>checkBoxAudioTrack3</tabstop>
<tabstop>checkBoxAudioTrack4</tabstop>
<tabstop>checkBoxAudioTrack5</tabstop>
<tabstop>checkBoxAudioTrack6</tabstop>
<tabstop>spinBoxPort</tabstop>
<tabstop>lineEditUrlSuffix</tabstop>
<tabstop>pushButtonAddressCopy</tabstop>
<tabstop>checkBoxEnableAuthentication</tabstop>
<tabstop>lineEditRealm</tabstop>
<tabstop>lineEditUsername</tabstop>
<tabstop>lineEditPassword</tabstop>
<tabstop>pushButtonStart</tabstop>
<tabstop>pushButtonStop</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>checkBoxEnableAuthentication</sender>
<signal>toggled(bool)</signal>
<receiver>labelUsername</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>552</x>
<y>207</y>
</hint>
<hint type="destinationlabel">
<x>93</x>
<y>263</y>
</hint>
</hints>
</connection>
<connection>
<sender>checkBoxEnableAuthentication</sender>
<signal>toggled(bool)</signal>
<receiver>labelPassword</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>552</x>
<y>207</y>
</hint>
<hint type="destinationlabel">
<x>105</x>
<y>294</y>
</hint>
</hints>
</connection>
<connection>
<sender>checkBoxEnableAuthentication</sender>
<signal>toggled(bool)</signal>
<receiver>lineEditUsername</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>552</x>
<y>207</y>
</hint>
<hint type="destinationlabel">
<x>552</x>
<y>263</y>
</hint>
</hints>
</connection>
<connection>
<sender>checkBoxEnableAuthentication</sender>
<signal>toggled(bool)</signal>
<receiver>lineEditPassword</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>552</x>
<y>207</y>
</hint>
<hint type="destinationlabel">
<x>552</x>
<y>294</y>
</hint>
</hints>
</connection>
<connection>
<sender>checkBoxEnableAuthentication</sender>
<signal>toggled(bool)</signal>
<receiver>lineEditRealm</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>520</x>
<y>207</y>
</hint>
<hint type="destinationlabel">
<x>660</x>
<y>232</y>
</hint>
</hints>
</connection>
<connection>
<sender>checkBoxEnableAuthentication</sender>
<signal>toggled(bool)</signal>
<receiver>labelRealm</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>520</x>
<y>207</y>
</hint>
<hint type="destinationlabel">
<x>112</x>
<y>232</y>
</hint>
</hints>
</connection>
</connections>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。