By fontom on
hello
I'm using drupal V6 and I want that users can upload videos and sharing videos like youtube i tried video module but the look of the videos I don't like it.
i tried also JQ module and Jquery media module but they give only the file i uploaded not like youtube but like file attached.
I want some thing exactly like video module that show the video after been uploaded but with some deffirent look to be more clarify some thing like the videos on mtv.co.uk
can some one help me please
THANK YOU
Comments
Sometimes it it advisable to
Sometimes it it advisable to use resources that already work. Why wouldn't you use the YouTube API itselves? It provides upload functionality to a specific channel.
Try this add on for the media mover module; http://drupal.org/project/mm_youtube
Another option might be this module which uses the YouTube API through Zend GData (great solution!!) http://drupal.org/project/video_upload
Also looking at the YouTube API and create a custom module might be an option if you have the time/knowledge.
Thank you for your help but
Thank you for your help but that not exactly what i want.
What im looking for is that users upload there videos on my web site not on youtube
I need a module like video module with a better look
I would advise you to theme
I would advise you to theme the module output so it looks the way you want it to, that is really the only way to get what you want. Have you read any resources on theming? In this case, I think you will literally just need to write some CSS code to target the output.
I provide free Drupal support on Thursdays: booking calendar coming soon.
MediaFront
Although I agree with Antwanvm, there is another media player being developed. Have a look at MediaFront - http://drupal.org/project/mediafront
Seems to me you will still need to either control the types of video files people are allowed to upload OR convert all the uploads to a common playback format -- or actually formats. For that you will need to install and configure FFMPEG on your server. And for that... well let's just say I hope you aren't trying to do this all on a shared server.
A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com
Well thanks all for your time
Well thanks all for your time and for your help
My question is simple
I want to create a content called video there users can shar theres videos they can host there videos
Like youtube web site or dailymotion
Video module is good but the look of the player i don't like it
Is there any way to modify the player
THANK YOU
Yes, as I posted--theme the
Yes, as I posted--theme the output of the module.
Please search on drupal for "Theme basics" and "Theme modules"--there are LOTS of really good in-depth guides and tutorials. This isn't like some parts of Drupal which are poorly documented--theming is one of the most well-documented aspects to drupal, so now that you know what it is called, you will see lots of results.
Typically, you can do everything you want without even really using drupal theming--just create a css file that addresses the output. Not having used that module, I'm not sure if that will work for you, but it is what I would try first.
Have you tried to modify the display of the player with CSS? You can even just use chrome/firebug (inspect the element, add rules in the right hand side where it shows the CSS, and see if it changes the look).
I provide free Drupal support on Thursdays: booking calendar coming soon.
Thank you
I will try that about theme basic and give a reply
Thank you so much.
I hope that gonna help me .
Thanks again.
Good luck Phenix! If you have
Good luck Phenix! If you have any problems with the actual theming progress, I'd start a new thread on that so people know what you need.
I provide free Drupal support on Thursdays: booking calendar coming soon.
_
you can ask the same question over and over-- it won't change the answer. If you don't like the way video module output looks then theme it as streever has said multiple times.
If you think you're going to be able to create a youtube clone that looks and functions exactly the way you want by enabling a couple of modules with no effort on your part then you're in for lots of frustration.