AirenSoft / OvenMediaEngine

OvenMediaEngine (OME) is a Sub-Second Latency Live Streaming Server with Large-Scale and High-Definition. #WebRTC #LLHLS
https://airensoft.com/ome.html
GNU Affero General Public License v3.0
2.61k stars 1.06k forks source link

6 video streams? #104

Closed Rajan closed 4 years ago

Rajan commented 4 years ago

Does it support 6 video streams in a few-to-many (6 to 100s) format? What percentage of the data will be relayed via P2P?

getroot commented 4 years ago

Currently, our P2P is an experimental feature. According to our default configuration, two client peers connect to one host peer.

<WebRTC>
    <P2P>
        <MaxClientPeersPerHostPeer>2</MaxClientPeersPerHostPeer>
    </P2P>
    <Timeout>30000</Timeout>
</WebRTC>

However, in the latest version, a problem has been found in P2P not turning on.[#103 ]We will fix this problem quickly.

What exactly does "Does it support 6 video streams in a few-to-many (6 to 100s) format?" Mean? The maximum number of streams supported depends on the performance and configuration of the server. Players that can be connected at the same time also depend on network performance.

getroot commented 4 years ago

I solved this problem. Please refer to the following URL. If you want to re-discuss, please do not hesitate to reopen this issue.

https://airensoft.gitbook.io/ovenmediaengine/p2p-delivery