Skip to main content
Participant
December 14, 2015
Question

Is RTMP connection possible without NetStatusEvent?

  • December 14, 2015
  • 1 reply
  • 394 views

Hello Friends

Would like to know, is it possible to disable NetStatusEvent on the server side?

Want to try RTMP connect to AMS server without NetStatusEvent, it is possible?

This topic has been closed for replies.

1 reply

Inspiring
December 15, 2015

Why? Without the netStatus success return you don't have a call back in which to create the stream, attach the camera, etc. You might be able to do all that with a timer, but I'd sure think NetStatus is best.

Participant
December 17, 2015

Thanks for your answer.

But the question remains unanswered. Is it possible or not NetStatusEvent to disable.

Inspiring
December 17, 2015

Don't know - but I would doubt it. At least if you're using AMS. Again - why is it you think disabling it is anything but a bad idea?