Skip to content
New issue

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

in webview cant play m3u8 videos which are on website #4

Open
pgit363 opened this issue Dec 30, 2019 · 0 comments
Open

in webview cant play m3u8 videos which are on website #4

pgit363 opened this issue Dec 30, 2019 · 0 comments

Comments

@pgit363
Copy link

pgit363 commented Dec 30, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant