ut0mt8 / nginx-rtmp-module

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

Incorrent format for printing cuepoint details #5

Closed ilyaevseev closed 7 years ago

ilyaevseev commented 7 years ago

All "%ui" in "onCuepoint write emsg" call must be replaced to "%uD" because all printed values are 32bit.

See also "supported formats" section in nginx/src/core/ngx_string.c

ut0mt8 commented 7 years ago

Good catch. As soon as I got a real internet cnx I will fix it. Did you use this patch / cuepoint ? I would be happy to share use case and problem. (at work we are almost ready to use it for your principal live stream 👍 )

ut0mt8 commented 7 years ago

Fixed.