Search results

  1. hyuk

    Media port recycle

    Previously, I tested with 3 devices. Finally, we plan to test with 4 devices. A, B, C, and D all exchange video and audio in the same room. Only A transmits video and B, C, D transmits audio. So I think that A uses two ports for transmission because it has to transmit video and audio, and uses...
  2. hyuk

    Media port recycle

    Hi, I did not use this option. What happens to the default if no options are entered? I checked and the documentation says the default value is 1000ms. If so, 200 ports would have been enough when I tested it by myself, but I wonder why such an error occurred.. Have a nice day.
  3. hyuk

    Media port recycle

    Hi, Is there a way to reduce the time occupying the media port when streaming? For security reasons, only about 200 media_ports were being used. I tested iteratively with 3 devices by myself. At some point, an error stating that there are no remaining ports occurred, and further testing was not...
  4. hyuk

    Alternatives to service abnormal termination

    There is no /var/log/messages folder. There is also no errorPID.log file. Do I need to edit flashphoner.properties to see it? The log files related to error are dtls-error.log and media-session-error.log. The log files mentioned are all empty. I checked the server_log file at the time of service...
  5. hyuk

    Alternatives to service abnormal termination

    I checked it wrong. The version is 5.2.966. I'll check the log folder tomorrow. Thank you for answer.
  6. hyuk

    Alternatives to service abnormal termination

    Hi. The flashphoner service (version 5.2.96 / openjdk 12) running on a closed network died twice in a month. (There was no such problem in the flashphoner service that we are operating and not in a closed network environment. Compared to the server we are using, the server specifications are...
  7. hyuk

    [WCS] Inquiries about turn servers related to WCS

    Hi. I am currently building a service in an isolated network environment. I have to meet some conditions in the security policy, but I'm not sure how. It's hard to explain in words, so I attached an image. The part that needs confirmation is the red part. It is said that the network connection...
  8. hyuk

    CONNECTION_QUALITY.UPDATE events

    Hi. I have a question about CONNECTION_QUALITY.UPDATE events. As I understand, clientFiltered is the client bitrate, and serverFilterd is the bitrate received by the server. In my opinion, serverFilterd is unconditionally lower than clientFiltered, but there are cases where it is high. Have I...
  9. hyuk

    closed network service

    Thank you for answer. For a fully isolated network, do I have to request a file every time a WCS update is needed? If I use a standalone license, are you only delivering files for one year? How do I view the serverID?
  10. hyuk

    samsung browser vp8 recording issue

    thank you. I confirmed it.
  11. hyuk

    closed network service

    Hi, I am trying to run a wcs server in a closed network. How do I install and authenticate the service in an environment where there is no internet connection? Please check if there are any examples to refer to. Have a nice day.
  12. hyuk

    This is a question about the mixer.

    Hi, I tried putting that code before, but the audio area still existed. The code for my mixer is as follows. mixer_mcu_audio=true mixer_mcu_video=true record_mixer_streams=true mixer_voice_activity=false mixer_show_separate_audio_frame=false...
  13. hyuk

    This is a question about the mixer.

    Hi, Mix and save video streaming (A) and audio streaming (B). The audio (B) sounds, but I don't want to see that area on the screen. The video (A) is displayed on the full screen, I tried adjusting the size of the audio (B), but it is not invisible. It looks like the audio (B) is lined over...
  14. hyuk

    samsung browser vp8 recording issue

    Yes. I added that code and tested it by restarting the service, but the problem reproduced.
  15. hyuk

    samsung browser vp8 recording issue

    Hi, The models we checked are not old models. Samsung Galaxy S20 Samsung Galaxy S10 5G ( Android 10 ) ( https://www.samsung.com/sec/support/model/SM-G977NZSAKTC/ ) Samsung Galaxy S10e All the devices I have are fine with the Chrome browser, but with the Samsung browser. I didn't have the code...
  16. hyuk

    samsung browser vp8 recording issue

    Hi, Are there any improvements to this issue?
  17. hyuk

    galaxy s10 reconnect issue

    I understand that the example doesn't fit the conferece example. I tried to find the code for the conference example, but couldn't find it. So it was arbitrarily modified.. Currently, I added a log in the attached code and checked it. - Wifi Flashphoner.roomApi.connect > joinRoom > Local...
  18. hyuk

    galaxy s10 reconnect issue

    As you can see from the code attached above, I rejoined the room and published the stream. A problem occurs when the Samsung Galaxy S10 5g phone is used in wifi and forced to change to lte. Once the problem occurs, the problem persists after pressing the refresh button. If you completely close...
  19. hyuk

    How can I clear the video recording icon (red icon) in Chrome browser?

    Thank you for quick response. In the sample code, if you use the code provided, the red button disappears normally. However, the red button does not disappear in my development code. In my development code, I used a custom display. How do I close it in this case...
Top