ossrs / srs

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

Home Page:https://ossrs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When outputting HLS, support AnnexB format in RTMP packets.

winlinvip opened this issue · comments

In theory, RTMP should be in IBMF format, but sometimes it may also have annexb. SRS will detect the content format.

TRANS_BY_GPT3

Hi, I would like to ask that where can I find the info of "RTMP should be in IBMF format", and is there an easy way to check that if my rtmp stream is IBMF or AnnexB? Thanks!