data exchange

  1. G

    rest-api/data/send - возвращает 500 "Internal Server Error"

    При попытке отправить data/send приходит 500 ошибка, причем работает через раз. Иногда нормально отправляется и приходит статус 200, а иногда приходит 500 data = { "nodeId": "", "sessionId": session_id, "operationId": "", "payload": {"type": type, "value": data} } res =...
  2. R

    Backup Stream

    Hello! Its possible to configure a backup stream? For example, if HLS 1 failed on the middle of event, we automatic load HLS 2.
  3. S

    Best way to allow player to connect no matter what and then change stream content serverside?

    The use-case is this: - Clients should be able to connect ahead of time to a "meeting" (so we can see that the user is "ready") - Until the meeting starts we would like to be able to "push" video i.e. instructions, ads etc - When the meeting begins we want to connect another stream (i.e. 2-way...
  4. G

    ре-публикации WebRTC как RTMP в HTML5 страницу

    Добрый день. У меня вопрос по управлению ре-публикацией WebRTC как RTMP в HTML5 страницу Я установил у себя на сервере Web Call Server 5.2 Как я могу на своей веб странице создавать и управлять, проверять статус соединения, удалять поток для трансляции с помощью вашего rest api? Чтобы у себя...
  5. D

    session.sendData() не удается получить ответ

    Вечер добрый. Пытаюсь реализовать сигналлинг посредство REST хуков. Исходя из моего понимания документации, сложного там вроде ничего нету. Пока не добавлял свою имплементацию web-сервера. Судя по всему дефолтная имплементация EchoApp должна справиться с простейшим обменом статусами. Вот пару...
  6. A

    Playing Adverts into the stream

    Hi, I wanted to ask if there is any way to inject the audio only adverts into the stream? We have a voice only service which user subscribe to, we would like to play adverts where admin press a button and the advert is choose based on some business logic and it plays to the users who are...
Top