Search results

  1. G

    all stopped working after update to 5.2

    ok, got the rest api working again, still have this error on each connection: my app is based on the conference example
  2. G

    all stopped working after update to 5.2

    ok by strange way its now working. just rest api are not working anymore. with previous version was using curl_setopt($ch, CURLOPT_URL, "http://localhost:9091/rest-api/stream/find_all"); to list active streams, but now this return an empty response...any clue ? thank you
  3. G

    all stopped working after update to 5.2

    Help. found how to update from 5.0 to 5.2. did it, looked fine. just now all my apps stopped working. if i start a video stream, other clients dont receive the info, and are disconnected soon after. i found this error so far in the logs: urgent help needed ! thank you
  4. G

    cant update

    Hello apparently i cant update using service webcallserver update it replies i have last version (You have latest version: 5.0.3530) while apparently latest version is 5.2...any clue ? thank you
  5. G

    Screen sharing does not work any more

    hello i have similar problem here but the fix didnt improve things. on top of that the function Browser.isChrome() now returns false when on chrome
  6. G

    best settings for performance over quality

    hello im experiencing few issues when "big" conferences are being made on my plateform. While the same server can serve up to 1000 people at same time, my flashphoner is very unreliable for pretty low traffic (200 connected) (loss of video, unable to start current streams on connect...) so my...
  7. G

    iOS11/iOS12 with iphone 6 and 7Plus not working

    have same problem here, since recently, on iphone 8 the conference example show black screen and no sound on these devices, when publishing from windows or android. dont have anymore iphone device to test right now unfortunately...any idea ? thank you
  8. G

    stopped working

    ok sorry, apparently that was just hardware related on my side, rebooted computer and is working normally. sorry for disturbing
  9. G

    stopped working

    note that demo are not working anymore too...i dont see nothing special in the logs
  10. G

    stopped working

    The Web Audio autoplay policy will be re-enabled in Chrome 70 (October 2018). Please check that your website is compatible with it. https://goo.gl/7K7WLu
  11. G

    stopped working

    devices access suddenly stopped working on chrome and ff...updated to latest version, same result...any clue ?
  12. G

    cant upload new ssl certificate

    finally solved the problem by recreating the jsk. so now websocket connection is working, however the dashboard (:8888) appears as not secure...any clue how to solve this ? thank you
  13. G

    cant upload new ssl certificate

    by the way there is something strange: the demos from dashboard are working normally, no websocket connection problem...but not my app,n which is on same server and using same ssl port..
  14. G

    cant upload new ssl certificate

    Hello for some reasons the websocket connection is broken (message ERR_CERT_DATE_INVALID) i generated new certificates using letsencrypt, but when login in dashboard, the upload buttons of the ssl page are inactive, and i cant upload my new certs...any idea ? thank you Gabriel
  15. G

    black screen ios and logs error

    yes i know its super confusing...again what i noticed is that on ios, if there are not been a "navigator.mediaDevices.getUserMedia" before trying to play a stream, the stream is black. how you could maybe try to reproduce the issue: on your two ways streaming,open a tab with chrome on pc or mac...
  16. G

    black screen ios and logs error

    ok i confirm: if i comment this line: navigator.mediaDevices.getUserMedia(constraints).then(handleSuccess).catch(handleError); then on ios playback is black screen if i comment so the page access mediadevices on load, then streamed are played properly not sure about the reason of this behavior...
  17. G

    black screen ios and logs error

    the mistery continues: found out that: if i start publishing from ios, then ios can play published streams...if ios havent been publishing, then black screen when playing a stream published from another location... !
  18. G

    black screen ios and logs error

    more and more strange: on firefox, the screensharing extension stopped to ask for screen to share but instead pick up the webcam automatically...and if starting the "screensharing" (in fact the webcam),then the webcam is played properly on ios...so to summarize: webcam published normal way (im...
  19. G

    black screen ios and logs error

    ha...some new infos: do the demo is working on ios if i publish and play from ios. if i publish from chrome/windows 10 and play from ios, i have this black Screen and no sound
  20. G

    black screen ios and logs error

    bon...its working with the demos on my server...its very strange as it was working before... here is my command to start playing the stream: participant.getStreams()[0].play("targetDiv").on(STREAM_STATUS.PLAYING, function (playingStream) { this is working as expected on chrome, android...
Top