coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: danyball on June 24, 2013, 10:45:57 AM

Title: Video integration for each browser....
Post by: danyball on June 24, 2013, 10:45:57 AM
Hi!

I want to play a mp4-file in coppermine. IE10 want to play it with quicktime, safari can play it with html5-integration.

How to chance the video-integration for ie and other browsers?

thanks,
daniel
Title: Re: Video integration for each browser....
Post by: danyball on June 25, 2013, 07:55:28 AM
Can you tell me the file where the video-tag is coded? Want to chance it. Thanks
Title: Re: Video integration for each browser....
Post by: phill104 on June 25, 2013, 08:47:09 AM
With video we do not tell the browser what player to use, we just store the file and the browser determines what to use to play it. The exception to that is when a server side media solution is used such as JWPlayer.
Title: Re: Video integration for each browser....
Post by: danyball on June 25, 2013, 09:37:33 AM
Is this a problem with the plugin "(filetypes_editor): v2.1" ??
Title: Re: Video integration for each browser....
Post by: danyball on June 25, 2013, 09:45:26 AM
Its not a problem with the plugin. Want to play a mp4-File in IE with quicktime, in safari with html5-tag. Where to code it?!
Title: Re: Video integration for each browser....
Post by: phill104 on June 25, 2013, 11:54:27 AM
As per above, the browser decides what to use not the server. You can use a server side media player but that is all. It is the client side that determines how it opens a particular file type.