Search results

  1. Max

    Can you please link ticket WCS-2753 to my account

    Good day. Please deploy sample CDN of 1 Origin and autoscaling group of Edges as described in doc attached. If any problem occurs while deploying please ask here. If this cannot be resolved please provide us access to your Google Cloud console to support@flashphoner.com, we will deploy for you...
  2. Max

    New to this, trying to stream my RTSP network feed.

    Good day. You should switch to non-interleaved mode only if stream cannot be played as interleaved. This is another case, the stream rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov is played as interleaved. Please check if you set up security group for AWS instance correctly If...
  3. Max

    v5.2 monitoring

    Good day. It is released. Please see this doc. We also recommend to use Prometheus and REST API to monitor stream parameters, this solution is preferrable under high load.
  4. Max

    Перестали рабоать стримы

    Добрый день. На текущий момент стриминг на демо сервере работает Поясните, пожалуйста, что конкретно не работает: - подключение к демо серверу - публикация - воспроизведение - ретрансляция Если проблема воспроизводится на Вашем сервере, соберите логи по этой инструкции и вышлите, используя эту...
  5. Max

    Optimal cloud instance

    Good day. Usually, RTSP streams are published using H264 video codec, so only audio should be transcoded (or resampled) for recording. Please check the server statistics page http://wcs:8081/?action=stat. In "Native resource" and "Transcoding stats" sections you can see if video transcoding is...
  6. Max

    Modify 404 response from REST API

    Good day WCS returns proper HHTP headers for 404 response, for example In the thread you mentioned there are no any recommedations about headers which should be included. Now, we working on REST API CORS support issues in ticket WCS-2591. This will add settings to define CORS headers. Maybe it...
  7. Max

    Digital Ocean - Floating IP

    A little clarification. Please set ip = {network card ip} ip_local ={network card ip} (if you're using marketplace image these parameters are set by default) Server should work. It is not recommended to set {floating ip} to server settings because floating IP feature is intended to quick...
  8. Max

    Cannot start webcallcenter service on Fedora 31 64bits

    We tested latest WCS build on Fedora 31 Server (installation image was downloaded from official site) with JDK 1.8.0_252. It works: H264 to VP8 and vice versa transcoding also seems to be working. So please try WCS clean install on Fedora 31 Server clean install. If problem persists, please...
  9. Max

    Cannot start webcallcenter service on Fedora 31 64bits

    Please check if error***.log file is created in /usr/local/FlashphonerWebCallServer/logs folder. If yes, please attach it. Also please check glibc version, it should be 2.14 or later. We have not tested WCS on Fedora yet, raised the ticket WCS-2788 to check this. As workaround, please use Centos...
  10. Max

    Video streams are not recording

    /rest-api/stream/find
  11. Max

    Call Kit and Flashphoner

    Hello You would need to use push notifications. This is how it works. 1. User has established Websocket connection to the server. 2. User locked his device. Connection closed. 4. User received push notification. 5. User pressed 'Answer'. 6. User has established a new connection and start...
  12. Max

    Digital Ocean - Floating IP

    Hello You can't set ip_local to floating IP because ip_local is an address of physical or virtual network card and WCS will try to bind port on this address. So you will always getting errors binding to floating IP. Possible working configuration: ip = {floating ip} ip_local ={network card ip}...
  13. Max

    Cannot start webcallcenter service on Fedora 31 64bits

    Hello, What version of Java is installed? For more information, please try launching WCS in standalone mode: /usr/local/FlashphonerWebCallServer/bin/webcallserver start standalone
  14. Max

    Не воспроизводится видеопоток в Safari

    https://appr.tc/ тоже не запрашивает доступ к камере и микрофону? По-видимому, c Safari может быть проблема с доступом к устройствам (здесь аналогичный вопрос).
  15. Max

    can't ingest RTSP stream

    Hello, WCS build with fix for WCS-2780 - 5.2.685. The problem with SDP parsing was due to invalid value of profile-level-id (profile-level-id=0).
  16. Max

    WebRTC as RTMP re-publishing What is the CPU usage rate

    Good day. If you plan to just republish incoming WebRTC streams as RTMP to third party servers, without any subscribers, you should consider at least two servers for publishing. It should be at least 64 CPU cores and at lease 64 Gb RAM. You can also place server instances behind a load balancer...
  17. Max

    Digital Ocean - Floating IP

    Good day. Please make sure that main (external) VM IP is set to ip and ip_local. For example, we deployed test VM based on our DO marketplace image: ipv4: 138.*.*.* Floating IP: 104.*.*.* and publishing works perfectly without any errors in server log with default settings ip...
  18. Max

    Call Kit and Flashphoner

    Good day. Yes Flashphoner SDK provides WebRTC streaming tools only. Even for SIP calls, it is WebRTC under the hood, SIP leg works on server side. So you can try to integrate TwoWayStreaming example with Call Kit as Skype developers do with their own code.
  19. Max

    MCU - Blurred Image

    Please make sure you have provided stream name or mediaSessionId as query parameter, for example curl -H "Content-Type: application/json" -X POST http://wcs:8081/rest-api/stream/metrics -d '{"name":"test"}' Please also add the following settings mixer_display_stream_name=true...
  20. Max

    Add delay to player

    On demo.flashphoner.com, the default settings are used: rtmp_transponder_stream_name_prefix =rtmp_ rtmp_transponder_full_url=false When you enable rtmp_transponder_full_url=true, the stream name is taken from publishing URL as is. That's the difference. If you're streaming audio only (that's...
Top