Jeheon Han

Results 294 comments of Jeheon Han

@nums OME's WebRTC Provider (Ingest) does not yet support simulcast. OME's WebRTC Publisher (Streaming) provides ABR with server-side transcoding. The simulcast developed in the future will pass-through server-side transcoding. Supporting...

@nums The WebRTC player must always maintain a WebSocket connection to OME during playback. OME notifies the ABR rendition switching result via this WebSocket session. OME determines that a player...

@basisbit The most CPU-intensive logic for viewers in WebRTC is SRTP encryption and the send() system call. (WebRTC makes a lot more send() system calls than HLS.) WebRTC ABR is...

@mpisat Simulcast is a specification for how to transmit multiple video tracks simultaneously from an encoder (browser). Instead, the current OME transcodes itself without receiving multiple encoded videos via simulcast....

@mpisat Perhaps OME's ABR and MediaSoup's ABR will estimate bandwidth and switch tracks in the same way. I don't think it's a problem caused by the difference between the encoder...

OME does not yet support IPV6. We will apply soon in the future.

Are new 5G phones really using only IPV6? I think 5G phones also support IPV4. Otherwise, you won't be able to access most websites using that phone. IPV6 is still...

@GregOriol If the domain has only IPv6 addresses applied, then the packets will definitely not reach the OME. It is difficult to use IPv6 in my development environment, so I...

@GregOriol Thanks for the good suggestion. We welcome financial support for the maintenance of the OME project. However, sponsorships are not accepted on the condition that the task must be...

https://github.com/AirenSoft/OvenMediaEngine/issues/449#issuecomment-1014081495 According to basisbit's analysis, network performance is unreliable in DualStack Lite and CGNAT environments. I didn't expect to have this kind of problem in a global environment (I haven't...