Search results

  1. S

    whitelabel error on Security-Certificates page

    I'm getting a whitelabel error when I try to access the Security-Certificates page in the Flashphoner dashboard. I've just updated the server software and tried to import a new certificate via the dashboard, but it returns this error: Whitelabel Error Page This application has no explicit...
  2. S

    Webrtc on Android stock browser not working

    I have tested it today and have sent the logfiles to your email address. As you can you there isn't anything reported on the creation of the stream: 12:25:15 INFO webrtc - "Initialized" 12:25:15 INFO websocket - "Initialized" 12:25:15 INFO core - "Initialized" 12:25:20 DEBUG core - "Play stream...
  3. S

    Webrtc on Android stock browser not working

    Thank you. I will activate the logger client and server side later today / tomorow and send you the results.
  4. S

    Webrtc on Android stock browser not working

    Well that IS pretty vital isn't it? And you do detect failure if the stream actually started and you do detect failure if the webrtc works but cannot find the stream, but the current javascript player just fails to detect whether or not stream.play() actually does something at all. When I look...
  5. S

    Webrtc on Android stock browser not working

    Most stock browsers in Android do not display the webrtc stream. No errors client side and status server side always remain on Pending. For example the stock browser on a Samsung Galaxy J3 is Chrome v55.0.2883.91. The streaming session is created, and the stream will try to initialize but will...
  6. S

    minimal webrtc check

    Do you have a minimal javascript function to check whether or not the browser someone is using supports playing a webrtc stream? A standard webrtc check always fails on iOS but playing a stream is still possible because you have implemented another way to play those streams. I do not want to...
Top