Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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
  7. 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?
  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

    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...
  10. 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...
  11. 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...
  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

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

    mixer question

    Is there anything I should be aware of when using the Mixer API? For reference, video transmission and reception are working without problems. The mixer API doesn't work, so I simply requested mixer/startup, but I get a binding error. Error attached. Please confirm.
  18. hyuk

    participant's video play issue

    STREAM_STATUS.FAILED is raised when playing a participant's video. It happens frequently on one particular computer. The first time I open the browser it doesn't play close to 100% In what cases does that error fall? The participant's video is being transmitted normally and works normally if...
  19. hyuk

    FlashphonerWebCallServer cannot be started from user flashphoner, please fix the permissions to the folders or run 'webcallserver set-permissions'!

    I have flashphoner 5.2.1555 version installed. Error starting server using flashphoner user. "FlashphonerWebCallServer cannot be started from user flashphoner, please fix the permissions to the folders or run 'webcallserver set-permissions'!" sudo ./webcallserver set-permissions I tried using...
  20. hyuk

    Services in the closed network do not run. what error is it?

    Services in the closed network do not run. what error is it? --- gc-core-2022-12-22_17-38.log start ----- OpenJDK 64-Bit Server VM (25.352-b08) for linux-amd64 JRE (1.8.0_352-b08), built on Oct 21 2022 14:30:59 by "mockbuild" with gcc 4.8.5 20150623 (Red Hat 4.8.5-44) Memory: 4k page...
Top