Live streaming dash content using mp4box

前端 未结 2 1532
醉酒成梦
醉酒成梦 2020-12-01 04:16

I\'m trying to live stream H.264 content to HTML5 using the media source extensions API.

The following method works pretty well:

2条回答
  •  -上瘾入骨i
    2020-12-01 04:37

    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.

提交回复
热议问题