I don't know if this is a problem with the player itself or the module, but thought you'd want some input anyways so we can sort it out.
Anyways, in webkit browsers there is no video, only sound.
In Firefox I get both but the video is like a thumbnail.
Cheers, let me know if you need more info
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | On page load | 26.44 KB | webankit |
| #11 | On clicking the player | 188.08 KB | webankit |
Comments
Comment #1
jamesbenison commentedThanks for the heads up.
1.0.13 is fun ducked up. Sascha has been throwing in all kinds of video quality detection features, and they are not quite ready for prime time just yet. It's irritating that the latest "stable version" is often broken. But really, the guy is an absolute uber genius who does not sit still. Just when you think that his player does everything that a player can do, he turns around and finds some new thing to add in.
I've been thinking about hosting a version of the library that is known stable and has a couple of fixes thrown in by me. I will make it avaiable for download.
Comment #2
Lux Delux commentedYup I noticed all the new features, actually I didn't have a real reason to upgrade it but the last time I did the swf player full screen got a performance boost here on my desktop so I thought why not :)
Anyways good idea about hosting a stable version ;)
Comment #3
jamesbenison commentedThis is version 1.0.08 of the projekktor library.
Put it in sites/[whatever]/libraries after downloading and unzipping it.
http://www.lunarclips.com/sites/lunarclips.com/files/projekktor.tar.gz
[edit] path changed
Comment #4
Lux Delux commentedNice, thanks for the effort ;)
Mind if I ask why not 1.0.10 ? As I recall it was working correctly
Comment #5
jamesbenison commentedInternet Exploder 8 support is broken in 1.0.10
Comment #6
Lux Delux commentedHello again.
I saw that 1.0.18/19 was released. A lot of bugfixes for browser problems. Like flash fallback not working in Firefox 3.6.
Just wanted to check if there's any progress on making the latest version compatible with the module. Or at least implementing the bug fixes.
Cheers, and thanks again for all your work on this!
Comment #7
jamesbenison commentedLatest projekktor library (1.1.02) seems to work fine.
If anyone finds otherwise please post it.
Comment #8
Lux Delux commentedStill doesn't work properly in Firefox, once you push the play button the size of the video scales down to a thumbnail.
Tried in Chrome, there I don't get any image at all when I start playing, just black
Comment #9
jamesbenison commentedI'm using the latest library in the demos on lunarclips.com. There it does not seem to be having any problems.
Some possible things that could be causing this:
1) Check the video scaling option. I usually use "fill the screen". "Scale to fit" might not be working.
2) Try hard coding the dimensions into the css. This is a good thing to do anyways since it prevents the flash of a small black screen before the javascript loads.
css code should be something like:
A nice little tool for putting in a few line of css is the injector module: http://drupal.org/project/css_injector. Be sure to flush your cache after every change.
Comment #10
Lux Delux commentedThanks man! Seems to work fine now :)
I edited out stuff from this post, had some stupid problems (forgot to update the theme css etc.)
the css video tag works and all is great in the world :p
Cheers man, thanks a lot for looking into this
Comment #11
webankit commentedI tried the latest version of gallery and on my mac-chrome, my display was completly broken
So I used this http://www.lunarclips.com/sites/lunarclips.com/files/projekktor.tar.gz
This should be solved
Comment #12
jamesbenison commentedAs the projekktor library has been updated changes have been made to the theme structure. The latest libraries have seemed to work for me just fine. However, the default theme (Maccaco) so far looks like the only one that's usable out of the box. You should get a default theme that goes with the version of the library when you download it.