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

Fix panic with only audio for MP4/MSE #404

Closed
spawn451 opened this issue May 1, 2023 · 1 comment
Closed

Fix panic with only audio for MP4/MSE #404

spawn451 opened this issue May 1, 2023 · 1 comment
Labels
bug Something isn't working panic
Milestone

Comments

@spawn451
Copy link

spawn451 commented May 1, 2023

I use go2rtc to stream video + audio from an esp32-cam to which I have connected an INMP441 microphone.
I created a web page with 2 iframes that allow me to have video and audio at the same time without any delay!
It works well with version 1.3.2 and 1.4.0 but only on Linux (docker).
On Windows this crashes go2rtc with the following message:
image

My go2rtc.yaml

espcam_video: http://192.168.10.57:81/mjpeg/1
espcam_audio: ffmpeg:http://192.168.10.57#audio=opus

Audio comes from esp32-cam through a http server serving a web page with this configuration :

video controls="" autoplay="" name="media" source src="http://192.168.10.57/ type="audio/wav">

It's not very blocking but if ever you or someone has an idea it would be interesting to know the cause of the crash.

@AlexxIT AlexxIT added the bug Something isn't working label May 2, 2023
@AlexxIT AlexxIT added the panic label Jun 26, 2023
@AlexxIT AlexxIT changed the title go2rtc crash on Windows (particular case) panic with only audio for MP4/MSE Jun 29, 2023
@AlexxIT AlexxIT changed the title panic with only audio for MP4/MSE Fix panic with only audio for MP4/MSE Jun 29, 2023
@AlexxIT AlexxIT added this to the v1.6.0 milestone Jun 29, 2023
@AlexxIT
Copy link
Owner

AlexxIT commented Jul 11, 2023

@AlexxIT AlexxIT closed this as completed Jul 11, 2023
felipecrs pushed a commit to felipecrs/go2rtc that referenced this issue Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working panic
Projects
None yet
Development

No branches or pull requests

2 participants