Search results

  1. S

    AT&T 4G/5G fails

    Hi! I've tried this for many days with no luck. The users of ATT with 4G/5G connection can't connect to transmit or view WebRTC video. Nobody knows why? Thank you!
  2. S

    AT&T 4G/5G fails

    Hi! Many users report me than they can't connect to live WebRTC using AT&T 4G/5G connections. There are no problem using any other internet provider or WIFI in any part of the globe. We can't test it, because we are not in USA. We've contacted to AT&T by email without luck. Is there somebody...
  3. S

    Flashphoner.init() multiple times

    Hi! Sorry, no luck :-( I detected that one every X times (X = high random times) with Samsung, Chrome browser or WebView, the video runs and publish works. But only 1 every too much times. VP8 codec and any other option in "media devices" of demo page don't solve the problem. Too, the "ICE...
  4. S

    Flashphoner.init() multiple times

    Hi! I've checked this problem is not available in all Samsung devices, only in A series and it's a webkit bug solved in Android reviews but not implemented by Samsung for this serie. I solve it "in part", adding an if in javascript like if device model starts by "SM-A" then use createstream with...
  5. S

    Flashphoner.init() multiple times

    Hi Max! We've did testing in Android 11 devices(*) with "init()" only without params: - Chrome 97.0.4692.98 Both with 'transport: "TCP"' or without it, gets error "FAILED Other: Failed by ICE timeout". Tested in Samsung A22, A21, A42, A52 and Xiaomi 11T. Tested too using webview app, with the...
  6. S

    Flashphoner.init() multiple times

    Thank you MAX. Sorry, I don't explain it good. If I started using: Flashphoner.init(): 3 play ok, 1 error 3 publish ok, 1 error PLAY PC / Mac ok✅ iOS ok✅ Android ok✅ Android 11 some devices(*), error: ICE Timeout❌ PUBLISH PC / Mac ok✅ iOS ok✅ Android ok✅ Android 11 some devices(*), error: ICE...
  7. S

    Flashphoner.init() multiple times

    Hi! Thank you for your reply. But, if I init with: Flashphoner.init({ preferredMediaProviders:["MSE","WebRTC"] }); I'm unable to publish, only able to play. What can I do to offer both options (publish and play) with Init parameters? Thank you!
  8. S

    Flashphoner.init() multiple times

    Hi! Using WebSDK, I use this init in "play live video" function: Flashphoner.init({ preferredMediaProviders:["MSE","WebRTC"] }); Then I've got another function to "stream live video" started by: Flashphoner.init(); Well, if I "stream live video" and then "play live video", the play video...
  9. S

    WCS Hangs... or not?

    Hi Max! Server hang is solved, thank you very much, but now I've found another problem. I've got this javascript code to connect to stream: session.createStream({ name: %%roomname%%, display: remoteVideo, constraints:{audio:true, video:videoplayer}...
  10. S

    WCS Hangs... or not?

    Oh perfect! Thank you very much for your support! Greetings :)
  11. S

    WCS Hangs... or not?

    Hi! Thank you so much for the info. I'll change it ASAP. Viewing the screenshot, I've got a question: How you connect to IP and not to domain if SSL certificate is only attached to a domain? You don't receive a connection error? or only you change it for the screenshot? Thank you!
  12. S

    WCS Hangs... or not?

    Hi! I've sent SSH ACCESS, if you need any other thing, please, request me. Thank you very much for your help!
  13. S

    WCS Hangs... or not?

    Hi! We've got a WCS server working correctly (in all functions). All is perfect during beta time, but today we move it to production and starts the problems. The service is working but suddenly the service don't respond... imposible to connect via websocks, or web panel... nothing works. In our...
  14. S

    Chrome Android 11 ICE Timeout

    Thank you for your reply. We've did all tests and yes, the problem affect only to Android Chronium in some versions, last release included (EDGE and Google Chrome). We do an alert to users about this problem using STREAM_STATUS.FAILED event and invite to download Firefox. Greetings!
  15. S

    Chrome Android 11 ICE Timeout

    Hi! When I'm trying to connect to stream to my server (via wss, using WEB SDK), all it's right except in Chrome of Android 11 (only Android 11) with an "ICE Timeout" error. With any other device (included iOS, Android 10 or under and Computer), all it's correct without any problem. Is there any...
Top