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:
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
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