Git Product home page Git Product logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 16, 2024
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 [email protected] on 19 Oct 2012 at 6:38

from cefpython.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 16, 2024
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 [email protected] on 24 Oct 2012 at 8:04

from cefpython.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 16, 2024
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 [email protected] on 29 Nov 2012 at 8:35

from cefpython.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 16, 2024
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 [email protected] on 29 Nov 2012 at 9:01

from cefpython.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 16, 2024
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 [email protected] on 29 Nov 2012 at 9:28

from cefpython.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 16, 2024
Initial CEF 3 support is ready, cefpython3 v0.10 released, see revision 
edbe436fb522.

Original comment by [email protected] on 2 Dec 2012 at 10:23

  • Changed state: Fixed

from cefpython.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 16, 2024
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/cefpython/issues/18

Original comment by [email protected] on 24 Aug 2015 at 6:25

from cefpython.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.