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

SEI message support (Display Orientation) #88

Open
tunjid opened this issue May 29, 2020 · 0 comments
Open

SEI message support (Display Orientation) #88

tunjid opened this issue May 29, 2020 · 0 comments

Comments

@tunjid
Copy link

tunjid commented May 29, 2020

Goin in through the source xiecc_rtmp.c, it seems the library only supports the following NAL unit types:

  1. NonIDR [1] else if ((nal[0] & 0x1f) == 0x01) line 624
  2. IDR [5] else if ((nal[0] & 0x1f) == 0x05) line 612
  3. Sequence parameter set (SPS) [7] if (nal[0] == 0x67) line 521

I need to send an SEI message [6], specifically the device orientation. Can this be done with this library? Can it be done by adding another "if" statement?

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