HTML5 video stream arrayBuffer
Asked Answered
A

0

9

Server sends video as arrayBuffers and streams them to client using websockets. On the client side i receive arrayBuffers in real time. So, is there any way to launch video stream using these arrayBuffers via HTML5 video tag?

Example of arrayBuffer:

enter image description here

Allegory answered 31/5, 2018 at 13:31 Comment(6)
developer.mozilla.org/en-US/docs/Web/API/MediaSourceMikesell
It is not working with media source am receiving unfragmented mp4 in chrome:media-intervals.Jeconiah
did you figure this out yet?Moya
@SahithVibudhi i'm sorry for late response, but no, i haven't figured outAllegory
I could not make it work with media-source. I ended up updating source object on every new buffer reception with new URL.createObjectURL()Moya
Have you got the solution yet? I'm now facing this problem.Calore

© 2022 - 2024 — McMap. All rights reserved.