Search results

  1. S

    Unreponsive due to high CPU usage

    After a WCS update to v.2.0.239-5.2.1914 we experienced that both our Flashphoner EC2 instances became unresponsive after a several hours. Streams were not handled anymore, publishers' sessions were interrupted and REST API access timed out. This happened both on a m5.xlarge (4vCPU, 16GB) and a...
  2. S

    Snapshot through Rest API

    Webcall server 5.2.1847 on AWS EC2 A POST call to [server]:8444/rest-api/stream/snapshot results in 200 OK with no snapshot data. In the log file we can see a SNAPSHOT_COMPLETE with image data included but this is after the rest api request ended. For example: 20-12-2023 10:37:36...
  3. S

    WCS: Version 5.2.1840 is not available

    Can't update WCS on server because the latest version is not available: sudo service webcallserver update >>> New version available: 5.2.1840 >>> Your version: 5.2.1825 >>> Version 5.2.1840 is not available
  4. S

    AWS EC2 Flashphoner image Yum update failed

    Just launched an Amazon EC2 AMI with Flashphoner license. It started and is running but when trying to sudo yum update the instance, I get the following error: Transaction Summary...
  5. 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...
  6. 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...
  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

    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...
  9. 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...
  10. 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 /...
  11. S

    syntax error when updating webcallserver

    [ec2-user@ip-xxx-xx-xx-xx tools]$ sudo service webcallserver update >>> New version available: 5.2.971 >>> Your version: 5.2.927 >>> Version 5.2.971 is available, try to update >>> You have to stop FlashphonerWebCallServer before update. >>> Stop now [yes/no] ? yes FlashphonerWebCallServer...
  12. S

    StreamStatusEvent 'failed' after 'playing'

    When a visitor refreshes his browser the streaming session will be reestablished and streaming will continue. However, in our logs we get a StreamStatusEvent with status "Playing" before the StreamStatusEvent with status "failed" of the previous session. Is this a bug or intentional? On both...
  13. S

    Publish not working on Firefox after update to FlashphonerWebCallServer-5.2.859

    Publishing does not work anymore after updating the WCS server version to 5.2.859. Steps to reproduce: 1. Use 2 way streaming example on demo 2. Click Connect button (result ok) 3. Click Publish button (fails) An error message appears: FAILED Browser error detected: The object can not be found...
  14. S

    Cloudflare DNS for webcallserver

    When we put the DNS of a webcallserver domain on Cloudflare, will it still work? Cloudflare uses its own certificates for domains and proxied ip's. How will this affect WCS ? Will it still be necessary to import a certificate in WCS and how can we do this if we do not have control over the SSL...
  15. S

    Javascript playoutDelayHint error

    Some clients get the following javascript error trying to play a stream: TypeError: Failed to set the 'playoutDelayHint' property on 'RTCRtpReceiver': The provided double value is non-finite. Uncaught TypeError: Failed to set the 'playoutDelayHint' property on 'RTCRtpReceiver': The provided...
  16. S

    Streaming failed on 2 servers simultaniously

    Hi, A few minutes ago both our Flashphoner servers failed to setup streams at the same time. Since these servers reside in completely different networks (one on EC2 and the other bare metal on a location in Amsterdam), we suspect that it has something to do with failing to contact the licensing...
  17. S

    Missing custom variables in ConnectionStatusEvent: Disconnected

    Custom variables are sent (back) with webhooks: Method:connect Method:ConnectionStatusEvent and "status":"ESTABLISHED" Method: playStream Method:StreamStatusEvent etc but they are missing in: Method:ConnectionStatusEvent and "status":"DISCONNECTED" Method:stopStream Is this intentional or a bug?
  18. S

    Feature requests REST API

    I don't know if this is already possible, but if not, I would like to suggest a feature to be included in future versions: 1. Save stream recordings to a predefined folder Since the application is installed on an SSD and these disks are mostly smaller in size than HDD's, we would like to be...
  19. S

    Update not working

    Hi, We have 2 Flashphoner servers. One on AWS and one on a physical server. The one on AWS updates to the latest Flashphoner version using the webcallserver update command. The other one doesn't. [root@vmXXXX ~]# sudo service webcallserver update >>> You have latest version...
  20. S

    playFirstVideo error

    There's a problem with some iOS devices such as iPhone with the Flashphoner.playFirstVideo() function. After a few comments about streams not showing up and trying to figure out the cause, it seems that the result of that particular function is a rejection which causes the stream to never...
Top