Инструменты пользователя

Инструменты сайта


tvip_key_server_installation

Различия

Здесь показаны различия между двумя версиями данной страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
Последняя версия Следующая версия справа и слева
tvip_key_server_installation [2018/04/20 16:32]
Egor Danilenko
tvip_key_server_installation [2018/08/14 12:46]
Egor Danilenko [Main steps:]
Строка 123: Строка 123:
  
 On TMS side you must configure CAS in Settings -> CAS servers On TMS side you must configure CAS in Settings -> CAS servers
 +
 +=== Flussonic channel configuration ===
 +If you wish encode channel you must add drm directive to channel declaration.
 +Channel encoding available only for hls streams, other streams must be disabled for security reasons.
 +<​code>​
 +stream examplechannel{
 +  ...
 +  ...
 +  hds off;
 +  rtmp off;
 +  rtsp off;
 +  dash off;
 +  mpegts off;
 +  drm aes128 keyserver=http://​keys.example.net/​cas-server;​
 +}
 +</​code>​
 +
 +=== TMS channel configuration ===
 +TMS require same channel name on flussonic and "​System name" in Channel entity. For example below that name is examplechannel. Other settings of CAS for channel is no needed.
 +
  
tvip_key_server_installation.txt · Последние изменения: 2020/02/28 09:19 — Egor Danilenko