Search results

  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...
  15. hyuk

    Ensuring Consistent Speakerphone Volume Control for Published Video Playback

    I have already tried that feature, but only one default sound device appears. I tested it using on the "Media Devices" demo site by connecting the WebSocket server to our own server (the Flashphoner WebSocket site returned a fail). During the tests, I noticed something unusual: when I entered...
  16. hyuk

    Ensuring Consistent Speakerphone Volume Control for Published Video Playback

    I am conducting tests on the demo site with two-way streaming and have encountered an issue related to audio playback and volume control on Android devices. When adjusting the android ( galaxy flip 4 chrome web browser ) hardware volume buttons during a WebRTC connection, the volume always...
  17. hyuk

    Live Stream Recording Missing in Flashphoner: java.io.IOException: Null writer on file close Error Investigation

    When trying to send a file to a report, the error below occurs. The message <1731991807.673c18ff21e4a@flashphoner.com> for support@flashphoner.com is not delivered via ApMailer\Smtp. Error: 102: On step "Authentication" waiting for code 235, but server returned 535 5.7.8...
  18. hyuk

    Live Stream Recording Missing in Flashphoner: java.io.IOException: Null writer on file close Error Investigation

    During a live stream in the 241114aIPg519g room, I encountered an issue where the recording was not saved after the session ended. Upon checking the Flashphoner logs, I found the following error: java.io.IOException: Null writer on file close, maybe error during initialization...
Top