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

RTSP Proxy: Start from keyframe #1299

Closed
ethaniel opened this issue Dec 12, 2022 · 2 comments
Closed

RTSP Proxy: Start from keyframe #1299

ethaniel opened this issue Dec 12, 2022 · 2 comments

Comments

@ethaniel
Copy link

ethaniel commented Dec 12, 2022

Describe the feature

Thank you for your amazing solution. I wanted to request a small feature - is it possible to keep the last keyframe of a RTSP stream in memory, so when clients connect to the proxy, they would receive this last keyframe first?

if I understand correctly, right now clients starts receiving streams from the moment they connect (which is most likely to be a non-keyframe), resulting in a weird image:

image

If we prepended the client's stream with a cached keyframe, the picture would be much much nicer till a proper keyframe arrives.

Just to be clear - I'm advocating for keeping a rolling storage of keyframes only (as a new keyframe arrives, the old one gets deleted from memory).

@aler9
Copy link
Member

aler9 commented Dec 12, 2022

Hello, this is a duplicate of #1209 - it's a feature that is planned.

@aler9 aler9 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 12, 2022
@github-actions
Copy link
Contributor

This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.

@github-actions github-actions bot locked and limited conversation to collaborators Jun 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants