Search results

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

    Publish not working on Firefox after update to FlashphonerWebCallServer-5.2.859

    It's 83.0. No problem updating my own browser, but it would be better if the bug was fixed so we don't have to force everyone to update their browser. /Edit: Strangely enough, I can now publish in FF83 (did not update yet), so I suspect it's a combination of factors.
  4. 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...
  5. 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...
  6. S

    Javascript playoutDelayHint error

    Thank you
  7. 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...
  8. 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...
  9. S

    Feature requests REST API

    Thank you!
  10. S

    Missing custom variables in ConnectionStatusEvent: Disconnected

    It would be better if these variables were to be sent consistently with every webhook. Sessionid is an 78 character string which is not very efficient in database queries.
  11. 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?
  12. S

    Feature requests REST API

    But there is no /deleteRecording mentioned in the documentation and when I tested this it resulted in a 404. 2. Backend server can connect to WCS server via SSH and remove the file with given name like this ... I think you will understand that I'm not eager to put any server root passwords...
  13. S

    Feature requests REST API

    Thank you. How? It's pretty inefficient to install Apache, php or some other scripting language on the streaming server to do this. The rest hooks are received by a webserver, the recorded or other vod streams are located on the streaming (Flashphoner) server. There is no other connection...
  14. 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...
  15. S

    Update not working

    Thank you, it's working now.
  16. S

    Update not working

    Can you DM me your ip address so I can give you access?
  17. S

    Update not working

    The site/domain is available and current version is 5.2.616. However, the update function still doesn't work: [root@vmXXXXXX ~]# ping flashphoner.com PING flashphoner.com (188.166.201.77) 56(84) bytes of data...
  18. 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...
Top