Search results

  1. hyuk

    video receive problem

    Hi Video reception is not available from a specific computer on the local network. For reference, all other computers work fine. I am using 3478 as the turn server port, and I have confirmed that the packet is passed. The wireshark logs from the PC client side are attached by dividing the...
  2. hyuk

    Is there a way to transmit the video by converting the screen 90 degrees when transmitting the video?

    Hi, Is there a way to transmit the video by converting the screen 90 degrees when transmitting the video?
  3. hyuk

    The ROOM_EVENT.PUBLISHED event occurred, but the video cannot be played.

    Hi, It may be a slightly vague question. I tested it on two flahphoner servers, but the results are wrong. Server A - 5.2.795 WCS, coturn server Server B - 5.2.945 WCS, coturn server When the "ROOM_EVENT.PUBLISHED" event occurs on the video receiving side, the participant's stream is played...
  4. 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...
  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.

    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 ->...
  7. 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...
  8. 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...
  9. 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
  10. 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?
  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

    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...
  13. 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...
  14. 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...
  15. 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...
  16. 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.
  17. 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...
  18. hyuk

    galaxy s10 reconnect issue

    hi.. RetryToRestart(https://docs.flashphoner.com/display/WEBSDK2EN/How+to+reconnect+to+a+stream+automatically) does not work properly on samsung galaxy s10. ( Chrome 86.0,4240.198 ) It doesn't look like a problem on the samsung galaxy s20. Is there any problem with my code? The source code is...
  19. hyuk

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

    Hi.. The recording icon appears when the video is transmitted from the Chrome browser. I want to remove the recording icon at the end of the transmission, what can I do?
  20. hyuk

    samsung browser vp8 recording issue

    Hello. Users who have purchased and are using WCS licenses. There is a problem during the test, so we ask for confirmation There is no problem with live video if you publish video with codec (VP8) in mobile Samsung browser. However, when playing the saved video, it is broken by 100% after 30...
Top