I am developing app where I have to play progressive steaming video of mp4 file. But I faced the PVMFErrContentInvalidForProgressivePlayback error. I think that those videos are not satisfing any of those requirements – “For 3GPP and MPEG-4 containers, the moov atom must precede any mdat atoms.” How can I convert those file which will satsfy that format? Is there any converter for that?
I am developing app where I have to play progressive steaming video of mp4
Share
For GUI version, Under options menu i selected “hint for rtp/rtsp”.
Then in Mux tab, I added mp4 file with add button. After that pressed Mux button in the right bottom corner.
It creates the muxed version in the same directory path of your mp4 file. You can use save as for different location.
The newly created file worked for me and didnt give PVMFErrContentInvalidForProgressivePlayback error.