-
Notifications
You must be signed in to change notification settings - Fork 624
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
Fix send audio to RTSP (cuts out after 30 seconds) #659
Comments
I'm curious what your config actually looks like for this and how its called? and AD410 also does this with simple post commands with curl. I would have thought it would have played it via the same method as a 2 way audio call which doesn't seem to cut off. I was also going to look into this so am interested in the answer and your setup.
|
It's odd that a two-way WebRTC session does not time out.
|
I can see this 30 sec timeout Will try to fix it. |
Definitely better but seeing cutoff at 60s now. Maybe this is more expected? Not sure what the best way to troubleshoot or provide more info would be.
|
Maybe you can provide me access to stream? You can send it in PM |
Trying to determine if this is an Amcrest AD410 issue or something I need to tweak with my config. If I play an audio file through Go2rtc to my AD410 it plays fine for ~30 seconds and then stops. It looks like the teardown at
2023-09-29 20:05:49.866056059
might be requested by the camera?This same issue does not appear during a normal 2-way audio session between the camera and a mobile device.
The text was updated successfully, but these errors were encountered: