Video Using HTML 5 and servlet

后端 未结 4 1339
悲&欢浪女
悲&欢浪女 2021-02-09 18:02

Below given code is for video streaming. This is fine with IE9 and firefox but it is not fine with Chrome and Mac Safari.

import java.io.*;
import javax.servle         


        
4条回答
  •  遇见更好的自我
    2021-02-09 18:24

    This seems to be more of a format support issue.

    You can try ogg format. The HTML5 code is

    
    

提交回复
热议问题