I\'m trying to live stream H.264 content to HTML5 using the media source extensions API.
The following method works pretty well:
As far as I understand your solution you are not streaming but progressively downloading a single MP4 file. Am I understanding that correctly?
I recently started the RTP2DASH project to do real DASH live streaming from a RTP datasource. It is still very 'alpha' but it should be easily adoptable for simple usecases.