Replies: 2 comments
-
Hi @sandervdv, Thanks for the feedback and glad you found the The best way to ensure Mux data is tracking everything and as a separate session is to install the Mux SDK in your custom receiver application. https://docs.mux.com/guides/data/monitor-chromecast However Mux player on its own will continue to track video playback events that are send from the receiver to sender (Mux player). Supporting custom Cast receivers with fallback mechanisms might be difficult at the moment with Mux player. |
Beta Was this translation helpful? Give feedback.
-
I heard of someone else doing this by over-riding the global variable for |
Beta Was this translation helpful? Give feedback.
-
Hi,
I managed to use a custom Google Cast Custom Web Receiver in combination with Mux Player in the following way:
Is it possible to provide a custom receiverApplicationId in Mux Player when using the default MediaCastButton? The above code is trigged by a custom button.
I also wonder how Mux Data is used in combination with Chrome Cast viewers, since the default receiver is used I assume Mux Data is not active within the Chrome Cast receiver? Are these viewers still tracked by Mux Data using Mux Player?
My end goal is to have a backup stream feature for when the primary stream fails, within Mux Player I can catch the ended event and switch playback-id. For Chrome Cast this will be much more difficult and I think I will need to build a custom receiver that can detect issues and switch to a backup stream. This will also require some custom exchange of data between the player and the receiver. Probably not easy to implement with Mux Player, as the extensibility seems to be limited. Any pointers would be helpful!
Thanks,
Sander
Beta Was this translation helpful? Give feedback.
All reactions