This commit is contained in:
parent
58392b7d6a
commit
381e8b79b0
17 changed files with 282 additions and 82 deletions
|
|
@ -33,7 +33,8 @@
|
|||
<Port>3333</Port>
|
||||
</Signalling>
|
||||
<IceCandidates>
|
||||
<IceCandidate>*:10000-10009/udp</IceCandidate>
|
||||
<!-- Use public IP/domain for NAT traversal -->
|
||||
<IceCandidate>${env:OME_ICE_CANDIDATES:*}:10000-10009/udp</IceCandidate>
|
||||
</IceCandidates>
|
||||
</WebRTC>
|
||||
<Thumbnail>
|
||||
|
|
@ -100,9 +101,11 @@
|
|||
|
||||
<Publishers>
|
||||
<LLHLS>
|
||||
<ChunkDuration>0.5</ChunkDuration>
|
||||
<SegmentDuration>3</SegmentDuration>
|
||||
<SegmentCount>10</SegmentCount>
|
||||
<!-- Optimized for low latency: 200ms chunks, 1s segments -->
|
||||
<ChunkDuration>0.2</ChunkDuration>
|
||||
<SegmentDuration>1</SegmentDuration>
|
||||
<SegmentCount>5</SegmentCount>
|
||||
<PartHoldBack>0.6</PartHoldBack>
|
||||
<CrossDomains>
|
||||
<Url>http://localhost</Url>
|
||||
</CrossDomains>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue