You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of WebRTC in GStreamer uses an appsrc with leaky-type=downstream. This means that when buffers arrive to the client, some buffers may have been dropped, as it is the case of the .h266 file we attach. Using vvdecapp, we see a lot of logs like DecLibParser.cpp:1309: missing reference picture poc: 207 and exit code is (245) non-zero (full logs attached). When decoding this same file with FFmpeg or FFmpeg + OpenVVC while the video decodes and renders (about 23 seconds of video). In FFmpeg + OpenVVC, the following logs like [Open VVC decoder @ 0x7d05033ff760] Generating missing reference -89 for picture -73 are printed. So, that makes us to suspect, but it may be something else, that Fraunhofer's vvdec is not implementing the following specification in "ITU-T Rec. H266": 8.3.4.1 General decoding process for generating unavailable reference pictures.
Based on the information shared, we request here to update vvdec in order to play back that attached H.266 video. Please, feel free to request any information from us (Fluendo).
Dear Researchers at Fraunhofer,
The current implementation of WebRTC in GStreamer uses an appsrc with leaky-type=downstream. This means that when buffers arrive to the client, some buffers may have been dropped, as it is the case of the .h266 file we attach. Using vvdecapp, we see a lot of logs like
DecLibParser.cpp:1309: missing reference picture poc: 207
and exit code is (245) non-zero (full logs attached). When decoding this same file with FFmpeg or FFmpeg + OpenVVC while the video decodes and renders (about 23 seconds of video). In FFmpeg + OpenVVC, the following logs like[Open VVC decoder @ 0x7d05033ff760] Generating missing reference -89 for picture -73
are printed. So, that makes us to suspect, but it may be something else, that Fraunhofer's vvdec is not implementing the following specification in "ITU-T Rec. H266": 8.3.4.1 General decoding process for generating unavailable reference pictures.Based on the information shared, we request here to update vvdec in order to play back that attached H.266 video. Please, feel free to request any information from us (Fluendo).
files.zip
Kind regards,
Fluendo (Engineering Team)
The text was updated successfully, but these errors were encountered: