Search results

  1. S

    docker image multi_arch x86/arm64

    Hi, Do you guys planning to release a multi arch image for x86 and ARM architectures ? Or are thee a arm64 version of docker image ? best regards Piotr
  2. S

    WebSDK update from 2.0.171 to 2.0.180

    Hi, After updating of NPM package from 2.0.171 to 2.0.180 I have a strage errors that i dont have with 171 version. I use following syntax tu import the Flashphoner object : import Flashphoner from '@flashphoner/websdk'; Here a the errors from console : harmony module decorator:7 Uncaught...
  3. S

    HLS-LL

    hi, I was wondering will WCS support LowLatency HLS somewhere in near future? I would like to publish WebRTC and distribute LL-HLS best regards Piotr
  4. S

    transcode a stream to video only

    Hi, I need to transcode my stream so that the output of the original steam has no audio. I tried adding "hasAudio": false to transcoder startup params but it won't work. When I list all transcoders via API the hasAudio is set to true in my transcoded stream and of course when i play the...
  5. S

    somethin got broken between in webrtc Chrome => Safari

    Hi, I've encountered a strange issue that I have never seen before. Yesterday I've noticed that when I publish my webrtc stream from Chrome it plays OK everywhere except for Safari iOS. I tried reverting to old code and old WCS / SDK versions from 3 months ago where all was good but it didn't...
  6. S

    update maxBitrate for live stream

    Hi, I was wondering whether it is possible or not to apply new constraints to a publisher live stream. For example, I would like to implement a simple auto-quality functionality. The goal is to decrease (or increase) the quality without the need to restart the stream. So for example if I publish...
  7. S

    strange case of MSE and the "Worker"

    Hi, I finally succeed in playing a stream using MSE provider. I was having issues with MSE Provider I wasn't able to play a stream on my website ( I could play it with the examples though). So definitely something on my website is causing problems. This was the error before: The error I had...
  8. S

    WebRTC player plays on mobile network but not on wifi

    Hi, I have a strange case that I can't reproduce at home on my setup but I have a user who when he is broadcasting while being connected to his home wifi I can't play his stream with WebRTC player, however, I can play the stream by fallback-ing to WSplayer from Flashphoner SDK. When this user...
  9. S

    server not sending stats

    Hi, I've added the `outbound_video_rate_stat_send_interval=1` and inbound_video_rate_stat_send_interval=1`. It is working in my local network at home I have WCS running on a secondary laptop and I receive the quality update event in my broadcaster and player. But It does not work on my public...
  10. S

    npm package for web sdk

    Hi, Is there an official flashphonner-api package in npm repo? I've found some but they seem to be outdated / custom made. If not it would be nice to have the official package for including a SDK via require/import syntax and use project bundler to create s optimized bundle for production...
  11. S

    call browser from mobile

    Hi, I saw this article: https://flashphoner.com/call-from-browser-to-mobile/ I was wondering whether the opposite is possible as well. Can I call a browser from a mobile phone? best regards Piotr
  12. S

    configure rest hook in config file

    Hi, I'm building my docker image on top of the official flashphoner one. Today to configure rest hooks I need to add a custom ssh commands that uses CLI. I was wondering whether it is possible to configure defaultApp via a config file or something like that? Also, do you consider that the...
  13. S

    WebRTC stream name overwrite

    Hi, Firt of all i'm new to flasphoner I previously used a lot of other media servers but now i think FP will be new prefered choice :) I'm trying to build a homogenous strategy for protecting my broadcasters. I Use WebRTC and RTMP/OBS. I succeed to create a "Twitch like" experience where...
Top