Wowza Community

How to configuring stream file!

Hi,

Using Wowza Streaming Engine Manager I specified a new stream file with URI content:

rtmp://localhost:1935/AnotherApp/mp4:myStream

When the server starts I would like to have myStream from AnotherApp comming in to SecondApp on the same server. But I cant get the stream in second app to appear in the list of streams.It would need to start when server starts and also manually if needed. What am I messing here?

The purpose: If the transcoder crashes it will not destroy the contents of AnotherApp if I run it in the second app.

Thanks!

Atmapuri

Hi there,

Please see this article for duplicating streams from one application to another:

How to duplicate streams to another application instance (ModuleDuplicateStreams)

Salvadore

Dear Salvadore,

Does this work for two applications on the same server:

App1 -> App3

App2 -> App4

Mirroring two apps?

Thanks!

Atmapuri

Hi,

You would, in this case, just add the module and correctly configured properties to App1 and App2

Daren