I currently run my ffmpeg command to record the video then afterwards run MP4Box -hint file.mp4
to make the file stream quicker for the web. Is there any way for ffmpeg to "hint" my file straightaway without the extra step?
Add -movflags +rtphint
as an output option.