Roger Martin wrote:MP4 is a container format, but if Flash/FlowPlayer can't understand the underlying video/audio codec, it won't be able to play. So be sure to use a supported codec.
This is what I don't understand. I'd have thought the Nokia MP4 format would be based on an industry format codec, one that Flash/FlowPlayer look as though they support. How can I establish the correct codec if Nokia, Flash & Flowplayer just talk in terms of containers?
Roger Martin wrote:As for AAC, GSP does not support that out of the box. I will investigate adding support for it.
Many thanks.
Roger Martin wrote:Meanwhile, you might be able to get it working by adding a record to the gs_MimeType table to tell GSP about the file type. Then add a record to gs_BrowserTemplate to tell GSP how to render AAC files in the browser. If you think FlowPlayer can handle it, you can copy one of the other records that specify FlowPlayer (like MP4).
I think you and I both know that's outside my capability ;-)
In case it helps here's the metadata reported by GSP...
Code:[['Duration','00:00:42.74'],
['Bit rate','2666 kb/s'],
['Audio format','Audio: aac, 48000 Hz, mono, s16, 95 kb/s'],
['Video format','Video: mpeg4, yuv420p, 640x352 [PAR 1:1 DAR 20:11], 2564 kb/s, 29.29 fps, 100 tbr, 30k tbn, 100 tbc'],
['Width','640 px'],
['Height','352 px']];
[edit]Downloaded an app called GSpot. This reports the following for one of my mp4 files...
Code:mp42: MP4 v2 [ISO 14496-14]
- 3gp4: 3GPP Media (.3GP) Release 4
- isom: MP4 Base Media v1 [IS0 14496-12:2003]
Recommended Display Size: 640 x 352
Created: 2010 Apr 16 14:46:49
Modified: 2010 Apr 16 14:46:49
How do we establish if Flash/FlowPlayer supports this please?