Please, I need to create a RTSP stream “on the fly” (programatically) without a stream file since the rtsp url is send by the client (that’s why I don’t have a stream file). I try to connect using MediaCasterStreamMap.accquire but only work with wowz:// protocols.
The only method that works is IApplicationInstance.startMediaCasterStream but it require the previously created stream file.
Can someone help me please.