You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to start a stream on my Video Doorbell after I press the doorbell button but when I make the stream request using camera.start_stream, I'm getting:
error in response={'success': False, 'data': {'error': '14002', 'message': 'SIP Streaming in progress, RTSP Streaming is not allowed, try after some time !!!', 'reason': 'SIP Streaming in progress, RTSP Streaming is not allowed, try after some time !!!'}}
Originally I would think it imply that we can start a stream while a doorbell session is on,
However, I found that on arlo, a motion can still be triggered during a doorbell call and a video footage would be saved. This means arlo can still do the recording while the doorbell session is on. Probably we just need to figure out the correct protocol.
Does anyone have any clue or even directions to reverse engineer this would be appreciated
The text was updated successfully, but these errors were encountered:
Hi
I'm trying to start a stream on my Video Doorbell after I press the doorbell button but when I make the stream request using camera.start_stream, I'm getting:
Originally I would think it imply that we can start a stream while a doorbell session is on,
However, I found that on arlo, a motion can still be triggered during a doorbell call and a video footage would be saved. This means arlo can still do the recording while the doorbell session is on. Probably we just need to figure out the correct protocol.
Does anyone have any clue or even directions to reverse engineer this would be appreciated
The text was updated successfully, but these errors were encountered: