Hello.
Some questions:
-
Is it possible to push publish RTSP streams from a Wowza Streaming Engine to another media server?
-
Does the Java API of Wowza Streaming Engine have support for push publishing of RTSP streams? (I.e. is is possible to programatically do push publish of RTSP from within one custom module of our own?)
We know about, and we have beein using for quite a while in our Java code, the Java class com.wowza.wms.pushpublish.protocol.rtmp.PushPublishRTMP for push publishing RTMP streams from within our own modules.
We would like to know if there is a Java class corresponding to PushPublishRTMP but for push publishing RTSP streams instead. If that is indeed the case, we would also appreciate some samples/examples of code making use of it (e.g. similar to examples for PushPublishRTMP at https://www.wowza.com/resources/serverapi/com/wowza/wms/pushpublish/protocol/rtmp/PushPublishRTMP.html).
Thanks in advance.
Jorge Nunes