Search results

  1. Max

    Remove support for arm64 (VALID_ARCHS) to run on M1 mac models

    Now we're working on WebRTC library update in ticket WCS-3485 (low publish FPS in iOS 15.4.1 and 15.5). In this ticket, we also plan to resolve an embedded frameworks issue. Then, we plan to move all our frameworks (Objective C, Swift and modified WebRTC) to Cocoapods.
  2. Max

    RTSP stream failed

    We checked your report. Seems like the RTSP source does not support H264 codec with 90000 Hz sample rate: We see the following message in server log 10:22:15,704 ERROR MediaHandler - pool-50-thread-1 No supported codecs found! Here is the example of SDP form RTSP source supporting the...
  3. Max

    RTSP stream failed

    Good day. First, to play via unsecure connection, you must disable WebRTC switch, click Test button and then play the stream Also, seems like your stream can not be connected
  4. Max

    Permission issue when launching WCS service

    Hello You can't simply change port 8081 Please check this post https://forum.flashphoner.com/threads/wcs-service-getting-failed.14220/post-31314 If you do not change defaultApp URL via CLI, it won't work. >we have tried to change this port flashphoner properties config file and defined 1964...
  5. Max

    Poor video quality in mixer output

    Hello Make sure simple streams publishing and playing without issues https://demo.flashphoner.com/client2/examples/demo/streaming/media_devices_manager/media_device_manager.html This is MediaDevices sample. You can open the same sample on your host. Here you can publish and play stream on the...
  6. Max

    After upgrading flashphoner can't get it to work

    That's because systemctl can't find the pid file to monitor. This is not the error, but if you prefer to fix this, do the following: 1. Open the file /etc/systemd/system/webcallserver.service sudo nano /etc/systemd/system/webcallserver.service 2. Change the parameter...
  7. Max

    Комплексные неполадки при трансляции

    В последнем предоставленном Вами рапорте на поток, указанный, как проблемный 7446jg7PQNcq9PddKG4, успел подписаться только один edge edge1, причем логи с него относятся к более раннему времени (7:00-7:59, а проблемный поток публиковался в 8:32-8:43 по времени из логов origin). Поэтому все, что...
  8. Max

    Комплексные неполадки при трансляции

    Есть два типа логов на стороне сервера. - глобальные (логгируют события сервера без привязки к конкретной сессии) - клиентские (или Extended, логируют события, привязанные к конкретной сессии) Extended-логи могут быть включены для всех сессий, с помощью настроек: enable_extended_logging=true...
  9. Max

    Permission issue when launching WCS service

    1. Stop WCS server. 2. Make sure server process was stopped ps aux | grep java 3. Make sure ports have been released netstat - nlp | grep java 4. Kill process if it is not stopped. 5. Launch WCS server. 6. Make sure process is alive ps aux | grep java 7. Make sure all needed ports have been...
  10. Max

    Комплексные неполадки при трансляции

    Также просим уточнить, как играет поток участника в момент, когда проблема воспроизводится, если играть его непосредственно с Origin сервера? Как играет поток микшера непосредственно с Origin сервера? Если поток участника играет плохо с Origin сервера, это также может показывать проблему с...
  11. Max

    Poor video quality in mixer output

    Thi values may be too big for publishers channel. This can lead to resolution and bitrate drop. Please try to use lower resolution and bitrate.
  12. Max

    Poor video quality in mixer output

    Good day. Seems like the participant at right publishes a low bitrate. Please set a proper bitrate and resolution via constraints: function publishLocalMedia(room) { var constraints = { audio: true, video: { width: 320, height: 240...
  13. Max

    Комплексные неполадки при трансляции

    По предоставленным логам, поток, который Вы указали как проблемный 7440srrvxJTMsFn6jEZ, был опубликован на Origin в 09:02:14,686, при этом websocket соединение было установлено в 09:02:13,303, событие publishStream было получено от клиента в 09:02:14,669 Затем в 09:02:18,291 поток...
  14. Max

    Трансляция экрана телефона в браузер

    Да, есть. Но для помесячной лицензии потребуется постоянный доступ в Интернет, для биллинга. Для локальных сетей существует также Standalone лицензия, она требует единовременного доступа в Интернет для активации. Подробнее о типах лицензий написано здесь, об условиях приобретения и стоимости...
  15. Max

    Permission issue when launching WCS service

    There was a Java process occupying the port 50999/tcp, so another Java process can't start. Please provide SSH access to the server using this form.
  16. Max

    mixer recording not performed

    Any of latest available builds should work. If the recording issue still occurs, collect a report as we recommended above.
  17. Max

    AWS market place

    Correction: 4. Edit config /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties and set: ip = {Public IP AWS} ip_local = {Private IP AWS}
  18. Max

    mixer recording not performed

    Good day. Please update WCS to latest build 5.2.1228. If the issue still reproducing, please collect a report as described here (no traffic dump needed) and send using this form.
  19. Max

    WCS Service getting failed

    Please update WCS to the latest build 5.2.1228. Try to open the Player example with the following parameters: http://your_server_url:18081/client2/examples/demo/streaming/player/player.html?mediaProvider=MSE If a stream still does not playing, please provide SSH access and web admin access to...
  20. Max

    WCS Service getting failed

    This is how MSE works in Chrome browser. 1. Port 8081 for the demo page. http://demo.flashphoner.com:8081/client2/examples/demo/streaming/player/player.html 2. Port 8080 for websocket connection ws://demo.flashphoner.com:8080 3. Binary Message in the Network > Messages >...
Top