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

new FFmpeg API (send_frame, receive_packet) with nvmpi #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bmegli
Copy link

@bmegli bmegli commented Mar 20, 2023

  • FFmpeg patch with new API implementation
  • this is critical for low-latency streaming
  • to avoid queued packets pending until EOS

EOS case:

  • implementation doesn't make sure that all packets are drained from hardware after EOS
  • so you might miss some last few packets

Fix for:

- FFmpeg patch with new API implementation
- see patch for the details

Fix for:
- jocover#131
@bmegli
Copy link
Author

bmegli commented Mar 20, 2023

I don't really expect this to be merged.

This repository just became hub for various jetson-ffmpeg fixes

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

Successfully merging this pull request may close these issues.

1 participant