Search results

  1. hyuk

    RTSP Stream Not Working in Flashphoner but Plays Fine in VLC

    I am working with RTSP streams and have configured the codec to H.264. After this change, channel/101 is functioning properly on WCS. However, I am still facing an issue where channel/201 does not play on WCS. VLC shows that the codec for channel/201 is H.264, but WCS is unable to stream it. I...
  2. hyuk

    RTSP Stream Not Working in Flashphoner but Plays Fine in VLC

    Thank you First, I will change it to h264 and use it.
  3. hyuk

    RTSP Stream Not Working in Flashphoner but Plays Fine in VLC

    Hello, I am experiencing an issue with playing an RTSP stream on Flashphoner. The stream URL I am using is as follows: rtsp://test:qwer1234@14.47.158.130:554/ISAPI/streaming/channels/101 This stream plays correctly when I use VLC Player, but for some reason, it does not work when I try to...
  4. hyuk

    use multiple Ip

    I set the domain corresponding to the IP in the hosts file, added the domain to flashphoner properties, and restarted, and the IP returned to the previous settings. What's the problem? The flashphoner version is 5.2.945. (There seems to be no problem on servers using 5.2.1665.) add :: Even if...
  5. hyuk

    use multiple Ip

    Is there a way to enter multiple IPs in flashphoner properties? There are two relay servers, so it has more than two IPs. ex) ip=192.168.1.2/192.168.1.3
  6. hyuk

    API is not initialized

    It worked normally the first time I used it. I try to use it again after initing the room sdk without reloading the page, but the error occurs. If you try to use RoomApi.connect again after init fails, you will receive the error. When does this problem usually occur?
  7. 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...
  8. 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...
  9. 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...
  10. 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?
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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"...
  19. 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...
  20. 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?
Top