open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
384 stars 180 forks source link

Set end_of_picture flag for AV1 encoded input. #666

Closed jianjunz closed 1 year ago

taste1981 commented 1 year ago

Av1 encoding works for me after this fix. Can you explain what the concept of "last_fragment" is about?

|last_fragment| signals whether current bitstream is the last slice/tile/segment of an entire coded picture(frame). When slice/tile based encoding is not enabled, |last_fragment| should always be configured to "true".