Replace master branch with local files
This commit is contained in:
commit
875a53f499
60 changed files with 21637 additions and 0 deletions
123
ovenmediaengine/Server.xml
Normal file
123
ovenmediaengine/Server.xml
Normal file
|
|
@ -0,0 +1,123 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Server version="8">
|
||||
<Name>OvenMediaEngine</Name>
|
||||
<Type>origin</Type>
|
||||
<IP>*</IP>
|
||||
<PrivacyProtection>false</PrivacyProtection>
|
||||
|
||||
<Bind>
|
||||
<Managers>
|
||||
<API>
|
||||
<Port>8081</Port>
|
||||
<TLSPort>8443</TLSPort>
|
||||
<WorkerCount>1</WorkerCount>
|
||||
</API>
|
||||
</Managers>
|
||||
<Managers>
|
||||
<API>
|
||||
<Port>8081</Port>
|
||||
<TLS>
|
||||
<Port>8082</Port>
|
||||
</TLS>
|
||||
</API>
|
||||
</Managers>
|
||||
<Providers>
|
||||
<RTMP>
|
||||
<Port>1935</Port>
|
||||
</RTMP>
|
||||
<SRT>
|
||||
<Port>9999</Port>
|
||||
</SRT>
|
||||
</Providers>
|
||||
|
||||
<Publishers>
|
||||
<HLS>
|
||||
<Port>8080</Port>
|
||||
</HLS>
|
||||
<LLHLS>
|
||||
<Port>8080</Port>
|
||||
</LLHLS>
|
||||
<WebRTC>
|
||||
<Signalling>
|
||||
<Port>3333</Port>
|
||||
</Signalling>
|
||||
<IceCandidates>
|
||||
<IceCandidate>*:10000-10009/udp</IceCandidate>
|
||||
</IceCandidates>
|
||||
</WebRTC>
|
||||
</Publishers>
|
||||
</Bind>
|
||||
<Managers>
|
||||
<API>
|
||||
<AccessToken>${env:OME_API_ACCESS_TOKEN}</AccessToken>
|
||||
<CrossDomains>
|
||||
<Url>*</Url>
|
||||
</CrossDomains>
|
||||
</API>
|
||||
</Managers>
|
||||
<VirtualHosts>
|
||||
<VirtualHost>
|
||||
<Name>default</Name>
|
||||
<Host>
|
||||
<Names>
|
||||
<Name>*</Name>
|
||||
</Names>
|
||||
</Host>
|
||||
|
||||
<Applications>
|
||||
<Application>
|
||||
<Name>app</Name>
|
||||
<Type>live</Type>
|
||||
|
||||
<Providers>
|
||||
<RTMP>
|
||||
<BlockDuplicateStreamName>true</BlockDuplicateStreamName>
|
||||
</RTMP>
|
||||
<SRT>
|
||||
<BlockDuplicateStreamName>true</BlockDuplicateStreamName>
|
||||
</SRT>
|
||||
</Providers>
|
||||
|
||||
<OutputProfiles>
|
||||
<OutputProfile>
|
||||
<Name>bypass</Name>
|
||||
<OutputStreamName>${OriginStreamName}</OutputStreamName>
|
||||
<Encodes>
|
||||
<Video>
|
||||
<Bypass>true</Bypass>
|
||||
</Video>
|
||||
<Audio>
|
||||
<Bypass>true</Bypass>
|
||||
</Audio>
|
||||
</Encodes>
|
||||
</OutputProfile>
|
||||
</OutputProfiles>
|
||||
|
||||
<Publishers>
|
||||
<LLHLS>
|
||||
<ChunkDuration>0.5</ChunkDuration>
|
||||
<SegmentDuration>3</SegmentDuration>
|
||||
<SegmentCount>10</SegmentCount>
|
||||
<CrossDomains>
|
||||
<Url>http://localhost</Url>
|
||||
</CrossDomains>
|
||||
</LLHLS>
|
||||
<HLS>
|
||||
<SegmentDuration>3</SegmentDuration>
|
||||
<SegmentCount>10</SegmentCount>
|
||||
<CrossDomains>
|
||||
<Url>http://localhost</Url>
|
||||
</CrossDomains>
|
||||
</HLS>
|
||||
<WebRTC>
|
||||
<Timeout>30000</Timeout>
|
||||
<Rtx>false</Rtx>
|
||||
<Ulpfec>false</Ulpfec>
|
||||
<JitterBuffer>false</JitterBuffer>
|
||||
</WebRTC>
|
||||
</Publishers>
|
||||
</Application>
|
||||
</Applications>
|
||||
</VirtualHost>
|
||||
</VirtualHosts>
|
||||
</Server>
|
||||
Loading…
Add table
Add a link
Reference in a new issue