Search results

  1. Max

    Click to call attacks prevention

    Hello There is no protection system out of the box. You can implement a kind of protection using REST Hooks. With the REST Hooks, each call and each websocket connection to WCS server will do REST HTTP request to be approved by your back-end. Here you can see authorization example...
  2. Max

    Рассыпается видео

    Добрый день. Видео рассыпается от пользователя, публикующего поток либо у отдельных зрителей, которые этот поток смотрят? Если видео портит публикующий, то все зрители будут получать рассыпающуюся картинку. Если видео портится при доставке зрителю, будут проблемы только у отдельных...
  3. Max

    GoPro и latency

    Подскажите, в OBS есть встроенный RTMP плеер? Если это так, то поток отправляется по RTMP на сервер и играется по RTMP с сервера. Это вносит задержку в 3-4 секунды. Попробуйте проиграть поток WebRTC плеером. Будет ли там такая задержка?
  4. Max

    Качество звука

    В примере Media Devices можно отдельно выбрать источник звука и камеру для вещания из устройств, предоставляемых браузеру системой. Таким образом, можно захватить видео с GoPro и звук из файла при помощи ManyCam или XSplit и указать виртуальные микрофон и камеру как источники WebRTC-трансляции.
  5. Max

    Twilio Video Integration

    Good day. You can capture a participant video displayed on client page from corresponding video element as described here https://docs.flashphoner.com/display/WCS52EN/From+an+HTML5+Canvas+element+%28whiteboard%29+in+a+browser+via+WebRTC Then, you can broadcast the captured video stream as RTMP...
  6. Max

    rtmp republishing, possible bug

    Good day. We reproduced the issue and raised ticket WCS-2645 to fix it. Thank you for noticing this.
  7. Max

    WCS OAM init_tsdb sql error

    Добрый день. Да, init_tsdb.sh должен быть вызван до запуска WCS OAM, это описано в документации: сначала идет настройка, затем запуск [URL unfurl="true"]https://docs.flashphoner.com/pages/viewpage.action?pageId=14254224[/URL] Готовый docker образ у нас есть только для WCS. Для запуска OAM в...
  8. Max

    Get stream name from conference or two-way videochat

    In the Conference example, room name is generated here, and it can be passed as URL query parameter: https://WCS:8444/client2/examples/demo/streaming/conference/conference.html?roomName=room1 The name for a stream published by a participant is generated here. and it can be changed by changing...
  9. Max

    Качество звука

    Уточните, пожалуйста, как захватывался звук. Попробуйте без захвата экрана, из примера Media Devices. Для захвата видео от GoPro можно как камеру для публикации использовать, например, XSplit Broadcaster.
  10. Max

    Screen Sharing throws errors in log

    WCS-1206 issue (redundant messages in server log when sharing screen) has been fixed in WCS v. 5.2.586.
  11. Max

    chrome screensharing very bad quality

    WCS-1206 issue (redundant messages in server log when sharing screen) has been fixed in WCS v. 5.2.586.
  12. Max

    about screensharing extension

    WCS-1206 issue (redundant messages in server log when sharing screen) has been fixed in WCS v. 5.2.586.
  13. Max

    Возможна ли пошаговая запись потока.

    Запись можно делать последовательно. Для этого используются REST запросы: /rest-api/stream/startRecording /rest-api/stream/stopRecording...
  14. Max

    Mixer Layout Stream Labeling

    Hello Currently we don't have IDE for server-side development. In fact it is core Java development and you can use any IDE, i.e. Eclipse or IntelliJ IDEA. Perhaps we will record a short screen-cast lesson how to use IDE for Mixer Layout extension. We will write to this thread once it is complete.
  15. Max

    Get stream name from conference or two-way videochat

    Hello You can use REST API /rest-api/stream/find_all /rest-api/stream/find https://docs.flashphoner.com/display/WCS52EN/Examples
  16. Max

    Не публикуется видео поток

    Добрый день. Да, в Safari поддержка DTLS 1.0 отключена полностью. Начиная со сборки 5.2.546, можно указывать шаблон User-Agent для браузеров, которые не поддерживают DTLS 1.2, как описано здесь https://docs.flashphoner.com/pages/viewpage.action?pageId=14256010
  17. Max

    Project settings for xCode 11 and higher

    Good day. This instruction https://docs.flashphoner.com/display/IOSSDK2EN/How+to+build+examples+using+Xcode+10+and+higher works for XCode 11.3.1
  18. Max

    iOS SDK - Creating FPWCSApi2Stream

    Good day. This is probably WebRTC library issue. We raised internal ticket WCS-2641, but this is not high priority issue. Anyway, streaming from application is working.
  19. Max

    Mixer Layout Stream Labeling

    Good day. Currently, the mixer does not support any text labelling. We working on new realtime mixer implementation (ticket WCS-2635) which will allow this. As workaround, you can try to use custom mixer layout as described here Another option is to use RoomApi without stream mixing which is...
  20. Max

    backup Stream ( is it possible incoming 2 stream to broadcast )

    Good day. You can use REST API to do this: 1. Pull the stream using REST query /rtsp/startup { "uri":"rtsp://myserver.com/live/myStream", "toStream": "myRTSPstream" } 2. Check if stream is captured successfully using REST query /rtsp/find_all 3. If the stream is not captured, pull the backup...
Top