8

I love the simplicity of the nginx-rtmp-module but I'm unclear how to do something that was pretty simple in Wowza (although don't love Java). In Wowza I could receive the rtmp AMF metadata data in the onTextData event and config a dynamic overlay. It's nothing complex, just some dynamic text that may change very minute or so.

I really have no idea how to do this in nginx-rtmp-module for a live stream. I know how to do this post-processing using ffmpeg, but live I have no clue. This module seems so simple to build out the config file, and the web hooks for start/stop/etc. are really straightforward, but how do I dynamically overlay text on top of frames using this module?

Thanks

avian
  • 1,693
  • 3
  • 20
  • 30

1 Answers1

1

i think this link will help you

have you googled it... :)

MRRaja
  • 1,073
  • 12
  • 25