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

[FEATURE] Add GStreamer Output #479

Open
flightradar23 opened this issue Aug 1, 2024 · 0 comments
Open

[FEATURE] Add GStreamer Output #479

flightradar23 opened this issue Aug 1, 2024 · 0 comments

Comments

@flightradar23
Copy link

Hi there,
I would like to suggest a new output - GStreamer.

GStreamer allows you to build your own pipeline of inputs, conversions and outputs. This would save you having to write multiple output or audio format plugins. I, for example, would use it to output Opus to an Icecast server. Other examples of GStreamer use include converting the audio to Vorbis format (thus solving #99), or sending the output via the SRT protocol (solving #392).

Potentially, GStreamer could also be used to create HLS or DASH output or connect to any number of other services.

While you can use gst-launch-1.0 to create these pipelines from RTLSDR-Airband currently, the developers recommend writing an application to interface with GStreamer.

Information about developing a GStreamer interface are available on their website.

Thanks for reading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant