Any Alternatives to GStreamer? #6635
Replies: 4 comments 8 replies
-
Hi @MIDIculous, Thanks for asking it. OBS Studio can be a strong alternative to GStreamer, especially if you want more intuitive control over video and audio streams, recording to local is also available out-of-the-box. OBS is also community-driven and provides intuitive controls for streaming along with multiple added features such as overlays, etc. And, It's widely adopted streaming industry and I believe, it'll serve your purpose well. Surely, worth exploring! Let us know if you've any more questions. |
Beta Was this translation helpful? Give feedback.
-
Also we are creating a C++ App to do the WebRTC stuff. We just need additional audio and video control and GStreamer was suggested. Sonia there anything close to GStreamer for video capture and WebRTC that is more intuitive. |
Beta Was this translation helpful? Give feedback.
-
Hello @MIDIculous Thank you for asking the question. If you elaborate more about your use-case what you want to achieve, you can get better advice from members. May I know your interest for choosing C++ for WebRTC stuff ? You can make use of electronjs for creating desktop application. |
Beta Was this translation helpful? Give feedback.
-
BackgroundWe have an existing application that we have already produced and it's in C++ using the Juce cross-platform framework. We want to now implement Audio, Video and MIDI into our application.
The IssueThe issue lies in the fact that we don't just want to do basic Video/Audio stuff. We would like to do things like:
AntMedia's SolutionSo the solution suggested as per AntMedia's Website is to use GStreamer, but we are finding that we are spending more time fixing Gstreamer's bugs and workarounds then actually implementing it. Question
|
Beta Was this translation helpful? Give feedback.
-
My developer and I have been spending more time fixing GStreamer than we do actually implementing the features. We are using Gstreamer in order to have control over the video and audio stream so we can record locally.
Is anyone using anything other than GStreamer or FFMPEG for more enhanced video control with overlays, and text etc...?
Beta Was this translation helpful? Give feedback.
All reactions