We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: