AppWebStream icon indicating copy to clipboard operation
AppWebStream copied to clipboard

Add ManagedMediaSource support for iOS compatibility

Open forderud opened this issue 1 year ago • 0 comments

Follow instructions on https://developer.apple.com/videos/play/wwdc2023/10122/ (15min into the movie) for how to add ManagedMediaSource support in JavaScript for iOS compatibility.

Subtasks:

  • [x] Create ManagedMediaSource instead of MediaSource if available (called on mac)
  • [ ] Implement source.onstartstreaming = async () => {...} event handler (never called)
  • [ ] Implement source.onendstreaming = async () => {...} event handler (never called)

It's possible to test with Safari on Mac to ease testing.

Links

forderud avatar Apr 30 '25 11:04 forderud