Skip to content

FPS drop using GStreamer #1742

Answered by bchah
AdrienPapin asked this question in Help
Nov 21, 2024 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

I think you can set flags on x264enc, e.g.

const gchar* pipelineDesc = "
rtspsrc location=rtsp://input is-live=true latency=0 protocols=tcp ! 
decodebin ! x264enc bframes=0 key-int-max=60 ! flvmux streamable=true ! 
rtmpsink location=rtmp://output";

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@antonymarion
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

bchah
Nov 22, 2024
Collaborator Sponsor

You must be logged in to vote
2 replies
@antonymarion
Comment options

@AdrienPapin
Comment options

Answer selected by AdrienPapin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants