Hi:
We had modify av_server, system_server and boa program to support to encode dual H.264 streams (1080P&CIF; 720P&CIF; D1&CIF). Through Web UI, we switch to dual H.264(720P&CIF or D1&CIF), It also can get dual steams using VLC and web UI get stream correctly. But we switch to dual H.264 of 80P&CIF, VLC can get two H264 stream, but the Web UI can not get stream of 1080P, only get stream of CIF.
We debug the boa program, found it work correctly.
process_get(): req->http_stream = URI_STREAM_AVC; req->filesize= 13296, ret = 0.
print_avc_headers():req->av_data.size = 1920*1072
process_get(): req->http_stream = URI_STREAM_AVC; req->filesize= 11787, ret = 0.
print_avc_headers():req->av_data.size = 1920*1072
process_get(): req->http_stream = URI_STREAM_AVC; req->filesize= 14225, ret = 0.
print_avc_headers():req->av_data.size = 1920*1072
process_get(): req->http_stream = URI_STREAM_AVC; req->filesize= 15000, ret = 0.
and PC alse can get package, but cannot display.
I want to know whether the Activex component limit the display of 1080P,
Thank you very much.