Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start a stream when doorbell button pressed. #171

Open
yongfg opened this issue Jan 16, 2025 · 1 comment
Open

Start a stream when doorbell button pressed. #171

yongfg opened this issue Jan 16, 2025 · 1 comment

Comments

@yongfg
Copy link

yongfg commented Jan 16, 2025

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

@yongfg
Copy link
Author

yongfg commented Jan 16, 2025

Moreover, it turns out that we can't start a live stream on arlo while the doorbell session is on. It says

Live Streaming is currently in use by another device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant