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

gst_segment_to_running_time: assertion 'segment->format == format' failed #143

Open
blokfyuh opened this issue Nov 30, 2022 · 0 comments
Open

Comments

@blokfyuh
Copy link

Hello guys,

I'm running those two pipelines and I get this infamous error gst_segment_to_running_time: assertion 'segment->format == format' failed

udpsrc port=1234 ! application/x-rtp,media=video,encoding-name=H264,payload=108,clock-rate=90000 !
 queue ! interpipesink name=input-pipe forward-events=true

webrtcbin name=sendonly bundle-policy=max-compat
 interpipesrc listen-to=input-pipe is-live=true allow-renegotiation=true format=2 ! queue ! sendonly.

I've seen multiple issues related to this error where it's advised to set format=time. When I set this property the error disappears BUT I get 10/15 seconds latency on the WebRTC viewer. Whereas, when I don't set format=time the latency is negligible.

Any ideas ?

Thanks.

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

No branches or pull requests

1 participant