rest api

  1. R

    Блокировка пользователя общего потока

    Добрый день, как можно реализовать блокировку пользователя , который слушает общий миксер поток. Забанили пользователя, он подключается, срабатывает webhook на сервер, как можно сделать чтобы мы могли отличать одного пользователя от другого?
  2. Dani

    calling https://myserveraddress:8444/rest-api/push/terminate gives an error

    exception "java.lang.NullPointerException" path "/rest-api/push/terminate" error "Internal Server Error" message null timestamp 1611119681055 status 500
  3. P

    Get recorded files list through API

    Hi, I recorded several streams to .mp4 files from iOS client. As I understand files located in dir WCS_HOME/records (client/records) Is it possible to get file lists using REST API? I tested the method '/recorder/find_all' but it returns only streams that are recording at the moment and not...
  4. K

    Get record filename when using REST API

    Hello @Max , How can I get record filename in STREAM_STATUS.UNPUBLISHED callback if I started recording by calling REST method /stream/startRecording? In this case stream.getRecordInfo() returns null. And more general question: how can I get record file name if I started recording using...
  5. ttwin

    RTSP Proxy

    We have a requirement to implement RTSP camera proxy (Play RTSP input camera using RTSP player like VLC, Quick Time, etc,). We use "/rtsp/startup" API to start RTSP stream and we can play RTSP input stream using Flashphoner player using WebRTC, RTMP,. etc but RTSP player such as VLC cannot play...
  6. M

    Malformed response headers

    Hi, My Origin and edge servers are behind AWS Load balancers respectively. Whenever there is a 200 response from WCS server, the Load balancer returns response witn 200 HTTP code. But when the WCS server returns 404 or 401, then the Load balancer returns 502 or 503 respectively which means LB...
  7. M

    Modify 404 response from REST API

    Hi, I used this API (rest-api/cdn/show_routes) to get the streams active in CDN. If the streams are active , it returns 200 response when there are no streams in CDN 404 response is returned. The actual issues come here when I am using AWS Loadbalancer to call this API. When 200 response is...
  8. burak guder

    is it possible Screen sharing to rtmp re-stream ?

    Hi FlashPhoner is it possible to send screen sharing to rtmp server? can you offering sample code ? tnx
  9. M

    400 BadRequest with RestAPI

    Hi, I am trying to access the REST API (https://docs.flashphoner.com/display/WCS5EN/API+overview) in http port 8081 and I am always getting 400 Bad Request as a response. Do I need to configure anything additionally?
  10. D

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

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

    Переключение трэков MediaStream при трансляции WebRTC потока как RTMP

    Добрый день. Стоит довольно интересная задача, с которой пока не удалось справиться полностью. Опишу сначала сетап, а потом вопросы. Текста многовато, заранее прошу прощения. Пытаемся заимплеменитить своеобразную видео студию онлайн. На клиентской стороне мы получаем активные WebRTC стримы...
Top