ossrs / srs

SRS is a simple, high-efficiency, real-time media server supporting RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, and GB28181.

Home Page:https://ossrs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When the nal_unit_type of HLS is 9, it should be ignored directly.

winlinvip opened this issue · comments

9 is AUD, it is used to split frames.

Due to the insertion of AUD-9 during HLS writing, if not ignored, it will result in duplicate AUD-9, causing abnormalities in some players.

TRANS_BY_GPT3