RTSP Pull
Pulling streams using the Stream Creation API
Pulling streams using the OriginMapStore
Pulling streams using the OriginMap
Configuration
<VirtualHosts>
<VirtualHost include="VHost*.xml" />
<VirtualHost>
<Name>default</Name>
<Host>
<Names>
<!-- Host names
<Name>stream1.airensoft.com</Name>
<Name>stream2.airensoft.com</Name>
<Name>*.sub.airensoft.com</Name>
<Name>192.168.0.1</Name>
-->
<Name>*</Name>
</Names>
<!--
<TLS>
<CertPath>path/to/file.crt</CertPath>
<KeyPath>path/to/file.key</KeyPath>
<ChainCertPath>path/to/file.crt</ChainCertPath>
</TLS>
-->
</Host>
<Origins>
<Origin>
<Location>/app_name/rtsp_stream_name</Location>
<Pass>
<Scheme>rtsp</Scheme>
<Urls><Url>192.168.0.200:554/</Url></Urls>
</Pass>
</Origin>
</Origins>
</VirtualHost>
</VirtualHosts>Event to trigger pulling
Was this helpful?