Search results

  1. 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...
  2. 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...
  3. S

    All streams fail

    We're having issues with Flashphoner since a couple of hours ago. All streams fail on AWS server. Local server and your own demo page work. Connections can be made but starting a stream results in fail. No changes were made.
  4. S

    server update

    Why do "service webcallserver check_update" and "service webcallserver update" not work anymore? According to https://docs.flashphoner.com/display/WCS52EN/Release+notes the latest version is 5.2.245 but I get the following message: >>> You have latest version...
  5. S

    v5.2 monitoring

    I've just upgraded a 5.0 version to a 5.2 (side by side install) but now I'm wondering where the Monitoring section is in the web console.
  6. S

    iOS 12.2 no webrtc publish when calling

    This may be the same issue as https://forum.flashphoner.com/threads/ios-12-2-media-device-error-during-phone-call.12002/ Situation: After a (normal voice) call has been setup, trying to publish your stream from an iPhone using iOS 12.2 in Private browsing mode does not work anymore. It does...
  7. S

    bandwidth questions

    In some instances, the viewer of a stream gets the javascript event trigger STREAM_STATUS.NOT_ENOUGH_BANDWIDTH I know this relates to the webrtc_cc2_bitrate_overuse_event_threshold setting in flashphoner.properties. This is now set on 0.1. 1. What I don't get is why the...
  8. S

    domainname change and license

    If we change the domainname of the server running flashphoner (5.0), will the current license still be valid? The ip address will not change. We have a monthly subscription license. Other than updating the SSL certificate and clientside stream requests, will it require other changes elsewhere?
  9. S

    No webrtc in iOS 12 homescreen app

    If you add a site to your homescreen on iOS, you can start the site like you would start a regular app. The problem is that since iOS 12, a site added to homescreen does not display a WebRTC stream from flashphoner anymore even though the preferredMediaprovider array is set to...
  10. S

    android webrtc stream black screen

    Repeatedly we get reports that streams to an android phone are not working (not displaying). No discernible error can be found or is reported. I've sent the logfiles to logs@flashphoner for one of those sessions, which in this case started Nov 3rd at 12:59:11 hours local Amsterdam time. Also...
  11. S

    WSplayer 'stops' stream after 60 seconds

    Since upgrading to 5.0.2458 all streams displayed on an iOS 10 device (iphone 5s/6s/ipad) will stop being displayed after about 60 seconds without any notification of error or warning except it always happens right after getting a "Audio player mute" in the log. Normally, the stream will...
  12. S

    whitelabel error on Security-Certificates page

    I'm getting a whitelabel error when I try to access the Security-Certificates page in the Flashphoner dashboard. I've just updated the server software and tried to import a new certificate via the dashboard, but it returns this error: Whitelabel Error Page This application has no explicit...
  13. S

    Webrtc on Android stock browser not working

    Most stock browsers in Android do not display the webrtc stream. No errors client side and status server side always remain on Pending. For example the stock browser on a Samsung Galaxy J3 is Chrome v55.0.2883.91. The streaming session is created, and the stream will try to initialize but will...
  14. S

    minimal webrtc check

    Do you have a minimal javascript function to check whether or not the browser someone is using supports playing a webrtc stream? A standard webrtc check always fails on iOS but playing a stream is still possible because you have implemented another way to play those streams. I do not want to...
Top