Bug 269897
| Summary: | [MSE] NotSupportedError: The operation is not supported. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Component: | Media | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=232125 | ||
Jean-Yves Avenard [:jya]
In the test added in bug 232125
media/media-source/media-managedmse-poster.html
It fails on EWS simulator bots with :
```
RUN(sourceBuffer = source.addSourceBuffer(loader.type()))
NotSupportedError: The operation is not supported.
RUN(sourceBuffer.appendBuffer(loader.initSegment()))
EVENT(update)
```
it appears that mime type `"video/mp4; codecs=\"avc1.4d281e\""` on the simulator is rejected somehow.
The test works in a local build with iOS 17.4 simulator.
To be investigated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/123424407>