webtest cannot play video
So far, VLC can play that stream, but there\’s one more issue:I do the following steps:- step1: + pullstream uri=rtsp://[ip camera1]:554/stream2 localstreamname=test1 + run web demo: http://[ip webserver]:8888/demo/evowsvideo.html + play stream name : test1 ==> result: web test1 (web play video stream name test1) play video OK- Step 2: + pullstream uri=rtsp://[ip camera2]:554/stream2 localstreamname=test2 + run web demo: http://[ip webserver]:8888/demo/evowsvideo.html + play stream name: test2 ==> result: – web test2 play video OK, – web test1 can\’t not play video any more and message \”AppendBuffer issue. Possible codec mismatch.\” appears on debug window. (see attached image)Expected: web test1 and web test2 can play video.If all video can\’t play on web. we can\’t integrate this function to our software.Can you give me an idea a bout this issue.