Answer the question
In order to leave comments, you need to log in
Why is Wowza "jamming" rtmp communication because of the WebSocket server in the control module?
Good afternoon, Implemented a WebSocket server for the flow control module. This was necessary to be able to connect directly to the flow control program on the Wowza server using the java script websocket.
public class WowzaApplication extends ModuleBase
{
public void onAppStart( IApplicationInstance appInstance )
{
// грубый пример, запуска WebSocket сервера ;
String host = "localhost" ;
int port = 8085 ;
new WebSocketServer( host , port) ;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question