Hi, I want to compile ffmpeg to play some H.265 video on the web, i want to use fetch api(https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) in js layer to fetch the media data from my server and I can get a ReadableStream, but how can i get the data chunk from this stream? what's the best practice, or do i have a better solution?
BTW I've tried the native fetch api ,since the media file may be too big to load into memory, i must play it piece by piece. but the native fetch api couldn't implement a "data chunk stream", i have to give it up. Best wishes. Jiaozebo -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/d761b193-487a-4e5c-95ad-5aac0e67425dn%40googlegroups.com.
