Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maximum duration (or file size) of html5 video

I'm trying to use a custom html5 player with a 4-hour long video (2.3 GB!), but I'm getting some problems: playback stops, video seeking doesn't seem to work well and so on.

Using the native player of the browser, I have the same issues.

So I was wondering: are there any recommendations about the maximum duration (or file size) of a video in html5? What about mobile devices?

like image 515
franzlorenzon Avatar asked May 31 '13 14:05

franzlorenzon


1 Answers

I think that the video had some problems. I did some tests with other videos though:

  • 800MB, 2h and 24m video: everything works ok, tested with a desktop pc and an iPad 3;
  • 9.7GB, 4h and 3m video: everything works well until I get to 1h 50min (but the video was intentionally big).

But I'd still be glad to find other resources or articles talking about the issue.

like image 189
franzlorenzon Avatar answered Oct 01 '22 03:10

franzlorenzon