Search results

  1. S

    WCS 5.2.1431 Firefox 320x240 H264 stream not working

    Just updated WCS to 5.2.1431 and tested it with the demo tools. Using Firefox 105.0.2 tried the Two way streaming demo. It fails although without errors. Publishing seems to work, clicking on Available reports that the stream is indeed available, and it also said 'Playing', but no stream is...
  2. S

    Ghost session after WCS 5.2.1109 update

    Unfortunately, this issue is back in FF version 1193.
  3. S

    UBlock on chrome trigger Failed by ICE keep alive

    Hi Max. Can you tell me what the cause is of the error "Distributor stopped" ? We received the following error in the API: [mediaSessionId] => 501c5b60-9928-11ec-860f-5f8131bcfea3 [name] => 9911d6d7a99541b041aea2b4d672c3ed [published] => [hasVideo] => [hasAudio] => 1...
  4. S

    missing videoCodec item in json

    Sometimes there's no videoCodec item in the returned json of rest-api/stream/find, although there is videostream. As far as I can see, this only happens when the videostream is 'pending', but I'm not sure. It would be preferable however if the videoCodec item was still listed but empty or set...
  5. S

    Flashphoner.init() multiple times

    See also this topic regarding Android (Samsung) device and ICE timeout: https://forum.flashphoner.com/threads/samsung-browser.13825/ This problem is still not fixed. Chrome is increasingly producing more errors with Flashphoner while Firefox does not. We used to advise people to use Chrome for...
  6. S

    Ghost session after WCS 5.2.1109 update

    Thanks Max
  7. S

    Ghost session after WCS 5.2.1109 update

    After updating to WCS 5.2.1109 and checking the demo's in the admin console to see if everything works, a ghost session is left on the server which I cannot kill with /rest-api/connection/terminate Session info is limited to the following: { "appKey": "defaultApp", "sessionId"...
  8. S

    systemctl restart webcallserver hangs b/c of chown process

    Note: After using sudo rm -rf /usr/local/FlashphonerWebCallServer/logs/* and restarting wcs, the admin console password of WCS gets changed
  9. S

    Change in updated flashphoner.js causes error

    Since implementing version 2.0.198 of the javascript Flashphoner Web SDK we received "Browser is not defined" javascript errors. It seems that pages/scripts based on this version need to have an extra declaration added to it : var Browser = Flashphoner.Browser; After that, scripts work again...
  10. S

    Samsung browser

    The AppRTC test also doesn't work on Samsung Internet or Chrome but does work in Firefox. The TrickleICE test on https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ also doesn't work on Samsung Internet or Chrome but again, it does work on Firefox. Switching to TCP has no...
  11. S

    Samsung browser

    Yes I said initially it was only on Samsung Internet browser. This was because I wanted to check if a clean Samsung A22 produced these problems or our customers just had some apps installed that would block certain traffic. This is not the case. The Samsung A22 produces the same problem on the...
  12. S

    Samsung browser

    Hi, I've collected the logs as requested. The total file size is more than 30 MB so I could not use the form. I've sent it via Wetransfer. Tests: 12:14 PM : Samsung Internet browser v14.2.3.14 tested 2-way stream demo. Result publish failed by ICE timeout. 12:18 PM : Chrome browser...
  13. S

    Samsung browser

    It's reproduced on demo.flashphoner as well as our own servers. There are no vpn clients or adblockers installed. As I've said, it's a newly bought, fresh out of the box Samsung A22 5G (SM-A226B/DSN) with the default Chrome like Samsung internet browser version 14.0.1.62. We did not install...
  14. S

    Samsung browser

    This is done on Wifi without any connection problems. It also happens on 3g/4g. No firewall blocking.
  15. S

    Samsung browser

    You were correct. The publish action succeeded but after several seconds went to 'Failed by ICE Timeout'. Tested just now.
  16. S

    Samsung browser

    The demo doesn't work on this new out of the box Samsung A22 5G (SM-A226B/DSN) with SamsungBrowser. It does work on other Android phones and iPhones. Samsung browser version 14.0.1.62 Connect: Ok Publish stream 8ca9 at 12:07 Brussels time: Ok Available? : unavailable / stream not found Play...
  17. S

    Samsung browser

    The built in Chrome mobile browser on Samsung phones will not display a stream and fails with the following error: "Failed by ICE timeout". Switching udp to tcp doesn't help and results in the same error. Regular Google Play store Chrome or Apple iOS Safari does not have this issue. Useragent...
  18. S

    UDP / TCP transport fallback

    Hi, Thank you for your reply. It's not so much the publishing streams that experience this. The publishers do not use a vpn. It's the people that play the streams that sometimes use vpn's and some of those limit or block UDP traffic. Does this result in the same "Failed by ICE timeout" ? Some...
  19. S

    UDP / TCP transport fallback

    It seems that certain VPN providers do not support UDP streaming or limit its bandwidth to levels that basically make it unusable for streaming. Is it possible to detect this and to automatically switch to TCP server side or to detect it client side using the javascript API and use an event /...
Top