Search results

  1. hyuk

    RoomApi.sdk - RemoteFilterException

    I've tried the options provided in the response, but the issue persists. Through repetitive testing, it seems that the problem occurs when both the video sender and receiver create and enter a room almost simultaneously. Adjusting the timing might potentially resolve the issue, but it doesn't...
  2. hyuk

    RoomApi.sdk - RemoteFilterException

    Could you please provide information on the default value of 'rest_max_connections'? Considering our service is still in the testing phase with few active connections—mostly one or two users conducting repeated tests—I wonder if there's still a possibility of encountering the error mentioned...
  3. hyuk

    RoomApi.sdk - RemoteFilterException

    I would like to inquire about an issue that occasionally arises in my application. In my code snippet: room.publish({ display: localVideo, cacheLocalResources: true, constraints: constraints, record: isRecord, receiveVideo: false, receiveAudio: false, stripCodecs: strippedCodecs, sdpHook...
  4. hyuk

    room module error

    Uncaught TypeError: Cannot read properties of undefined (reading 'streams') (12240) at roomHandlers.<computed> [as ${roomId}] at Object.APP_DATA (12078) at wsConnection.onmessege (9770) The above error occurred when joining a room. Under what circumstances can this error occur? An error...
  5. hyuk

    Inquiry Regarding Connection Timeout Issue during Network Switching with Room API and Video Streaming

    Thank you for your kind and quick response. I'm using RoomApi.connect. RoomApi.connect({urlServer: wssUrl, username: .... roomApi calls for createSession in the sdk as shown below, but I thought it didn't work because the option was missing. Did I understand it wrong? flashphoner.js var...
  6. hyuk

    Inquiry Regarding Connection Timeout Issue during Network Switching with Room API and Video Streaming

    Hi, We are currently experiencing challenges in our Flashphoner implementation, specifically during video streaming using the Room API. When transitioning from LTE to WiFi, a connection timeout issue occurs, and the error message "The operation couldn't be completed, operation timed out"...
  7. hyuk

    failed console Failed to add stream to proxy

    Hi, We created a function to “publish” the video as soon as the video broadcaster “stops” the video while transmitting it. If the video receiver stops the first stream(stream.stop(remoteVideo))and then plays the second stream (participant.getStreams()[0].play(remoteVideo, options)), the...
  8. hyuk

    record problem question

    I will consider using SSD local storage. "Also we see a blocked recording threads." Could you please share how to check blocked recording threads?
  9. hyuk

    record problem question

    The above server is a temporary server created to reproduce the problem, so its specifications are not good. Currently, there is a 15% chance that the video is not being saved on a server that we cannot access, and I think this may be because some recording threads are blocked. (For reference...
  10. hyuk

    record problem question

    SSH information has been sent by report. The issue where live video cannot be saved has been reproduced on the server since about 4 hours ago.
  11. hyuk

    record problem question

    Since I didn't get the answer I wanted, I restarted the problematic webcallserver. As I mentioned above, when I restart the webcallserver, a temporary file is created normally and the record_hook operates. I don't understand why it doesn't work when using webm. I am vp8, temporary files are...
  12. hyuk

    record problem question

    Temporary files have been created continuously from before. In fact, we are testing with dual servers, but temporary files are still being created normally on other servers. record_tmp_dir=/usr/local/FlashphonerWebCallServer/records (local hard drive) For reference, not only the temporary file...
  13. hyuk

    record problem question

    There is still an error, so I will upload the log file to Google Drive and provide a link. https://drive.google.com/file/d/1BbsQ_3RzNHlkXL5j0jye3R4ZCYDcSqJy/view?usp=sharing
  14. hyuk

    record problem question

    A problem arose during the repro test. Temporary files are not being created at all on the server. Can you tell me what the problem is? It seems that if I restart flashphoner, it will be saved normally, but I left it without restarting because it seemed like I needed to check for the problem...
  15. hyuk

    record problem question

    Thank you for quick response. If record_dir is unavailable but record_tmp_dir is available, will a file be created only in record_tmp_dir?
  16. hyuk

    record problem question

    Hi, It's live, but there's an issue where the video isn't actually saved, so I'd like to ask a few questions. About 2 out of 10 cases are not saved on the server where the problem occurred. It looks like on_record_hook wasn't even called. The version in use is 5.2.1665. What is special is that...
  17. hyuk

    I want to do voice recognition.

    Hi, I want to perform some action by voice recognition during live. For example, I want to capture a specific word. Is there any support like voice recognition in flashphoner? If there is no supported function, I would like to use the voice data of the flashphoner directly. webrtc for...
  18. hyuk

    record issue

    This time, the temporary video file was created, but it seems that it was not created normally. The problematic roomId is 2306024Eljumbp. The recordStop.sh file is not called. The version is as above. (5.2.1440.) Attached the server log at the time of the problem. Can the log confirm the...
  19. hyuk

    record issue

    If it is not supported, it is correct that the video is not saved in any room, right? I've often heard that it can't be saved while using it, but this is the first time I've actually checked it. Previously, when I tested it, the video was always saved, and when I tested it after the problem...
  20. hyuk

    record issue

    hi.. The video was transmitted normally, but there is no saved video, so please contact us. The video was transmitted from the room with the room name 230524G8zIGOsk and the transmitted video was confirmed. But there is no saved video. Is there anything that could be the cause? The video...
Top