Search results

  1. hyuk

    How to remove and reinsert audio during video transmission (mute X)

    I wrote it down as a title, but I'm planning to use the microphone permissions for a short time elsewhere. For muteAudio, microphone resources were still being used by webrtc. I would like to delete the audio track, use its microphone permissions on another resource, and then get the permissions...
  2. hyuk

    How to remove and reinsert audio during video transmission (mute X)

    I've learned that during video broadcasting, it's possible to remove only the audio without interrupting the video. I understand that I can use addTrack to reintroduce the audio without interrupting the video. However, I'm unsure how to create an audio stream. Could you advise me on the methods...
  3. hyuk

    Video transmission stops midway

    I have now confirmed that “Previous segment not captured” appears periodically. There was almost no video interruption for 40 seconds at the receiving location. However, it appears that the above error was occurring periodically even before 40 seconds had passed. Rather than stopping due to the...
  4. hyuk

    Video transmission stops midway

    Thank you as always for your quick replies. I would like to ask again to confirm. Are you saying that there is no possibility of the above problem occurring because the Turn server does not properly transmit data to the WCS server or does not receive a response?
  5. hyuk

    Video transmission stops midway

    1. TURN server address - 192.168.1.12 WCS server address - Since it is a tcp port 3478 dump, there is no relevant information. client address - 223.38 2. client is publishing. 3. "Finally, TURN server breaks the connection (reset) " - Data was not coming properly even before that time. I think...
  6. hyuk

    Video transmission stops midway

    Hi, I've been thinking about it on my own and can't seem to come up with an answer, so I'm asking. After L4 switch, there are two TURN servers (routed through a load balancer), and these TURN servers (A, B) communicate with Flashphoner media servers in different networks. The issue is that the...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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"...
  13. 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...
  14. 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?
  15. 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...
  16. 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.
  17. 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...
  18. 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...
  19. 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
  20. 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...
Top