Welcome, Guest
Username: Password: Remember me

TOPIC: Video upload capability?

Video upload capability? 03 Sep 2012 12:28 #3362

  • cefnllys
  • cefnllys's Avatar
  • Offline
  • Premium Member
  • Posts: 102
  • Thank you received: 5
  • Karma: 1
Any news on being able to upload video using j-cook? surley its not that hard just allowing an extra file extension and being able to choose the name of the folder its uploaded into? I really require this function for a project im working on would be seriously usefull.
The administrator has disabled public write access.

Re: Video upload capability? 27 Sep 2012 17:39 #4101

  • JoomGuy
  • JoomGuy's Avatar
  • Offline
  • Moderator
  • Joomla Enthusiast, Lover of Cooking
  • Posts: 1115
  • Thank you received: 195
  • Karma: 64
@cefnllys

This could be achieved by adding additional extension/mime options to the file uploader. Obviously, cook doesn't use/include any video options however, a plugin to include an opensource player such as JWPlayer is very easy to write. It is a wonderfully powerful player with which I have a fair amount of experience. To name just a few of it's features, it playlists, audio & video formats, is extensible via a powerful JS api , interact with it via JQuery and plays HTML5 audio and video. Furthermore, it has a powerful and easy-to-understand plugin-architecture that makes customising it's interaction with your scripts, tracking and social networks well within the realm of possibility - if you don't mind getting your hands a little dirty!

Here's a list:
Video TypeExtensionMime Type
Flash.flvvideo/x-flv
MPEG-4.mp4video/mp4
iPhone Index.m3u8application/x-mpegURL
iPhone Segment.tsvideo/MP2T
3GP Mobile.3gpvideo/3gpp
QuickTime.movvideo/quicktime
A/V Interleave.avivideo/x-msvideo
Windows Media.wmvvideo/x-ms-wmv
Need help with your Cook/Joomla Project? . PM me to find out what I can help with. NO time wasters please!!!
Last Edit: 11 Oct 2012 13:44 by JoomGuy.
The administrator has disabled public write access.

Re: Adding a player switchable HTML5/RTMP stream 11 Oct 2012 13:42 #4412

  • JoomGuy
  • JoomGuy's Avatar
  • Offline
  • Moderator
  • Joomla Enthusiast, Lover of Cooking
  • Posts: 1115
  • Thank you received: 195
  • Karma: 64
If you are looking for an excellent player to play your content and want the flexibility to stream or playback progressively (progressive downloading), you should check out the aforementioned JW Player.

Want to serve your media from Amazon S3 and/or Cloudfront?...
You may want to read this stackoverflow post that I wrote in answer to a question of how to achieve that.

In a slight update on that post, to serve your media using progressive download option via a Cloudfront distribution also, - see modes[] var in the script - alternatively, you could set up another cloudfront distribution with the same source amazon S3 Bucket, specified as a download distribution. This way you really have the best of both worlds and avoid having to set up a wowza media server as described in the post...

Hope this is useful to someone!

Gez
Need help with your Cook/Joomla Project? . PM me to find out what I can help with. NO time wasters please!!!
Last Edit: 11 Oct 2012 13:47 by JoomGuy. Reason: Edited mistake
The administrator has disabled public write access.
Time to create page: 0.108 seconds

Get Started