balvinderz / video_player_web_hls

Supports hls on chrome and other browsers.
BSD 3-Clause "New" or "Revised" License
52 stars 60 forks source link

WEB - Azure URL links are different #20

Closed milodude closed 1 year ago

milodude commented 2 years ago

I have gone through the example link an everything went fine. I have created a stream in Azure services and I have been given several options but none of them are suitable to the example in hand. I'm not an expert in video streaming but was wondering how this could be achieved.

hls : https://gnmservicerecording-usea.streaming.media.azure.net/f1b83d9e-e09f-4bc8-a6bb-21b232ea058b/174939a2-0ac8-405f-b0ef-b34429c2bac3.ism/manifest(format=m3u8-aapl)

DASH: https://gnmservicerecording-usea.streaming.media.azure.net/f1b83d9e-e09f-4bc8-a6bb-21b232ea058b/174939a2-0ac8-405f-b0ef-b34429c2bac3.ism/manifest(format=mpd-time-csf)

smoothstreaming: https://gnmservicerecording-usea.streaming.media.azure.net/f1b83d9e-e09f-4bc8-a6bb-21b232ea058b/174939a2-0ac8-405f-b0ef-b34429c2bac3.ism/manifest

None of them are working and I'm getting this error

image

I have also added the script tag before the head in the index.html. If I use the smoothStreaming url in this link I can see that the format it is supported https://ampdemo.azureedge.net/?url=https%3A%2F%2Fgnmservicerecording-usea.streaming.media.azure.net%2Ff1b83d9e-e09f-4bc8-a6bb-21b232ea058b%2F174939a2-0ac8-405f-b0ef-b34429c2bac3.ism%2Fmanifest

Any advice or help will be much appreciated.

balvinderz commented 2 years ago

You can check if a link is playable by this plugin here: https://hls-js.netlify.app/demo/

I tried the hls link that you provided and the hls.js player got this error. image

balvinderz commented 2 years ago

This type of video will require this https://ampdemo.azureedge.net/

i will try to integrate this type of video player and create a branch for you to use.

milodude commented 2 years ago

This type of video will require this https://ampdemo.azureedge.net/

i will try to integrate this type of video player and create a branch for you to use.

Hello, I have talked to my PM and he has agreed for me to search for a way to fix this issue. They are willing to pay for your work in order to push these changes in. Would you be interested in make these changes? If so I would appreciate if you contact me and send me a budget estimation. Thanks in advanced.

balvinderz commented 2 years ago

I have sent you an email on the email that is given in your github id @milodude

balvinderz commented 1 year ago

Closing because this is inactive for a long time.