Wowza Community

Service Description Table

Hello!

How to edit Service Description Table for mpeg-ts?

Hello,

I guess you’d have to do it in the muxer if you can. For eg. the ffmpeg allows you to set some options:

https://www.ffmpeg.org/ffmpeg-formats.html#Options-6

If that’s not enough you could patch it to add other options:

http://ffmpeg.org/pipermail/ffmpeg-devel/2011-January/106625.html

I’m not aware of a way to modify the packets directly in Wowza as it’s quite low-level. I would like to know as well if it’s possible.