FPS drop using GStreamer #1742
-
Hello, I’m new to OvenMediaEngine. I use gst_parse_launch on this pipeline :
I got no problem during the parse_lauch but on the player I get very few frames |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
To be clear, you are using a setup like this
RTSP source ->Gstreamer-RTMP-output-from-Gstreamer->OME
How are you playing the stream from OME? If WebRTC, sounds like you have B
frames, check the docs
… Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
No idea how gstreamer works, but it's preferable to remove the b frames at
the original encoding if you can
…On Thu, Nov 21, 2024 at 14:57 antonymarion ***@***.***> wrote:
@naanlizard <https://github.com/naanlizard> I have a similar issue with
gstreamer and ome
Do you know if it is possible to get rid of b frames with gstreamer by
transcoding the stream on the fly ?
—
Reply to this email directly, view it on GitHub
<#1742 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABV4BWNDIAVIYPZMHKYUR2L2BY3JNAVCNFSM6AAAAABSHKXLHKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMZUGA3TQMY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I think you can set flags on x264enc, e.g.
|
Beta Was this translation helpful? Give feedback.
I think you can set flags on x264enc, e.g.