Closed GoogleCodeExporter closed 9 years ago
In version 0.37 that supports audio and video there is a bug that crashes
application on exit (Issue 2). The solution is to add a call to os.kill() after
message loop and shutdown:
cefpython.MessageLoop()
cefpython.Shutdown()
os.kill(os.getpid(), 9)
Original comment by czarek.t...@gmail.com
on 19 Oct 2012 at 6:38
A work on CEF 3 port has been started, but it's a long way to go, you will find
a new directory structure in the repository, "cefpython3" directory was added
[0], but none of it is yet working.
[0] http://code.google.com/p/cefpython/source/browse/cefpython3/
Original comment by czarek.t...@gmail.com
on 24 Oct 2012 at 8:04
Tried 0.37 and an mp4 video with the HTML5 <video> tag, without any luck. It
treats the tag correctly, adding controls and reserving space, but nothing
loads. Same results with the <audio> tag.
If you just want video, jsmovie and JQuery do work with a Jpeg image sequence.
Be warned, jsmovie has few docs, and isn't 100%. Going to try again to get the
Flash plugin to work for audio/video, until new options become available.
Original comment by rich...@gmail.com
on 29 Nov 2012 at 8:35
For those who are interested, the instructions to get the Flash plugin
installed works fine. Got a SWF loading a FLV audio/video file.
Original comment by rich...@gmail.com
on 29 Nov 2012 at 9:01
HTML5 video works fine in cefpython 0.37, used this url to test it:
http://www.youtube.com/watch?v=siOHh0uzcuY&html5=True
Original comment by czarek.t...@gmail.com
on 29 Nov 2012 at 9:28
Initial CEF 3 support is ready, cefpython3 v0.10 released, see revision
edbe436fb522.
Original comment by czarek.t...@gmail.com
on 2 Dec 2012 at 10:23
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 19 Oct 2012 at 6:34