Search results

  1. T

    Web call server down suddenly

    The web call server suddenly down, what should i check? Thanks - The REST API cannot connect now. - Cannot start streaming. - Cannot go to the demo page. /usr/local/FlashphonerWebCallServer/logs/server_logs$ tail -f /usr/local/FlashphonerWebCallServer/logs/server_logs/flashphoner.log...
  2. T

    webrtc client cannot view on some networks

    I knew the reason, the ip on the flashphoner.properties is set to the local network IP.
  3. T

    webrtc client cannot view on some networks

    Config: RTSP CAM -> WCS ->WebRTC ->ios safari, On some network the same ios device can view the webrtc video, but some not. USE LTE cannot view, use some wifi can, some cannot. If i use the failed network to test on the demo page's Player, it show Failed by ICE timeout. What setting do i...
  4. T

    Video freezing after a few hour

    I have no records, but very big logs file (It took up all my disk space), How to limit the logs size? is it because i am using client_log_level=DEBUG?
  5. T

    Video freezing after a few hour

    After Updated to 5.2.971 There is a folder created: in the path /usr/local/FlashphonerWebCallServer-5.2.971-217c232d3e203f2e45cb82a28d82ce42a9302df5 it took up all my disk space about 950GB, is it safe to delete it?
  6. T

    Video freezing after a few hour

    When high cpu usage and video freezing, In the server log, i got the following error, what does it mean? CPU is 11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz, 16 cores Memory: 5.65 GiB used / 9.28 GiB cached / 15.28 GiB total 16 rtsp connection without transcoding, and 16 webrtc viewer, all are...
  7. T

    Question about the Rest-api to connect rtsp link.

    I use the rest api on server to connect a rtsp link using https://XXXXXXXXXXXXX/rest-api/rtsp/startup for example: body: { "uri":"rtsp://abc:pwd@XXXXXXXX:554/v1", "localStreamName": "test1" } After testing, whether it is success to connect the rtsp or not, it will also return http 200. so...
  8. T

    Video freezing after a few hour

    Hello, Can you check, the flashphoner process is now at high CPU usage for a 16 cores PC, but only 1 RTSP is connecting and 2 viewer viewing, and video is very laggy, the RTSP is smooth when direct connect from VLC player.
  9. T

    Video freezing after a few hour

    The PC loading is very low, only 25%, as the video resolution is not high.
  10. T

    Video freezing after a few hour

    iperf3: interrupt - the client has terminated C:\Tools\iperf-3.1.3-win64>iperf3.exe -c XXXXXXXXXXX -p 5201 -R Connecting to host XXXXXXXXXXXX, port 5201 Reverse mode, remote host XXXXXXXXXXX is sending [ 4] local XXXXXXXXXXX port 60072 connected to XXXXXXXXXXXX port 5201 [ ID] Interval...
  11. T

    Video freezing after a few hour

    From the chrome://webrtc-internals, It is still streaming, but video is freezing.
  12. T

    Video freezing after a few hour

    The bandwidth from server to PC should be ok, as there is only our browser connecting (Still in testing phrase) and If it is not enough, should the problem happen immediately, not after a few hour. Stream distribution optimization What actually it is doing? Any side effect?
  13. T

    Video freezing after a few hour

    Just did a long run testing, after viewing video for a few hour, the video was freezing on both windows chrome and edge on same PC from 17 different rtsp cameras. If i using /rest-api/stream/find_all to check, all the session and rtsp are still connecting, if i stop the session without pubishing...
  14. T

    Question about Playing a stream in custom HTML5 video element

    Ok, thanks for your information, hope you have any solution for me, as the camera video is captured on 4:3 ratio, and need to show in 16:9 to make the aspect ratio correct on the browser. Now only have problem on ios devices.
  15. T

    Question about Playing a stream in custom HTML5 video element

    It is not problem (Wrong aspect ratio) only on Safari on iOS, it is also have problem on Chrome on iOS.
  16. T

    Question about Playing a stream in custom HTML5 video element

    OK, as it affected our deployment, so please try to give me solution as soon as possible, thanks
  17. T

    Question about Playing a stream in custom HTML5 video element

    Updated the code, I want the video to fit the video tag, not to keep the aspect ratio. As the video is 704x576, and i want it to display as 16 to 9 ratio. I have updated the page, the rtsp stream is 704x576 (4 to 3 ratio) and i want to display it on 16 to 9 ratio, all broswers work except on...
  18. T

    Video not smooth or stopped on iOS

    It is working now, but i didn't do anything??? Actually, it was working fine before, but suddenly not work on yesterday, but now it is working again, so i am a bit worry...
  19. T

    Video not smooth or stopped on iOS

    In my case, i have added receiveAudio: false, but the problem still exist.
Top