Recent content by motipa

  1. motipa

    ERROR Error: Flashphoner API is not initialized

    We face a problem that when we go to some other application and back to video we got blank black screen in iphone 16 version. Could you please help to solve this.
  2. motipa

    ERROR Error: Flashphoner API is not initialized

    Video is playing already. but only after click on inside button it is playing.
  3. motipa

    ERROR Error: Flashphoner API is not initialized

    Here autoplay not happening we are getting below with button. when click on button only it is playing.
  4. motipa

    ERROR Error: Flashphoner API is not initialized

    this error getting when player using flashphoner/websdk
  5. motipa

    ERROR Error: Flashphoner API is not initialized

    when open in mac, we are getting above error.
  6. motipa

    ERROR Error: Flashphoner API is not initialized

    hlsPlayer = new Hls(getHlsConfig(llHlsEnabled)); hlsPlayer.on(Hls.Events.MANIFEST_PARSED, function() { console.log("Play with HLS.js"); remoteVideo.play(); }); hlsPlayer.loadSource(videoSrc); hlsPlayer.attachMedia(remoteVideo); when using...
  7. motipa

    ERROR Error: Flashphoner API is not initialized

    VideoJS Player minimal is using. thank you for the update
  8. motipa

    ERROR Error: Flashphoner API is not initialized

    When using HLS player autoplay not working. Please assist here to solve the problem.
  9. motipa

    ERROR Error: Flashphoner API is not initialized

    websdk version @version Version: 1.0.0-beta 12pro and 15 max pro safari, chrome. already javascript enabled in iphone. issue reporducing pure javascript implement in angular. I tried with pure javascript bundle too even though not recommended. but using for testing. I am using create session...
  10. motipa

    ERROR Error: Flashphoner API is not initialized

    Thanks for the support. but now after published the angular site. Iphone is not supported the video. we are getting blank display.
  11. motipa

    ERROR Error: Flashphoner API is not initialized

    Still i am getting Failed to create audio context ERROR ReferenceError: adapter is not defined
  12. motipa

    ERROR Error: Flashphoner API is not initialized

    thanks you for your support, issue solved. I got a new issue that Failed to create audio context ERROR ReferenceError: adapter is not defined. It would be helpful if find out where i am lacking
Top