Pushing image to stream is slow with opencv and gstreamer #1850
Replies: 1 comment
-
|
This discussion is being locked automatically because the last update was more than 2 years ago. Do not use the content of this discussion as reference since it's probably outdated! The official documentation is the only place in which you can find up-to-date answers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use opencv + gstreamer to create the stream, but use pipeline
" appsrc ! videoconvert ! x264enc ! fakesink" the time is 50 milliseconds and if using the pipeline "appsrc ! videoconvert ! x264enc ! rtspclientsink protocols=tcp location=rtsp://localhost:8554/mystream" the time is 200 milliseconds.
I don't understand why pushing the stream to your server is so slow, is there any way to fix it, thanks for reading
Beta Was this translation helpful? Give feedback.
All reactions