Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Media Service MSS doesn't work on iOS & Mac Safari #7509

Closed
pvelm001 opened this issue Oct 26, 2024 · 0 comments · Fixed by #7517
Closed

Azure Media Service MSS doesn't work on iOS & Mac Safari #7509

pvelm001 opened this issue Oct 26, 2024 · 0 comments · Fixed by #7517
Assignees
Labels
browser: Safari Issues affecting Safari or WebKit derivatives component: MSS The issue involves Microsoft Smooth Streaming manifest format priority: P2 Smaller impact or easy workaround type: bug Something isn't working correctly
Milestone

Comments

@pvelm001
Copy link

Have you read the FAQ and checked for duplicate open issues?
Yes

If the problem is related to FairPlay, have you read the tutorial?

N/A

What version of Shaka Player are you using?

4.11.10

Can you reproduce the issue with our latest release version?
Yes

Can you reproduce the issue with the latest code from main?
Yes

Are you using the demo app or your own custom app?
I have tried in both. I can reproduce the issue in both implementations

If custom app, can you reproduce the issue using our demo app?
Yes

What browser and OS are you using?
Safari Mac OSX 14.5 (23F79)
Safari iOS 18.0.1

For embedded devices (smart TVs, etc.), what model and firmware version are you using?
N/A

What are the manifest and license server URIs?

https://universalstore.streaming.mediaservices.windows.net/30fb1348-fa2b-4749-a7ab-f472194e0d7e/fb6cddcf-d52c-4a6c-ac63-4d104d58.ism/manifest
https://universalstore.streaming.mediaservices.windows.net/ef30bfa6-c6e0-4007-b9d9-b8b4616af3b8/10c70f71-17f5-46ec-aa1b-b3023ce3.ism/manifest
https://universalstore.streaming.mediaservices.windows.net/8b1ee0d1-3da9-449d-a3a9-37cb5f4d7bd6/5fa62a62-a291-436f-b3eb-5d959d05.ism/manifest

What configuration are you using? What is the output of player.getNonDefaultConfiguration()?

{}

What did you do?

What did you expect to happen?
The player should play the whole video

What actually happened?

Following the issue: 7483, the AMS manifests are working now on Windows & Edge browsers. However, we are still unable to play the videos on iOS & Mac Safari browsers.

There is no detailed error message getting logged from shaka on demo-app and we do not see any outgoing Fragment API requests to AMS.

Note that AMS manifest(s) works on Safari devices on dash.js - MSS but not on shaka player.

shaka-ios-screen-recording.mp4

Are you planning send a PR to fix it?
No

@pvelm001 pvelm001 added the type: bug Something isn't working correctly label Oct 26, 2024
@shaka-bot shaka-bot added this to the v4.12 milestone Oct 26, 2024
@avelad avelad added component: MSS The issue involves Microsoft Smooth Streaming manifest format priority: P2 Smaller impact or easy workaround labels Oct 28, 2024
@avelad avelad added the browser: Safari Issues affecting Safari or WebKit derivatives label Oct 28, 2024
@avelad avelad self-assigned this Oct 28, 2024
avelad added a commit that referenced this issue Oct 29, 2024
With this change, no default flags are used. It seems that when a sample
has to use the default flags, in Safari, it can cause problems with MSS.
With HLS this does not happen.

Fixes #7509
avelad added a commit that referenced this issue Nov 12, 2024
With this change, no default flags are used. It seems that when a sample
has to use the default flags, in Safari, it can cause problems with MSS.
With HLS this does not happen.

Fixes #7509
avelad added a commit that referenced this issue Nov 12, 2024
With this change, no default flags are used. It seems that when a sample
has to use the default flags, in Safari, it can cause problems with MSS.
With HLS this does not happen.

Fixes #7509
joeyparrish pushed a commit that referenced this issue Nov 12, 2024
With this change, no default flags are used. It seems that when a sample
has to use the default flags, in Safari, it can cause problems with MSS.
With HLS this does not happen.

Fixes #7509
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser: Safari Issues affecting Safari or WebKit derivatives component: MSS The issue involves Microsoft Smooth Streaming manifest format priority: P2 Smaller impact or easy workaround type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants