AWS IVS Player and JWPlayer

0

I integrated the jwplayer with my the IVS player and everything works fine. I push to prod, all good. I can make changes and still good.

I don't touch the project for a couple of days, no code changes at all, neither local nor prod player will play the test IVS test video, I get a 404 from live-video.net that the playlist can't be found. Yet it's the AWS IVS test video they run to test against. No changes have been made at all to the code.

This has happened a couple of times now. I'm able to remove the jwplayer integration and it works again. But I'd like to use the jwplayer.

Anyone else experience this? This is getting frustrating. Thanks.

andrew
gefragt vor 2 Jahren208 Aufrufe
2 Antworten
0

Hi Andrew, The error code you have received is indeed due to the playback URL being incorrect per (https://aws.github.io/amazon-ivs-player-docs/1.12.0/web/interfaces/playererror.html). If the behaviour still persists,

  1. could you kindly cross-check there isn't any typo or spacing at the start/end of the URL,
  2. or check the behaviour is reproducible using https://debug.ivsdemos.com/
  3. or if you're comfortable to share the code snippet of the player, to reproduce from my side.
AWS
beantwortet vor 2 Jahren
0

Thank you for the reply, but the solution is embarrassingly simple: check to see if that stream is even available. The test stream was down for at least a day and a half, I finally tried to get it on other code samples and same issue on those. I just assumed it was the integration :facepalm. The stream is back now. *I am the original poster, not sure why I have different accounts.

beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen