Recent content by yeprem

  1. yeprem

    Video stopped by the browser

    No, it's possible, I see live examples where when a page opens on my Chrome opens a video with the sound. But currently, I could not figure out how could I do that. And I'm trying to achieve that. Could you please help me with how can I have a custom Sound button to manage voice?
  2. yeprem

    Video stopped by the browser

    Yes, i know that, but i see other live video examples, where video autoplay with sound. (Without any action from user, and the video do not stop) Could you please provide a solution, trigger a user event, and enable sound without user's real action? our requirement is without user real action...
  3. yeprem

    Video stopped by the browser

    Dear Max, I added unmutePlayOnStart: false option video open but there is not sound. We need to auto play streaming with sound enabled. So how we can first mute the video and then enable sound? this is our code please help us to achieve that, i know there is a way but i could not achieve that...
  4. yeprem

    Video stopped by the browser

    I successfully made an unmute video during auto-load but when started the video i changed stream.setVolume(1); Chrome automatically stops video how can I have sound autoplay video
  5. yeprem

    Video stopped by the browser

    We have this code import React, { useEffect, useRef } from 'react'; import "./FlashphonerComponent.scss"; function FlashphonerComponent() { useEffect(() => { const Flashphoner = window.Flashphoner; if (Flashphoner) { var SESSION_STATUS = Flashphoner.constants.SESSION_STATUS...
  6. yeprem

    Video loading issue

    Here is our settings keyframe settings is 2 seconds. Where we could see the quality is BAD?
  7. yeprem

    Video loading issue

    Hello Sometimes video is never loaded and we see this attached picture. Please help me fix this issue.
  8. yeprem

    How to get Stream trafic

    How can I see one video stream traffic(Viewers count) during one month?
  9. yeprem

    Video loading time issue

    Before this we did that and interval we settup to 1000 periodic_fir_request=true periodic_fir_request_interval=1000 What else we can do? Sometimes it's open after 5 seonds and sometimes the same video autoplay after 15 seconds
  10. yeprem

    Video loading time issue

    Hello We have a video loading time issue. Sometimes video loads in less than 5 seconds and sometimes it take more than 15 seconds Our clients want to video loading time to be around 5 seconds. Please give a solution, we are Premium user. looking forward to your reply, i's very urgent.
  11. yeprem

    Ubuntu 22.04 CPU highe load issue

    @Max have you seen our question?
  12. yeprem

    Ubuntu 22.04 CPU highe load issue

    last days our traffic has increased and we're having some issues, as I see it is related to ports_media_free. When I'm trying to start a new stream I'm getting an error no free ports available, also we're having issues with playback. Can you please assist how can I increase the number of...
  13. yeprem

    Ubuntu 22.04 CPU highe load issue

    Hello Thank you for your support, first, I want to mention seems with your help currently we don't have CPU issues. We have another issue related to Stream Auto play. We used this HTML Iframe code <iframe id='fp_embed_player'...
  14. yeprem

    Ubuntu 22.04 CPU highe load issue

    All codecs we commented on. Which can issue can it make
  15. yeprem

    Ubuntu 22.04 CPU highe load issue

    so may the issue be resolved if I remove vp8 and opus from the codecs list? we're not planning to increase the number of publishers only viewers number may grow during day. Also please look at the attached file, I noticed that during this issue disk latency also increases
Top