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

Add gstreamer input plugin #394

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

JeremyIV
Copy link

Add a plugin which allows mjpeg-streamer to read input from a gstreamer pipeline, which the user specifies via environment variable.

Why did I create this plugin? I am trying to use https://github.com/jhdewitt/sltk on a Jetson Nano with a RPI camera. SLTK depends on mjpg-streamer. The easiest way to stream video with this hardware setup is using gstreamer. So this plugin is the glue that I needed. But I programmed it in a way which should be general enough that people might find other use cases, if for some reason you have a need to transform a gstream into an mjpeg-stream.

In retrospect, maybe I should have just removed SLTK's dependency on mjpeg_streamer and got it to stream video from gstreamer directly. Maybe I'll still do that at some point.

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

Successfully merging this pull request may close these issues.

1 participant