{% extends "base.html" %} {% block title %}Telerising API{% endblock %} {% block content %}
Your setup
{% for item in accounts.keys() %}Login: {{accounts[item]['login']}}
Account type: {{availability[item]['info']['type']}}
Live TV{% if availability[item]['availability']['live_mode'] == 'pvr' %} (via PVR){% endif %}
Recordings
Video on Demand
MESSAGE
Setup your M3U playlist and copy/paste its URL.
Please manage your account settings and information.
{% if not accounts[item]['no_auth'] and accounts[item]['refresh_token'] %}Session
{% if info[item]["login_type"] == "email_pw_code" %} {% endif %}Update your account token to keep the access to your streams.
{% endif %} {% if not accounts[item]['no_auth'] and not accounts[item]['refresh_token'] %}Account password
Update your account password to keep the access to your streams.
{% if info[item]["pin_required"] %}Youth protection PIN
{% if accounts[item]['yp_code'] != "" %} {% else %} {% endif %}Please enter the youth protection PIN received by the provider to access restricted contents.
{% endif %} {% endif %}Remove provider setup from API
Delete the provider instance permanently. This process cannot be made undone! Click the button 5x to continue.
MESSAGE
Please select the additional parameters to be considered by your API server.
{% if info[item]["server_selectable"] %}Zattoo Server
Choose a specific TV server for streaming.
{% endif %}API protection code
{% if accounts[item]['api_code'] != "" %} {% else %} {% endif %}Protect the access to the API by using an additional code as query string in URL.
Initial channel number
{% if accounts[item]['chnum_start'] != "" %} {% else %} {% endif %}Select the first channel number to be used in your playlist.
MESSAGE
Please choose the default settings your API server should use to provide the streams.
*The availability of video/audio profiles depends on your subscription and the selected manifest type.
Manifest type
Max. Quality
Audio 1
Audio 2
ERROR
Change the general API settings (file/access links and provider setup).
Add new provider to API setup
Advanced M3U settings
Custom IP address / domain path
Edit the web address/port mentioned in the M3U playlists. Example: "http://192.168.1.1:5000"
Custom ffmpeg binary path
Edit the ffmpeg binary path to be mentioned in the M3U playlists. Example: "/usr/bin/ffmpeg"
Cross-Origin Resource Sharing
Allow foreign websites to embed your Live TV streams (disabled by default).
Custom API port
Select a custom port to be used to access the API (without routing). The server needs to be restarted manually.
ERROR