sergey-dryabzhinsky / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
1.02k stars 218 forks source link

Catch AMF event #226

Open ut0mt8 opened 7 years ago

ut0mt8 commented 7 years ago

Me again;

My current goal is to implement AD insertion from RTMP to dash. First of all I have to catch the AMF event supposed to carry the SCTE marker (or whatever it was changed in). The problem is cannot find a way to activate debug and to print the AMF event. The only thing I have in the log is relay: got metadata from @setDataFrame invocation from publisher.

This is good indication that something happen; but what.

Any help appreciated.

Thks.

ut0mt8 commented 7 years ago

You can close this one. I m now a professional at parsing AMF event :)