webview-python
webview-python copied to clipboard
in webview cant play m3u8 videos which are on website
import webview
webview.create_window('m3u8', url='https://www.jwplayer.com/developers/stream-tester/', html='', js_api='', width=800, height=600, x=None, y=None, resizable=True, fullscreen=False, min_size=(1367, 770), hidden=False, frameless=False, minimized=False, confirm_close=False, background_color='#FFF', text_select=False) webview.start(gui='cef') webview.start(func=None, args=None, localization={}, http_server=True, gui=None, debug=False) webview.start(debug=True) webview.token
iam trying to create webview of my website which contains m3u8 video file , the webview play all type of video but cant play m3u8
platform pycharm edu python 3.7 pywebview3.1