Http mulaw audio stream not recognized by probe #835
Unanswered
TheNetStriker
asked this question in
Q&A
Replies: 1 comment
-
We'll see how we can add these options. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to mux a video and audio stream from my Doorbird camera using Restreamer.
The video format was recognized automatically using the probe, but the audio format over HTTP is not recognized.
I found various sources about this problem and the solution is to add -f mulaw -ar 8000 to the ffmpeg input, but I don't have the option to add custom options in Restreamer.
The only way I managed to add the audio stream was to add a different audio stream in the UI and then edit the db.json manually to add the -f mulaw -ar 8000 options.
Is there maybe a better way to do this? The HTTP stream returns the Content Type audio/basic, but that does not seem to help ffmpeg to detect the format automatically.
Beta Was this translation helpful? Give feedback.
All reactions