Search results

  1. Dani

    iphone video freeze

    the call for playFirstVideo pass. Then I create the stream session.createStream(optionsPlayVid).on(STREAM_STATUS.PLAYING, function (prvStream) and get this on the console: Unhandled Promise Rejection: NotAllowedError: The request is not allowed by the user agent or the platform in the current...
  2. Dani

    iphone video freeze

    What is PRELOADER_URL ? I tried using it as is - and it says it can't find the variable.
  3. Dani

    Cloned server stopped working

    03:23:31,570 INFO Subscription - Subscription Thread processSuccessPingResult result: PingResult{status='success'} 03:23:31,570 INFO Subscription - Subscription Thread Subscription success, connection repaired or subscription has been renewed after a temporary cancellation...
  4. Dani

    Cloned server stopped working

    is it possible it's a licensing issue ? btw https://www.myserveraddress.com:8888/client2/examples/demo/streaming/streamer/streamer.html doesn't work on my production server as well. but production server is working.
  5. Dani

    Cloned server stopped working

    I've cloned the server few months ago to run some tests on upgraded version. boot it up today - and run update - Server is now upgraded to v.0.5.28.2753-5.2.871-f5d67cfdeda1422e35c1ed5482468ba8d96a502c my code can't connect to the server - what would be the steps to verify server status ? how...
  6. Dani

    Big Sur MAC update possible issue with voice streaming

    I've notice something strange on a new Big Sur MacBook Pro - on a 2 way call video + sound one channel (voice) sounds scrambled for about a minute until it starts working ok. We haven't seen this in any other setup yet. I'm will try tomorrow with another MacBook to see if it's consistent. was...
  7. Dani

    can't access with admin user

    I will try. once I type any password I get a web authorization window as well. I don't think we're using any proxy - so I'm not sure if it's your code or something else - but would it be the same password ?
  8. Dani

    can't access with admin user

    for some reason it asks for authorization as well (not sure where it comes from)
  9. Dani

    can't access with admin user

    I get forbidden when trying to login How can I resolve this ? I can login with the demo user, but I need to update certificates, can I do it with demo ? Dani
  10. Dani

    iphone video freeze

    I think the answer is in this log.... how do I fix this ? Log] connectFphoner() ESTABLISHED (.aspx, line 2330) [Warning] RTCIceServer.url is deprecated, please use RTCIceServer.urls instead. (flashphoner.min.js, line 12) [Warning] 09:06:31 WARN playout delay unsupported - – undefined...
  11. Dani

    iphone video freeze

    Hi, we're using an almost year old version of the sever/ api. the reason is that whenever we tried to upgrade - iPhone video is frozen. No issues on MAC and no issue on android. I can also confirm that the OTHER side see the "frozen" video as live - the problem looks local to iphone (trying...
  12. Dani

    Clone the Server

    Problem solved. (needed to change ip addresses in conf file)
  13. Dani

    Clone the Server

    Hi, I would like to run some tests off-line with my media server (basically - running upgrade of the software without effecting production system) I've cloned the media server and changed the ip address mapping in my local hosts file to the new one. For some reason it doesn't work What else...
  14. Dani

    Change session disconnection sensitivity

    we get many complaints recently about session disconnections. Is there a way to lower the threshold - so session will not disconnect with every small lag ? Thanks.
  15. Dani

    After updating WCS and WEB SDK to Nov 22 versions Safari will not play stream

    This is our own code - it's a chat (web) application - do I need to force autoplay on the new version ? currently if we detect safari with webrtc we run this: publishStream.muteAudio(); publishStream.muteVideo(); User needs to unmute using a control.
  16. Dani

    After updating WCS and WEB SDK to Nov 22 versions Safari will not play stream

    I have updated but still frozen on latest iphone version. Do I need to add the unmute code for it to work on iphones ? As old js works good. Just new one frozen.
  17. Dani

    After updating WCS and WEB SDK to Nov 22 versions Safari will not play stream

    I've updated both server and client to this version: client: 0.5.28.2753.124 server: 5.2.409 Everything works great on chrome (both streams are fine) On Iphone (Xr) OS: 13.2.3 the streams goes out ok (I can see the stream on the other side) but safari shows a frozen image of the first frame...
  18. Dani

    Stream failure after 60 seconds on chrome

    This update is VERY BAD. Works on the desktop (firefox) and android but on iphone the picture is just frozen. the stream is live but there is no movement and no sound. we had to revert to the previous version.
  19. Dani

    Stream failure after 60 seconds on chrome

    does the client2 folder need to be updated / changed as the web server has the older version (0.5.28.2753-1c0a059d8f93408a1179ecc184b143fa6c74c027) being severed to the clients. do I need to updeate the websdk files on the web server ? also - there is 2 files with the same hash: Which one...
Top