Search results

  1. S

    playFirstVideo error

    That's great, but we only want to play the streams muted, so we want to be able to have the option to set the muted tag for the playfirstvid and the stream itself by default. As well as other html5 video tags by the way. Next, the side effect of displaying a play button on autoplay rejection is...
  2. S

    playFirstVideo error

    mostly 13.3.1 Yes. Is there a way to detect this correctly? This is already implemented but has no effect on the playfirstvideo function. The debug log entry "INFO webrtc - Autoplay detected! Trying to play a video with a muted sound..." appears when the playfirstvideo is called and the...
  3. 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...
  4. 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.
  5. S

    server update

    Does this retain the current configuration?
  6. 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...
  7. S

    v5.2 monitoring

    Ok, thanks
  8. 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.
  9. S

    Invalid Constraint when publishing stream, Safari 12.1

    How do I update an EC2 Flashphoner instance to the latest version? Entering sudo service webcallserver check_update returns: >>> You have latest version: 5.2.58 But when I check Marketplace it says current version is 5.2.108
  10. S

    IOS 12.2 media device error during phone call

    Same result. First publish is ok, stopping and republish returns failed. Tested on device: iPhone X, iOS 12.1.2 and iPhone 6s, iOS 12.2 Server side: v5.2.58 (Amazon EC2) and v5.0.2971 as well as on the demo.flashphoner.com server (html and javascript on local server though) just a few moments ago.
  11. S

    IOS 12.2 media device error during phone call

    The constraint settings are saved in a cookie or localstorage. Only when people want to change the source cam or mic or resolution do these settings get reset. Media Device example does not reproduce this problem because it resets the constraints _each_ time. If you just add this to manager.js...
  12. S

    IOS 12.2 media device error during phone call

    With 0.5.28.2753.87 I'm getting the following error: WARN core - TypeError: Failed to execute 'webkitGetUserMedia' on 'Navigator': The provided double value is non-finite. at getAccess (flashphoner.js:35739) at flashphoner.js:35705 at new Promise (<anonymous>) at Object.getMediaAccess...
  13. S

    iOS 12.2 no webrtc publish when calling

    We're also running an AWS instance running 5.2 but the issue is the same with that server. Hopefully a fix will be provided soon as it effects a lot of clients.
  14. 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...
  15. S

    bandwidth questions

    Thank you for your help.
  16. S

    bandwidth questions

    Thank you I don't see a current bandwidth or current bitrate variable/function in this new function. How to get the same info with the new function? And is it compatible with WCS 5.0.2971 ? It's on a CentOS Linux server. Does this adversely affect system performance?
  17. S

    bandwidth questions

    I was referring to playing streams. We get 0 values quite a lot. Perhaps it is a rounding issue (because the value is divided by 1000 then rounded), I will check. Does constraints: {audio: {bitrate: xx}, video: {minBitrate: yyyy, maxBitrate: zzzz} only work for publishing? Thanks
  18. 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...
  19. S

    domainname change and license

    Thx!
  20. 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?
Top