-
Notifications
You must be signed in to change notification settings - Fork 86
Error on ending cast #60
Comments
I have the same issue did you find any solution? |
Hi, i started using another plugin that solved the issue. |
a plugin working with video.js |
yes the one of silverline |
thanks a lot. |
I am having the same issue. And I think the reason is that inonStopAppSuccess() this.player_.options_['sources'] is an empty array. If changing this line to
it works, but this is a bit of a workaround, and Id like to understand why this happens. So on loadTech it passes in and
Could this be why the source played is not set to options_.source and then not passed back when ending the cast session? |
Hello,
When ending cast we have an error no media found.
We are casting using HLS stream.
player erro player.error()r
MediaError {code: 4, message: "No compatible source was found for this media."}
code
:
4
message
:
"No compatible source was found for this media."
proto
:
Object
Regards,
The text was updated successfully, but these errors were encountered: