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

In h264 update the sps and pps parser to save sei data #304

Open
mohammedzakikochargi opened this issue Sep 6, 2023 · 0 comments
Open

Comments

@mohammedzakikochargi
Copy link
Collaborator

Describe the bug
The h264 bitstream to save sps and pps data, currently parses only if the bitstream if buffer starts with sps information. But for some h264 bitstreams sei information prepended before sps data hence the parser fails to save the sps and pps data.

To Reproduce
Create a pipeline connecting rtspCam module to mp4Writer.

Expected behavior
The parses should also look if sei data is prepended before sps . If yes, then it should also save the sei information along with sps and pps data.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. chrome, safari]
  • Cuda Version [e.g. 22]
  • Architecture [e.g. x86_64, arm64]

Additional context
Add any other context about the problem here.

Would you like to work on the issue?
Please state if this issue should be assigned to you or who you think could help to solve this issue.

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