Search results

  1. Max

    iOS Screen Capturer, fatal error в одной из последних версий фреймворка

    Да, настройкой на стороне сервера mixer_show_separate_audio_frame=false Необходимо настроить размеры микшера так, чтобы соотношение сторон соответствовало портретному mixer_video_width=720 mixer_video_height=1280 Имя потока трансляции экрана должно включать слово desktop (или другое слово...
  2. Max

    Question about record link file.

    We reproduced the behaviour in latest WebSDK builds. This is not a problem, but expected behaviuor in WebSDK build since 2.0.210 and newer. Please read this doc for details: Start stream playback with muted audio So you should update WebSDK to 2.0.212 and use the stream option unmutePlayOnStart...
  3. Max

    Flashphoner.init() multiple times

    1. Please try to reproduce the problem with our demo server https://demo.flashphoner.com:8888/client2/examples/demo/streaming/two_way_streaming/two_way_streaming.html 2. If problem is not reproducing with demo server, please check if media ports on your server instance are available from the...
  4. Max

    iOS Screen Capturer, fatal error в одной из последних версий фреймворка

    В таком случае поможет микширование: стрим с экрана + стрим с микрофона того, кто транслирует экран. И этот микшированный стрим вставлять в комнату. Создавать микшер и добавлять в него потоки можно через REST API. В таком случае нужно модифицировать код примера до тех пор, пока проблема не...
  5. Max

    Video chat not working with iPhone in power save mode

    Good day. We added Low Power Mode detection example to Conference application in WebSDK build 2.0.212: Stream publishing and playback in Low Power Mode
  6. Max

    Settings (server and client) for fullHD Streaming

    You can use a minimal example from our site with step by step instructions (and here is the source code to download). You should use stream options and constraints in the example recommended above: function publishStream() { stream = session.createStream({ name: "stream"...
  7. Max

    Question about record link file.

    We cannot reproduce the problem with WebSDK build 2.0.207. So seems the problem is in custom code, perhaps in video tag attributes. Please check if the problem is reproducing in Two Way Streaming example. If not, modify the example code minimally to reproduce the problem and send the code using...
  8. Max

    Wowza stream authentication

    In the latest WCS builds, this feature is supported. Please read details here: Parameters passing in server URL
  9. Max

    Question about record link file.

    What WebSDK version do you use? Please update to build 2.0.209 and check if the problem is reproducing in Two Way Streaming example. If not, modify the example code minimally to reproduce the problem and send the code using this form.
  10. Max

    iOS Screen Capturer, fatal error в одной из последних версий фреймворка

    Добрый день. Да, есть возможность захватывать аудио с микрофона отдельным потоком. Смотрите пример iOS Screen Capturer Swift Здесь могут быть две причины: 1. Ключевые фреймы высылаются редко. В этом случае должна помочь настройка на стороне сервера periodic_fir_request=true...
  11. Max

    SSL certificate

    Yes you can, but wildcard looks smoother in production use. Please clarify your case: what kind of streams you plan to record: WebRTC from browser, RTMP, RTSP? Please also read the details about stream recording here: Stream recording
  12. Max

    Playing an RTSP stream via webRTC in local network

    Please check if you open the sample page in browser using HTTPS. WebRTC does not work via HTTP, so you can't play the stream in client browser. The only address where WebRTC is available via HTTP is localhost.
  13. Max

    Поддержка инстансов AWS

    Flashphoner AWS Marketplace AMI обновлен до сборки WCS 5.2.1127, инстансы m6i доступны для выбора при использовании образа.
  14. Max

    Flashphoner.init() multiple times

    Ah got it. When you init preferredMediaProviders:["MSE","WebRTC"] , priority provider is MSE and MSE player will be mounted into the div. If MSE is not supported, WebRTC video will be mounted into the div, etc. MSE is a player. MSE can't publish any stream. That's why you get this error "This...
  15. Max

    Settings (server and client) for fullHD Streaming

    Hello This is how you can proceed with full-hd streaming. 1. Make sure your cam supports full HD resolution (1920 x 1080) with good FPS (25 more). 2. Try our sample Media Devices Setup: - resolution - bitrate - fps - TCP protocol to avoid packet lost for high-resolution stream 3. Publish...
  16. Max

    Flashphoner.init() multiple times

    Hello You should be able to publish and play with single init(). If you check two_way_streaming.js, you can publish and play using this code. Make sure your page is https:// You can publish a stream from https page only (not http) See also similar thread...
  17. Max

    Flashphoner.init() multiple times

    Flashphoner.init() should be called strictly 1 time on page load. This method is initializing API on the page. Once initialization complete, you can create a new Session (websocket connection). var session = Flashphoner.createSession(); Once the Session is ESTABLISHED you can create publish or...
  18. Max

    Поддержка инстансов AWS

    К сожалению, мы не озвучиваем ETA для форумных запросов
  19. Max

    Question about record link file.

    No, there is no way. Browser always asks for a screen to share.
  20. Max

    Android app freeze on some devices after stop stream

    Воспроизведите проблему, соберите лог с устройства и пришлите, используя эту форму. Также, если тестируете со своим инстансом WCS, соберите лог с сервера за то же время, используя report.sh, и приложите к логу, снятому с устройства.
Top