Wowza Community

Can be used to switch the live-stream source URI dynamically?

I’m going to live-streaming(RTMP) from FMS as origin.

Depending on the setting of Application>StreamFiles in WowzaStreamingEngineManager, and I succeeded in do live-streaming by referring to the .stream file. :slight_smile:

However, in this way, I can be live-streaming are fixed (and known) only by the stream source.

I want to add or switch the stream-source-URI dynamically.

As a way to realize, I am going to try to implement a custom module, and notify some stream-source-URI from a client to WowzaStreamingEngine.

How do I should implement a custom module?

Use MediaCaster? MediaStream?:confused:

You could utilize the stream name alias module and define a play alias that maps to a particular source and then update it dynamically (the stream name alias module comes with source as well). Alternatively, you could utilize the IMediaStreamNameAliasProvider2 interface.

Hi,

I tried it and I did well!

Thanks a lot.

Solomon

Great, I’m glad it worked. Thanks for the update.

Matt

Hi, matt_y

Thanks for your reply.

I’ll try it.

Solomon