-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Gstreamer pipeline #107
Comments
The README of the project list some RTSP examples. The used URLs may be down by now though. One common caveat is that Are you sure you have hardware that uses an OMX decoder? |
I'm just using :
just a simple connection. any idea ? |
Use But these are more setup or general GStreamer related things.. |
you mean command prompt? i text it, and the result is : ERROR: pipeline could not be constructed: empty pipeline not allowed. |
also when i text gst-launch-1.0 version 1.22.5 |
It feels like you want to read up on GStreamer and it pipelines. Without that knowledge you will go nowhere with this plugin. You should be able to create pipelines and playback the camera with the gst-launch-1.0 tool before you adapt the pipeline for this plugin to make it work with OBS. |
Hi, i try again with this code in cmd, and it works
but why when i try this on gstreamer OBS, it's not working ? please advice me about this. |
Replacing |
Important note: Be sure that you are NOT including the " I have had great success using the obs-gstreamer plugin with my HikVision camera (including its audio feed) with the following pipeline:
And a simpler ("video-only, no audio") version of my obs-gstreamer plugin pipeline might look like this:
A similar pipeline to might work for you. (Be sure to notice the terminating "video." in both examples, just as was mentioned by @fzwoch). Good luck! |
Hi, i just tried to put this string in gstreamer pipeline
gst-launch-1.0 rtspsrc location="rtsp://admin:*****@IPAddress:554" latency=10 ! rtph264depay ! h264parse ! omxh264dec ! autovideosink
i'm using hikvision camera, but it wont displayed in gstreamer.
do you have some reference gstreamer pipeline that i can try to use it ?
Thanks
The text was updated successfully, but these errors were encountered: