Advanced Integration
Adding a Player with GlobalID
Besides the classic Integration with STREAMTYPE
and MEDIA-ID
, you can also integrate a Player with a GlobalID, which does not need a STREAMTYPE
anymore.
Adding a Player with Remote Content
Although nexxPLAY only plays Content, that exists with nexxOMNIA, it is possible to play Video (and Audio), that is managed outside of nexxOMNIA by Partner Companies.
Adding a Player with AutoContent
In most Cases, the Frontend define exactly, which IDs of Video/Audio/Scene... shall appear where on which Page. For optimal Control, this is the classic and intended Way to implement to nexxPLAY.
Nevertheless, there may be Scenarios, where the Domain does not fully care, which Media exactly shall appear where. Instead, they want to stream Media from its Content Pool defined by a Topic/Keywords or the Page itself.
To handle these Cases, nexxPLAY can be started in an "autoContent" Mode, which can be started like the following:
You define the target Container, the Streamtype and the Player Configuration exactly as always. Instead of a MEDIA-ID
, a _play.ContentConfiguration
Object is given, which handles various Usecases.
You can set the following Object Keys for Control:
Key
Description
titletag
the Container ID, HTML Object or HTML Tag Name of a Page Element, which contains Information about the Title
subtitletag
the Container ID, HTML Object or HTML Tag Name of a Page Element, which contains Information about the Subtitle
contenttag
the Container ID, HTML Object or HTML Tag Name of a Page Element, which contains Information about the Content
keywords
a free List of manual Keywords - if this is set, the Content will be found by this Keywords and all other Tags are ignored.
language
(optional, 2-Letter Language Code) if not given, the Player Language will be used
channel
(optional, Channel ID) if given, Contents will be searched for only in the given Channel
format
(optional, Format ID) if given, Contents will be searched for only in the given Format
limit
if a "Playlist/Video List/Audio List..." is wanted, enter the maximal Amount of Items here
Last updated