Recent content by Peter P.

  1. P

    WebRTC:VP8 player loader keeps spinning

    Thank you for your help! We have tried to create a test case on media devices, but it is apparently not easy to reproduce :) For now we will just try to keep the constraints the same on both ends, but might return to this issue at a later point in time. Best regards Peter
  2. P

    WebRTC:VP8 player loader keeps spinning

    Hi Max, We finally have some time to look into the issue again. The form you have provided fails with the following error: We have discovered that the issue does not happen when we change the constraints: Sending constraints Receiving constraints Has issue? audio:false no constraints...
  3. P

    WebRTC:VP8 player loader keeps spinning

    Hi Max, Thanks for the quick reply. To answer your questions we strip H264 the way you described it and use Webrtc. We already have periodic_fir_request=true and the newest WebSDK. Unfortunately, we cannot reproduce it on your demo site (we cannot change flashphoner.properties) and on our server...
  4. P

    WebRTC:VP8 player loader keeps spinning

    Hi We have an issue with the VP8 codec that is not present in 5.2.940 but seems to have started from 5.2.944 (maybe even 5.2.942) and newer. Unfortunately, it is a bit difficult to reproduce. It helps leaving out H264 in the flashphoner.properties file codecs list and then starting and stopping...
  5. P

    WebRTC: Have to push switch button twice when starting a stream with the rear camera since WebSDK 0.5.28.2753.150

    Thanks Max! That seems like a better solution, but my experience is that the names of the cameras are not always labeled consistently or helpful. But they might have gotten better since last we tried, so it is worth a shot. I will look forward to updates.
  6. P

    WebRTC: Have to push switch button twice when starting a stream with the rear camera since WebSDK 0.5.28.2753.150

    I have tried twice now in Chrome and Firefox, but i get this error message: I uploaded it to a site and provided a link instead...
  7. P

    WebRTC: Have to push switch button twice when starting a stream with the rear camera since WebSDK 0.5.28.2753.150

    Hi Max, Thank you for your quick reply and sorry for my late reply, I did not see any email notification of your response. We have tried it on your media devices demo and it seems to be a bug. It is the same across iOS and Android. This is all we do: Flashphoner.getMediaDevices(null...
  8. P

    WebRTC: Have to push switch button twice when starting a stream with the rear camera since WebSDK 0.5.28.2753.150

    Hi Before this update it was possible in the “then” call after getMediaDevices to call list.video = list.video.reverse(); and by doing so make it use the backwards facing camera to begin with. However, from WebSDK version 0.5.28.2753.150 and onwards using this method makes the switch button...
  9. P

    Turn server with time limited credentials

    Thanks for the fast answer! We have implemented that solution and it works. As a side note the "url" parameter is/will be deprecated, so it should probably be changed to "urls" in your guide: https://docs.flashphoner.com/display/WCS52EN/TURN+server (and in my example above) Best regards Peter
  10. P

    Turn server with time limited credentials

    Hi, We are testing a setup with a turn server using time limited credentials. We can make it work when connecting to the WCS with createSession() however, if the user stays on the page for longer than our TTL and the stream is stopped and started (not the session). We need to update the username...
  11. P

    IOS 12.2 media device error during phone call

    Hi Max Thanks for the quick response! That was exactly what we were looking for, now it works on IOS 12.2 as well.
  12. P

    IOS 12.2 media device error during phone call

    It works in the "streamer" example because it doesn't ask for microphone permission on page load. When debugging we can see that it is when getMediaDevices is called it asks for the microphone. Is it possible to pass some variable to this function to indicate that we don't want access to audio...
  13. P

    IOS 12.2 media device error during phone call

    Hi, We have updated to (v.0.5.28.2753-5.2.115-029b46e411ad204fb665705bab23f73579923692 and manually copied the the WebSDK 0.5.28.2753.87 The way we tested it is simply by modifying the manager.js file of the "Media Devices" demo page: line 284 var constraints = { audio...
Top