Search results

  1. hyuk

    Classification of participant's transmission type

    Hi, I am using the conference room api. Currently, it is divided into a participant who transmits video and a participant who transmits only audio. Participants who transmit only video are displayed on the screen and those who only transmit audio are hidden from the screen. To distinguish...
  2. hyuk

    The video is saved regardless of the option.

    We made a mistake. The mixer code was included in the code. Thank you for quick response.
  3. hyuk

    The video is saved regardless of the option.

    단, 옵션 값에 명시하지 않고 기록합니다. No other options, record_mixed_streams is false.
  4. hyuk

    The video is saved regardless of the option.

    Yes. Our settings are as follows. The value of the isRecord option is true or false . publishStream = room.publish({ display: localVideo, cacheLocalResources: true, constraints: constraints, record: isRecord...
  5. hyuk

    The video is saved regardless of the option.

    When publishing in flashphoner, the record option is set to true/false to operate variable. It works normally on our test server (wcs 5.2.912). However, in other servers (wcs 5.2.1109), the video is saved regardless of the option. Can you figure out why it is saved unconditionally regardless of...
  6. hyuk

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

    The error information in the previous question was wrongly checked by me. Sorry for the misunderstanding. I think I misread the server log of the client receiving the mediaSessionId where the problem occurred. It was "parentMediaSession", not "mediaSessionId". I remember that the video was...
  7. hyuk

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

    Looking at the TCPDUMP text log, it seems that the media packet only goes to the Coturn Server and is not forwarded to the network equipment for unknown reasons. If there is a problem with WCS, it sends a signal to Coturn Server that it will not receive any more data, so Coturn Server does not...
  8. hyuk

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

    Thanks so much for the advice on network structure. I'm asking because I don't understand L4 Switch. If there is a problem with L4 and data has not been delivered to Coturn Server, isn't it true that there is no log of STUN packets coming in like the attached text log when using TcpDump on...
  9. 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 ->...
  10. 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...
  11. hyuk

    mobile ios 15.1 safari publish error

    Thank you !!
  12. 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...
  13. 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
  14. hyuk

    Internal turn question

    Thank you for quick response. :)
  15. 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.
  16. 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?
  17. 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...
  18. 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...
  19. 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...
  20. 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?
Top