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

Jetson Orin で AV1 エンコードした時にシーケンスヘッダーが入っていないのを何とかする #60

Merged
merged 2 commits into from
Feb 16, 2024

Conversation

melpon
Copy link
Contributor

@melpon melpon commented Feb 16, 2024

他のユーザーが途中から受信した時に映像が出ない問題を修正します。

原因としては H.264 の SPS/PPS に相当する(と思われる)OBU_SEQUENCE_HEADER が、エンコードした最初の1フレーム目以外に存在してないために、正しくデコードができないというものです。
I フレームの OBU_FRAME の手前に、最初の1フレーム目で流れてきた OBU_SEQUENCE_HEADER をくっつけることで修正しています。

@melpon
Copy link
Contributor Author

melpon commented Feb 16, 2024

ビルド通ってるのでマージします。

@melpon melpon merged commit 9bc15a8 into develop Feb 16, 2024
8 checks passed
@melpon melpon deleted the feature/fix-jetson-av1 branch February 16, 2024 15:38
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