Jeheon Han

Results 294 comments of Jeheon Han

The entry point where the packet is input to the Transcoder is here. https://github.com/AirenSoft/OvenMediaEngine/blob/master/src/projects/transcoder/transcoder_stream.cpp#L224

I don't know what RTMP gateway means, but it's safe to say that there is no way to compare latency at the packet level. So we usually measure latency on...

When OME receives MPEG 2-TS, framerate and out of order issues are irrelevant. OME doesn't care if it comes in at 60 fps or 59.94 fps, it just processes it...

LLHLS actually cares more about stable playback than latency. You can see how LLHLS Player manages buffers in general on the page below. (If the delay sometimes increases, try clicking...

You should use the latest OvenMediaEngine from the master branch as your test target. The older OvenMediaEngine has a problem with the WebRTC RTP timestamp, so OvenRtcTester cannot calculate the...

I was testing over 1000 sessions on AWS EC2 and found out that the ICE connectivity compatibility between OvenMediaEngine and pion/webrtc is not good. I improved this and re-released 0.12.4...

Today I tested the performance of OvenMediaEngine on AWS EC2. I've seen OvenMediaEngine reliably streaming 2.1Mbps video to 1600 concurrent users on a c5.4xlarge instance. To simulate 1600 concurrent users,...

I found out today that Linux has a limit on the number of files that can be opened per service(process). There was also a limit to this in AWS' ubuntu,...

@bchah I've been studying "go" for the first time recently (less than a month :-)) to develop RtcTester. So I'm also not familiar with go yet. I've never seen one...

@fcqpl This is a problem where OvenRtcTester cannot connect to the IceCandidate and TcpRelay servers you set in OvenMediaEngine. If you set it to *, can you try setting it...