Recent content by hyuk

  1. hyuk

    webcallserver not working

    For now, I plan to continue using the current version, as it works fine when run as root. SSH doesn't support external access for security reasons. Are you saying it's okay to use an older version of the JDK for WCS 5.3.154? What are the minimum JDK requirements for WCS 5.3.154?
  2. hyuk

    webcallserver not working

    OpenJDK version 11.0.24 is installed. Does this require version 21 (5.3.126) or higher? I'm installing it in a location that doesn't have external SSH access. And if I run it as root, it works, but if I just use it, will there be any problems? Since it's a place where it's difficult to import...
  3. hyuk

    webcallserver not working

    When I run sudo ./webcallserver set-root-mode enable , the error disappears. The server was working fine a week ago, so why is this suddenly happening? For reference, it is said that some security measures have been taken on the server in the meantime, but it does not seem that there have been...
  4. hyuk

    webcallserver not working

    ./webcallserver start doesn't work. When can this error occur? For reference, it seems to have stopped working after adding the stream module to nginx, but I don't know the exact cause. The problem persists even after stopping the nginx process. Also, in setenv.sh, I added export...
  5. hyuk

    RTSP over TCP (Interleaved) stalls after initial frames when traversing DNAT relay - need WCS NAT/IP advertisement and keep-alive guidance

    Hi, We’re relaying RTSP through a DNAT-only middle server. Even with RTSP over TCP (interleaved) forced on the client, playback shows a few initial frames then freezes when going through the relay. Direct connection to the WCS host plays smoothly. 1) Environment WCS (Flashphoner) host...
  6. hyuk

    Flashphoner RTSP Configuration and streamName Usage Inquiry

    Hello, I have configured my flashphoner.properties as follows: rtsp_server_auth_enabled=false rtsp.port=5554 With this setup, can I access a stream published via roomApi using the URL format rtsp://ip:5554/streamName? Also, when I call the stream/find_all API, I get the following response...
  7. hyuk

    How to obtain a client’s sessionId (for /connection/find API) from WebSDK

    I am trying to connect using ssh -p 2001 admin@localhost in order to register a REST hook, but I have never set a password and the default credentials (admin / admin) do not work. Could you please advise on the reason why the default password is not accepted and how to resolve this issue?
  8. hyuk

    How to obtain a client’s sessionId (for /connection/find API) from WebSDK

    Hi, We are using the Flashphoner WebSDK (Room API) on the client side, and we want to check if a user is connected by calling the /connection/find API from the server. However, it seems that the sessionId required by /connection/find is different from the value returned by session.id() in the...
  9. hyuk

    Delayed disconnect after unPublishStream and WebSocket timeout handling in Flashphoner WCS

    add ) keep_alive.server_interval=1000 keep_alive.probes=1 For now, I've done this, and the ping-pong time has passed, so the connection from the server is disconnected and re-established quickly, but it seems like the onDisconnection event is not being called. When is onDisconnection called?
  10. hyuk

    Delayed disconnect after unPublishStream and WebSocket timeout handling in Flashphoner WCS

    We are currently experiencing an issue with how disconnect events are handled in our WebRTC-based application using Flashphoner WCS. The application was developed quite a long time ago, and unfortunately we no longer have a record of which WCS version was used during development. In our...
  11. hyuk

    Is it possible to use two TURN servers for communication with the media server?

    Hello, I am setting up Flashphoner media server with TURN servers, and I would like to use two TURN servers for communication. Here's my setup: Configuration: Client → TURN Server 1 (External IP: 1.1.1.1) → TURN Server 2 (External IP: 2.2.2.2) → Flashphoner Media Server The TURN Server 1...
  12. hyuk

    Ensuring Consistent Speakerphone Volume Control for Published Video Playback

    It is difficult to determine where the sound is coming from, as it plays across the entire device, making it hard to pinpoint its source. However, as mentioned previously, in most cases, the hardware volume keys do not adjust the volume. Instead, the media volume needs to be adjusted...
  13. hyuk

    Ensuring Consistent Speakerphone Volume Control for Published Video Playback

    It only displays as "default" without providing any additional information, so it's impossible to know what it represents. Even after checking the logs, no additional information could be obtained. ※ After testing three times on an older device, it worked correctly. For your reference: LG G7+...
  14. hyuk

    Ensuring Consistent Speakerphone Volume Control for Published Video Playback

    Samsung Galaxy flip 4 (Android 14) in Chrome 131.0.6778.81 / Samsung Galaxy 23 (Android 14) in Chrome 131.0.6778.81 / Samsung Galaxy S20+ (Android 13) in Chrome 129.0.6668.82 This was confirmed on the Flashphoner demo site (Two-Way Streaming) All three devices showed only one default option...
Top