Quote:
Originally Posted by DesktopUpload.com
We've installed our application on a few sites that have your player installed (Nuevo).
I believe that your player handles MP4 files correctly, though I can't recall with exact certainty.
|
Yeah, player will play mp4, but that's not a problem I wrote about.
It's about clipshare script that doesn't handle other than FLV video extensions.
If you look at player (default) playlist file - script takes video id and adds ".flv" extension.
So if this is "mp4" - video won't be played (wrong path)
From other hand - dozen of other operations (thumbs change, getting duration, video file remove and few more) are proccessed in same way: script takes vid ID and ads ".flv" extension. All will fail if this is mp4.
That's what I wrote about - script is not prepared to handle other than "FLV" videos.