winshining / nginx-http-flv-module

A media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cache, VHosts (one IP for multi domain names) and JSON style statistics are supported now.
BSD 2-Clause "Simplified" License
2.71k stars 567 forks source link

[feat] support h264 skip filler data #243

Open kay1ess opened 11 months ago

kay1ess commented 11 months ago

reference T-REC-H.264-201704 7.4.2.7 Filler data RBSP semantics Page(84). When encoding video by CBR , the real bitrate is low than preset bitrate, which will fill the filler data in h264 bitstream. For reducing push stream bandwidth, the module support to skip filler data on h264 bitstream when skip_filler_data on;