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.75k stars 571 forks source link

[bug]control/drop/subscribe失效 #218

Open Tiaqang opened 2 years ago

Tiaqang commented 2 years ago

rtmp的control模块的subscriber应用于rtmp频道时,如果先创建一个频道,推流+拉流正常,然后再创建另外一个频道,只推流,此时对第一个频道执行subscribe操作,会失效。