Hi All:
Now i am doing a project, using Intel QSV H264 encoder, the encoded data will be transmitted to webrtc,
webrtc will change the bitrate according to the coding quality(and other factors).
but, In CBR mode, The h264 Per-slice QP (Quantizer Parameter) is always zero. QP in each macroblock.
webrtc can't read per-MB's QP. webrtc can only read QP in slice header.
I need to packet QP into slice header, In CBR mode. what should i do?