Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

No events when streaming without manifest #2

Open
snobu opened this issue May 31, 2017 · 0 comments
Open

No events when streaming without manifest #2

snobu opened this issue May 31, 2017 · 0 comments

Comments

@snobu
Copy link

snobu commented May 31, 2017

Looks like it won't fire events if the content isn't served by the Media Services streaming endpoint.
I'm using AMP v2.1.0 (https://amp.azure.net/libs/amp/2.1.0/azuremediaplayer.min.js)

e.g. This produces nothing:

myPlayer.src([
    {
        src: "//ams1stor.blob.core.windows.net/asset-86509aa2-af36-4933-908b-3a61f5040573/Thievery%20Corporation%20-%20Forgotten_640x360_900.mp4",
        type: "video/mp4"
    },
]);

Network tab:

image

Streaming from Media Services with a manifest (same manifest URL example.html uses):

image

Is this by design or a bug?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant