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

Stream audio for webcams with built in microphone #171

Closed
willuhmjs opened this issue Sep 4, 2023 · 1 comment
Closed

Stream audio for webcams with built in microphone #171

willuhmjs opened this issue Sep 4, 2023 · 1 comment
Labels
feature request feature request

Comments

@willuhmjs
Copy link

Is your feature request related to a problem? Please describe

I would like to hear any abnormalities in my print via the microphone in my webcam.

Describe the solution you'd like

Allow user to choose the audio input device to broadcast to the front end.

Describe alternatives you've considered

I tried messing with ffmpeg but it would be easier to have it built into the software.

Additional information

No response

@willuhmjs willuhmjs added the feature request feature request label Sep 4, 2023
@mryel00
Copy link
Member

mryel00 commented Sep 4, 2023

There are multiple things making this not suitable for crowsnest.
As crowsnest is just a wrapper for streaming backends (ustreamer and camera-streamer), you would have to ask them to implement such a thing. For ustreamer I found this and for camera-streamer this. So both backends don't support audio streaming.
As ustreamer is currently only available for mjpg streams in crowsnest, there wouldn't even be a possibility to integrate audio into that afaik, as those are just a series of jpg files.
For camera-streamer we got webrtc and rtsp, as those get encoded properly there would be a possibility to add audio, but as you can read in the linked issue above, it's not planned atm.

So this wouldn't suit into crowsnest directly, as crowsnest is just a wrapper to call streaming backends easily.

@mryel00 mryel00 closed this as completed Sep 4, 2023
@mryel00 mryel00 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request feature request
Projects
None yet
Development

No branches or pull requests

2 participants