You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When programmatically dispatching PLAYER_INIT, I would have expected to be able to pass an URL instead of a configuration object, just like when using podlovePlayer().
But instead, I end up with the player showing "Fehlende Medien Dateien | Die zur Verfügung gestellte Konfiguration ist fehlerhaft. Ohne Mediendateien kann der Player nichts abspielen.".
It seems kind of counter-intuitive that I have to fetch the config myself and pass it to the player, when the player already has the built-in functionality to do so.
The text was updated successfully, but these errors were encountered:
Conceptually web-player and player are two separate applications. The web-player parses the initial configuration, fetching references to chapters and transcripts and finally joins it with the additional config (references, base href, ...). Creating the configuration for the player is therefore not part of the core store.
When programmatically dispatching
PLAYER_INIT
, I would have expected to be able to pass an URL instead of a configuration object, just like when usingpodlovePlayer()
.But instead, I end up with the player showing "Fehlende Medien Dateien | Die zur Verfügung gestellte Konfiguration ist fehlerhaft. Ohne Mediendateien kann der Player nichts abspielen.".
It seems kind of counter-intuitive that I have to fetch the config myself and pass it to the player, when the player already has the built-in functionality to do so.
The text was updated successfully, but these errors were encountered: