how to play html5 video on a webview android

前端 未结 5 2039
花落未央
花落未央 2021-01-06 14:56

i am trying to load a webpage on a web view where the page has a video in it. i am able to load the web page on the web view but the video is not playing and the audio is he

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-06 15:34

    When I encountered this problem it was due to the compression type. For android I had to use base profile compression rather than high profile compression. ffmpeg compatibility has a description.

    I answered a similar question here.

提交回复
热议问题