Hey there
I’m finding that movie (.mov) files recorded via the device camera on a test JUCE app running on iOS, can not be loaded into the same JUCE app running on Windows. I get a “Stream Unsupported” error.
With FFProbe I see that videos created on the iOS are H.264 QT movies, whereas on the PC the same app creates WMV.
Although the Windows system (via Windows Media Player, WindowsZunePlayer etc) can play the same iOS .mov files just fine, how do we make JUCE apps aware of this codec/format combo, or in fact other codecs that are already available to the system?
Many thanks in advance for any suggestions!
Cheers,
Jeff