Reputation: 633
Here is the Wowza's doc explaining how to add incoming RTP streams:
that includes steps:
In the Server contents panel, click Stream Files, and then click the Connect icon for the myStream.sdp file.
In the Connect a Stream File dialog box, select live in Application Name and rtp in MediaCaster Type, and then click OK.
I am using this to receive the stream (and then let users play it through different protocols), not publish, but anyway, it works fine.
What i am wondering though, is there any way to automate/script it? I need to add these streams by the hundreds all the time so there is no way to do it manually? Maybe some kind of API?
Upvotes: 0
Views: 501
Reputation: 633
Found the answer. Solution was to create a .stream file which contains nothing but the name and extension of the SDP file. Stupid as it sounds, it helped.
Upvotes: 0