Search results

  1. hyuk

    mixer question

    Is there anything I should be aware of when using the Mixer API? For reference, video transmission and reception are working without problems. The mixer API doesn't work, so I simply requested mixer/startup, but I get a binding error. Error attached. Please confirm.
  2. hyuk

    participant's video play issue

    STREAM_STATUS.FAILED is raised when playing a participant's video. It happens frequently on one particular computer. The first time I open the browser it doesn't play close to 100% In what cases does that error fall? The participant's video is being transmitted normally and works normally if...
  3. hyuk

    FlashphonerWebCallServer cannot be started from user flashphoner, please fix the permissions to the folders or run 'webcallserver set-permissions'!

    I have flashphoner 5.2.1555 version installed. Error starting server using flashphoner user. "FlashphonerWebCallServer cannot be started from user flashphoner, please fix the permissions to the folders or run 'webcallserver set-permissions'!" sudo ./webcallserver set-permissions I tried using...
  4. hyuk

    Services in the closed network do not run. what error is it?

    Services in the closed network do not run. what error is it? --- gc-core-2022-12-22_17-38.log start ----- OpenJDK 64-Bit Server VM (25.352-b08) for linux-amd64 JRE (1.8.0_352-b08), built on Oct 21 2022 14:30:59 by "mockbuild" with gcc 4.8.5 20150623 (Red Hat 4.8.5-44) Memory: 4k page...
  5. 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...
  6. 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?
  7. 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...
  8. 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...
  9. 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...
  10. 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 ->...
  11. 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...
  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

    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?
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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.
Top