record to mp4
FMS 4.5 up and running; using an app, records to flv just fine; playback is just fine as an flv also.
Now, we want to play the flv file on an iOS device as an mp4
I modified the app to save the file as an mp4 ("mp4:" + filename + ".mp4", record)
and it creates the mp4 file
I've found out the .mp4 file is not playable by itself in Quicktime.
Found on Adobe's website a linux application called f4vpp - ran that on the .mp4 file and now it plays fine in Quicktime - but this is obviously a manual process
Is there a way to automate this conversion process? Should I be doing something else? Do I need to convert the file with f4vpp before its playable on an iOS device?
