Search results

  1. djuka

    connect failed

    Hi, I have issue to make connect request and WS response shows FAILED with next error: { "status": "FAILED", "info": "com.flashphoner.rest.server.exception.IncorrectJsonFormatException, Bad Request, Invalid UTF-8 middle byte 0x6e, ts: 1709299573899, path: /apps/RoomApp/connect"...
  2. djuka

    cli apps

    Is this URl of my rest api to catch events? or it is some internal flash phoner app. if I remove url of RoomApp and put my rest api url my room aplication does not work. In my rest api I return content for 'connect', 'OnDataEvent' and 'ConnectionStatusEvent', but room app not work. No...
  3. djuka

    Synchronization problem on multi-stream mixing

    I am using the 1843 version. Is it possible to use the property: enable_empty_shift_writer=true since some multiple-stream recordings have synchronization problems between video and audio. And, is there a possibility to get all mediaSessionIds of all participants in the room using Web SDK on...
  4. djuka

    Problem with latest versions 1914 and 1920

    I have JDK17 and installed 1920. But after a couple of hours, my memory was eaten. Rest-api became not responsive. I have 12GB of ram and my wcs-core.properties is like this: ### SERVER OPTIONS ### # Set this property to false to disable session debug -DsessionDebugEnabled=false # Disable...
  5. djuka

    Too many open websocket connections

    The rest api stops responding and when I checked the stats parameter 'connections_websocket' displayed 90 and 'streams_webrtc_in' was 0. After I restarted webcall server it was fine. Should I set some parameter to enable connection close when there is no stream in?
  6. djuka

    Multi-stream recording issue

    I have a multi-stream recording finished as *.mp4.tmp file. The file is not playable. The mixer did not process mixing, probably because the file was incorrect or the session was not closed. How can I fix this file?
  7. djuka

    Streaming issue on Windows Chrome 120.0.6099.71

    I have a problem with streaming on the latest Windows Chrome 120.0.6099.71. Streaming stops after approximately 15 seconds without any error displayed. I tried it on the same version of Chrome in Ubuntu Linux, and all works fine. What could be the problem?
  8. djuka

    Mixer text - can't remove room name from stream label text

    I use off line mixer to join streams into one video file. But, room name always appears in the front of stream label text. I tried: "mixerTextDisplayRoom": false in offline-mixer.json and mixer_text_display_room=false in flashphoner.properties and no change, room name is always there. How to...
  9. djuka

    Limit number of opened sessions per IP

    Hi, Is there a way to limit the number of opened sessions or websocket channels per IP address on the Flashphoner server? I often have one streaming active but 40-60 websocket channels opened.
  10. djuka

    iOS15.1.1 websocket issue

    Hi Max, I have an issue with WebSocket communication with Safari client on iPhone 12 iOS 15.1.1. They have changed something in the new firmware version and now WebSocket connection drops immediately after the connection started. I found some solution on the net and it reflects to disable...
  11. djuka

    Conference record policy template

    Hi, 1) I use property 'stream_record_policy_template' for my stream recordings on the WCS. Is there a similar parameter to determine the conference recording filename template? 2) Is it possible to determine the different recording directory for conference recordings and not to use 'record_dir'...
  12. djuka

    ChatRoom no video

    Hello, I tried VideoChat code from client2 on my local environment and I can't get video in the application. Connection is established but no local video in the frame. Then I used your demo.flashphoner.com and section VideoChat to try my server and I found that does not work even on your demo...
  13. djuka

    Streams overview

    Hi, we have licensed Flashphoner installed on our servers and we have one question: can we get real-time information about currently opened streaming channels on server?
  14. djuka

    Huge flashphoner.log files

    I have a problem with flashphoner.log files in the server logs folder. Files are huge and mostly populated with debug entries. How to disable DEBUG logs in flashphoner.log files and have only INFO, WARN, or ERROR?
  15. djuka

    Resolution always 320x240

    I set constraints like this: constraints = { video: { width: {min:320, ideal: 640, max:1920}, height: {min:240, ideal: 480, max:1080}, minBitrate: 200, maxBitrate: 1800, frameRate: 20...
  16. djuka

    Automatic resolution switch

    Hi, I have set video resolution like this: video: { width: {min:320,max:640}, height: {min:240,max:480} } On mobile devices I get recordings always 640x480 even if the network is slow. Is there a possibility to automatically switch from 640x480 to 320x240 if the network is slow?
  17. djuka

    Limited FPS from mobile

    I try to use FP to record streams from mobile but from different mobile devices, I got recordings with different framerate regardless of what is set in the javascript constraints. I set 25 for frameRate but recordings have form 10 to 30. What is the purpose of frameRate property actually?
Top