
Embed won't play until fully buffered with encode; solutions?
I used to, using an h264 (x264) encoded mp4, be able to have videos play while the video buffered. After updating my encoding method (MediaCoder), I've been having the weird problem that all new videos will wait until they're fully buffered before playing.
Compare:
http://www.kisamayatsu.com/TH/th5l2.html (loads immediately, will play while buffering)
http://www.kisamayatsu.com/TH/test2.html (will only load after buffering, won't play while buffering, despite being both smaller and shorter)
The video settings I'm using in MediaCoder are
Format: H.264
Mode: 2-Pass at various bitrate settings (would this even have an effect)
(Profile: Main, Preset: Medium, Tune: Touhou, default settings all around)
Audio is FAAC (LC-AAC) at 128 Avg Bitrate.
It's not a huge issue but... bizarre.