Search results

  1. hyuk

    Video packets do not pass from turn server to media server for more than 40-50 seconds.

    Hi. I am not sure if it is a turn server problem or a WCS problem, so I am writing this in frustration. We are using an external turnserver to send data to the WCS media server. Briefly, data is transmitted to Public IP -> Firewall -> L4 Switch -> Turn Server -> Network Connection Equipment ->...
  2. hyuk

    ios mute issue

    hi.. I put this code in order to have the voice come out automatically without unmute. setTimeout(function () { stream.muteRemoteAudio(); stream.unmuteRemoteAudio(); }, 1500); However, the video freezes as soon as the mute is released. Is there a way to watch the audio and video without pressing...
  3. hyuk

    mobile ios 15.1 safari publish error

    Thank you !!
  4. hyuk

    mobile ios 15.1 safari publish error

    There is a problem when broadcasting live with this sample. Versions below mobile ios 14 do not seem to have any problems. The page is reconnected without any errors before the camera is connected. If I put h264 in stripcodecs it works. What is the problem? When transcoding, the cpu share is...
  5. hyuk

    Disconnecting the client's video connection on the server side

    Hi, Is there a way to disconnect the client from the server side? What I want is to disconnect users connected to a specific room from the server side regardless of the client's will. https://flashphoner.com/docs/wcs5/wcs_docs/html/en/wcs-developer-guide-2/index.html?video_conference_web_sdk.htm
  6. hyuk

    Internal turn question

    Thank you for quick response. :)
  7. hyuk

    Internal turn question

    ice_tcp_transport=true Are you saying that the option is an option used when using it directly without going through the Turn server? Thank you for quick response.
  8. hyuk

    Internal turn question

    Hi, When using the internal turn server, it was confirmed that the port can only be used with tcp. As I checked while changing the options in flashphoner.properties, the turn server does not operate normally if the option ice_tcp_transport=true is set. Any reason?
  9. hyuk

    ipv6 setting

    The problem of binding not working when ip and ip_local are set differently from ip_v6 has been resolved. Checked normal operation when not using coturn or flashphoner's internal turnserver. However, there is a problem with operation when using a turn server together. How to set up to use...
  10. hyuk

    ipv6 setting

    Thank you for quick response. As I wrote in the question above, I tried using it except netmask. The port failed to bind normally. In ipv4 it worked fine. I just changed it to ipv6 and I ran into a problem. The createSession option is set the same except that we used udp. What value should be...
  11. hyuk

    ipv6 setting

    I am changing the settings to make the flashphoner work in the ipv6 environment, but there is a problem with the operation. I refer to the document below. https://docs.flashphoner.com/display/WCS52EN/IPv6+support+for+WebRTC For reference, let's assume that our ipv6 address is...
  12. hyuk

    Media port recycle

    Thanks for the quick response. Is there a convenient way to see currently occupied and free media ports on a server?
  13. 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...
  14. 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.
  15. 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...
  16. 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...
  17. 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.
  18. 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...
  19. 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...
  20. 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...
Top