Fetching the dimensions of a H264Video stream
NO!!! You must run a complex function to extract video dimensions from Sequence Parameter Sets. How to do this? Well first you must write your own Exp-Golomb decoder, or find one online… in live555 source code somewhere there is one for example… Then you must get one SPS frame. It has NAL=0x67 (NAL is the … Read more