First thanks for such a good module, jhedstrom!
I installed the 6.x-1.x-dev version of the module successfully for the 6th version of drupal and it works on the test site, I've uploaded video to youtube with it, but I haven't found where is the setting for direct upload method (through my server to youtube if I got correctly). And how to watch the video through another player, not youtube default, if this is possible to do with this module?

Comments

jhedstrom’s picture

Hey netbear,

Regarding the direct upload method, this is the only method currently available for D6. For D5, it was the other way around. Due to enhancements in the filefield module for 6, implementing the direct method was simpler. Hopefully I'll have the browser method working soon.

Regarding the alternative players, I am currently working on a module that would implement YouTube's "chromeless" player. This player places all the controls outside of the flash object, as javascript functions, so it is highly themeable. There is also the possibility of using the JWPlayer. This second option could be done via a theme override function.

Hope that helps.

netbear’s picture

Thanks for your support, jhedstrom.
So, if I got You right, I can in my theme template for the node with the CCK field provided with your module just override the output embedding the JWPlayer and providing the video source file to it and it will replace the youtube player?
But how can I get the flv file source, where is it? Another words what should I pass to JWplayer to view the video?

jhedstrom’s picture

Status: Active » Closed (fixed)