I’d like to explore the idea of Wowza ingesting multiple RTMP streams (1x video track/audio track (master language), 1x audio track (secondary language), 1x audio track (tertiary language), etc)) and creating one Stream instance on the server that has the stream with multiple audio tracks already combined, which could then potentially be used with a modified MP4 audio channel selector module. From what I can tell from current Stream class APIs, there’s no method that can set additional programs to an existing stream. I’m thinking this might be a task that Xuggler (external Java library) could handle, but I thought I’d run this idea on the forum first. Many thanks in advance for any suggestions.
-Robert