AirenSoft / OvenMediaEngine

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

At LL-HLS sub playlist, EXT-X-TARGETDURATION ist not rounded. (eg. if segment duration = 4.8 / EXT-X-TARGETDURATION=4 ) #1699

Closed fingul closed 2 hours ago

fingul commented 3 hours ago

Describe the bug

At LL-HLS sub playlist, EXT-X-TARGETDURATION ist not rounded. (eg. if segment duration = 4.8, then EXT-X-TARGETDURATION=4 / NOT 5 )

( In protocol version 6, EXT-X-TARGETDURATION requires rounding the target duration to the nearest integer. )

fingul commented 3 hours ago

I made pull request. Check, please. https://github.com/AirenSoft/OvenMediaEngine/pull/1700

fingul commented 2 hours ago

Move to pull request.