forked from modx-pro/Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For the Sterc narrowcasting package.
1 parent
dd880c4
commit 65d64e9
Showing
1 changed file
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
### Permissions | ||
|
||
The following permissions are added on installation, make sure you add this permissions to the correct policy templates. | ||
|
||
|Permission|Description| | ||
|--- |--- | | ||
|narrowcasting|With this policy you can manage slides, broadcasts and media players.| | ||
|narrowcasting_settings|With this policy you can manage slides, broadcasts, media players and slide types.| | ||
|
||
### System settings | ||
|
||
The following system settings are added on installation. | ||
|
||
|Setting|Description| | ||
|--- |--- | | ||
|narrowcasting.context|The key of the Digital Signage context.| | ||
|narrowcasting.export_resource|The ID of `Home` resource within the Digital Signage context.| | ||
|narrowcasting.request_resource|The ID of `Export` resource within the Digital Signage context.| | ||
|narrowcasting.templates|Comma delimited list of Digital Signage templates.| | ||
|narrowcasting.auto_create_sync|Automatically synchronize when no data is available.| | ||
|narrowcasting.media_source|The media source that is used for media files.| | ||
|narrowcasting.request_param_broadcast|GET-parameter to identify the broadcast.| | ||
|narrowcasting.request_param_player|GET-parameter to identify the player.| | ||
|
||
### Resources | ||
|
||
You can find the following resources in the Digital Signage context. | ||
|
||
|Resource|Output after installation| | ||
|--- |--- | | ||
|Home|{"status":400,"message":"No player found with the key ''."}| | ||
|Export|{"slides":[]}| | ||
|
||
### Assets | ||
|
||
You can find the CSS and Javascript assets within the `narrowcasting` folder in the root. | ||
|
||
### Creating your first broadcast | ||
|
||
1. Create a player within the Digital Signage component. Example: | ||
|
||
1. **Name**: Hall | ||
|
||
2. **Description**: Screen in the hall | ||
|
||
3. **Resolution**: 1920x1080 | ||
|
||
4. **Type**: Television (not mandatory and can be whatever you want) | ||
|
||
2. Create slide(s) within in the `Slides` tab. | ||
|
||
3. Create a broadcast within in the `Broadcasts` tab. Example: | ||
|
||
5. **Name**: General | ||
|
||
6. **Description**: General broadcast for every workday. | ||
|
||
7. **Template**: Narrowcasting | ||
|
||
8. **Ticker URL**: [https://www.nu.nl/rss/Algemeen](https://www.nu.nl/rss/Algemeen) (a RSS feed URL) | ||
|
||
4. Connect slides to your broadcast by right clicking the broadcast in the `Broadcasts` tab. | ||
|
||
5. Schedule your broadcast on the media player by right clicking the media player in the `Players` tab. | ||
|
||
6. Right click the media player and press `View player` to retrieve the player URL. | ||
|