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

Enabling USE_ABSOLUTE_TIMESTAMPS causes Sink queue is full message on ffmpeg adapter on 0.2.10 #791

Open
heyryanw opened this issue Jun 18, 2024 · 2 comments
Assignees
Labels

Comments

@heyryanw
Copy link

heyryanw commented Jun 18, 2024

We have a pipeline topolgy that looks like so:

RTSP camera on ffmpeg adapter|dealer+connect > router+bind|Buffer adapter|dealer+connect > router+bind|Module

Everything flows and works fine on this setup without issue.

Enabling USE_ASBSOLUTE_TIMESTAMPS=True on the FFmpeg adapter immediately outputs a Sink queue is full, the frame is skipped message, with no messages reaching the buffer adapter, confirmed by checking the Prometheus stats of the adapter all being 0.

Disabling, everything works fine again.

@heyryanw heyryanw changed the title Enabling USE_ABSOLUTE_TIMESTAMPS causes Sink queue is full message on ffmpeg adapter Enabling USE_ABSOLUTE_TIMESTAMPS causes Sink queue is full message on ffmpeg adapter on 0.2.10 Jun 18, 2024
@bwsw
Copy link
Contributor

bwsw commented Jun 18, 2024

Check and fix in 0.2.11, develop.

@tomskikh
Copy link
Collaborator

@heyryanw Could you send a compose file to reproduce the issue? I've tried to change samples/buffer_adapter/docker-compose.x86.yml, but everything works fine.

docker-compose.x86.yml.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants