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

CommentFileSizeAuthor
#11 On page load26.44 KBwebankit
#11 On clicking the player188.08 KBwebankit

Comments

jamesbenison’s picture

Thanks 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.

Lux Delux’s picture

Yup 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 ;)

jamesbenison’s picture

This 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

Lux Delux’s picture

Nice, thanks for the effort ;)

Mind if I ask why not 1.0.10 ? As I recall it was working correctly

jamesbenison’s picture

Internet Exploder 8 support is broken in 1.0.10

Lux Delux’s picture

Hello 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!

jamesbenison’s picture

Latest projekktor library (1.1.02) seems to work fine.

If anyone finds otherwise please post it.

Lux Delux’s picture

Still 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

jamesbenison’s picture

I'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:

#projekktor-1 video {
  width: 640px;
  height: 360px;
}

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.

Lux Delux’s picture

Thanks 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

webankit’s picture

StatusFileSize
new188.08 KB
new26.44 KB

I 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

jamesbenison’s picture

As 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.