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

Implement PTS fixer for RTSP adapter #684

Open
bwsw opened this issue Mar 7, 2024 · 1 comment
Open

Implement PTS fixer for RTSP adapter #684

bwsw opened this issue Mar 7, 2024 · 1 comment
Labels
adapters enhancement New feature or request

Comments

@bwsw
Copy link
Contributor

bwsw commented Mar 7, 2024

Sometimes, RTSP does not produce consistent PTS, so the module executes the end-of-stream behavior for such situations. We can introduce a feature allowing users to fix PTS. Hopefully, it can be done easily with FFmpeg properties, otherwise we need to fix them manually on our side.

@bwsw bwsw added the enhancement New feature or request label Mar 7, 2024
@bwsw bwsw added this to the 0.4.0 milestone Mar 7, 2024
@bwsw
Copy link
Contributor Author

bwsw commented Mar 8, 2024

Use only positive deltas and the previous PTS as a base. Maybe, we need to improve DTS as well.

Also, please check if can be done with extra argument to ffmpeg in ffmpeg_input. If can be done, please decline the task.

@bwsw bwsw added the adapters label Mar 29, 2024
@bwsw bwsw assigned tomskikh and unassigned tomskikh Apr 23, 2024
@bwsw bwsw removed this from the 0.4.0 milestone Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adapters enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants