Все переводы

Материал из SmartPlayer

Введите имя сообщения для показа всех доступных переводов.

Сообщение

Найдено 2 перевода.

СообщениеТекущий текст
 ист. английский (en)== Situation Description == 
This page allows potential partners to connect and integrate into the SmartPlayer platform, as well as configure the ability to manage content using external events for broadcasts. By utilizing this functionality, the user can create more interactive and engaging broadcasts tailored to their needs.
== Action Algorithm == 
=== Integration with the Server Application === 
'''Server Application Preparation:'''
* Create a personal account on the required server application. When creating the account, set the role to "admin" with video analytics enabled.
* Manually create a broadcast in the personal account and set up transitions for the necessary content and event values (actions for the events). 
'''Programmatic Part:'''
* When implementing the programmatic part, use "''socket.io v.2''." This solution is available at [https://socket.io/ this link].<br> 
''Personal Account:''
* Interaction with the personal account occurs via the protocols: ''http(s)'' and ''webSocket''. Information about "''socket.io v.2''" is provided above.<br> 
''Protocol Information:''
* restApi – used in most cases for authentication and file operations.
* Socket.io – used by most methods for interacting with the personal account. 
''Authorization:''
* Information about obtaining the necessary tokens is available at [https://dev.smartplayer.org/api-page/pages/1 this link].
* Information on proper configuration for "join" is available at [https://dev.smartplayer.org/api-page/events/28 this link]. 
'''Fetching a Broadcast:'''
* Using a specific event, you can retrieve a list of broadcasts. Information on retrieving the event is available at [https://dev.smartplayer.org/api-page/events/367 this link].<br> 
After receiving the data, you will need to select the desired event. From this object, take the ID, which will be used in the event described below.<br> 
'''Sending a Response Event:'''
* The next step is to send another event, available at [https://dev.smartplayer.org/api-page/events/367 this link], with the necessary parameters.<br> An event with the correct parameters should switch pages in the broadcast schedule.
 ист. русский (ru)== '''Описание ситуации ''' ==
Данная страница позволит потенциальным партнёрам подключиться и интегрироваться в платформу SmartPlayer, а также настроить возможность управлять контентом используя внешние события для трансляции. Используя данную функциональность, пользователь сможет настраивать под свои нужды более интерактивные и интересные трансляции.
== '''Алгоритм действия ''' ==
=== '''Интеграция с серверным приложением''' ===
'''Подготовка серверного приложения:'''
* Создать личный кабинет на нужном серверном приложении. При создании личного кабинета необходимо выставить роль - "admin" с видеоаналитикой
* Вручную создать трансляцию в личном кабинете и настроить переходы для нужного контента и значениями событий (действиями для событий)
'''Программная часть:'''
* При реализации программной части необходимо использовать "''socket.io v.2''". Данное решение доступно по [https://socket.io/ ссылке]<br>
''Личный кабинет:''
*Взаимодействие с личным кабинетом происходит по протоколу: ''http(s)'' и ''webSocket''. Информация о "''socket.io v.2''" указана выше.<br>
''Информация по протоколам:''
* restApi - используется в большинстве случаев для авторизации и работы с файлами
* Socket.io - используется большинством методов для работы с личным кабинетом
''Авторизация:''
* Информация о получении необходимых токенов можно получить по [https://dev.smartplayer.org/api-page/pages/1 ссылке]
* Информация о корректной настройки для "join" можно получить по  [https://dev.smartplayer.org/api-page/events/28 ссылке]
'''Получение трансляции:'''
* С помощью определенного события можно  получить список трансляций. Информация о получении события доступна по [https://dev.smartplayer.org/api-page/events/367 ссылке]. <br>
После получения данных необходимо будет выбрать нужное событие. У этого объекта необходимо взять ID, который будет подставлен в событие, описанное ниже.<br>
'''Отправка ответного события:'''
* Следующим шагом отправляется другое событие, доступное по [https://dev.smartplayer.org/api-page/events/367 ссылке], с нужными параметрами.<br>
Событие с правильными параметрами должно переключать страницы в эфирной сетке.