Recent content by sangsoo

  1. sangsoo

    Parsing error when collecting format prometheus stats

    Hello. We are collecting action=stats values using prometheus. After updating wcs version 1942, stconv parsing error occurs. The same symptoms are observed in the latest 1948 version. -----Version info----- wcs_version=5.2.1948-2ade12189ba6795a9b137c497e179847f3c1643d...
  2. sangsoo

    /rest-api/hls/find_all 500 error

    hello. When I run /rest-api/hls/find_all, I get a 500 error. ----Version info----- wcs_version=5.2.1782-2c19ea1c5c48070f3ee21c42cb9c322744c0a373 wcs_client_version=2.0.235-26b6eab7c0f8f6a0ff720922c5007bb7da59aa86 * flashphoner.properties HLS settings Set hls_store_segment_in_memory=false...
  3. sangsoo

    Problem joining the same Room twice with the same name while hooking RoomApp

    Thanks for the reply. I was incorrectly handling the response body data after post processing during the hooking process. It works fine now. Thanks.
  4. sangsoo

    Problem joining the same Room twice with the same name while hooking RoomApp

    Hi there. I am hooking the RoomApp ConnectionStatusEvent to handle abnormal termination (chrome tab closing) while joining a conference (Room). Basically, it works fine, but there is a problem when joining the same Room twice with the same name. -----Version info-----...
  5. sangsoo

    REST hooking connectionStatusEvent or streamStatusEvent in RoomAPI

    I missed the request to the internal WCS RoomApp . After receiving the resthook, I understood it to only do the return response for echo. I'll try again by adding a request. Thanks.
  6. sangsoo

    REST hooking connectionStatusEvent or streamStatusEvent in RoomAPI

    Hello Max, I have collected and sent the logs. I'll also refer to the reverse HTTP proxy set. Have a good weekend. Thanks.
  7. sangsoo

    REST hooking connectionStatusEvent or streamStatusEvent in RoomAPI

    Thank you Max. I haven't solved it yet. Our backend service is using Spring Boot, so it is difficult to pass a reason phrase. (Pass an empty string instead - "HTTP/1.1 200 ") In Tomcat 8.x, it was supported with sendReasonPhrase, but in Tomcat 9 it was removed. -...
  8. sangsoo

    REST hooking connectionStatusEvent or streamStatusEvent in RoomAPI

    Thanks for the reply. I have additional questions. OnDataEvent Hooking response data. 1. Fail if there is no "OK" phrase after 200? (I am testing it.) - Client failed to get status (SESSION_STATUS.SEND_DATA_STATUS ACCEPTED) 2. Is it okay to use keep-alive instead of Connection: close? 3. Other...
  9. sangsoo

    REST hooking connectionStatusEvent or streamStatusEvent in RoomAPI

    Hello. I try to hook only connectionStatusEvent (or streamStatusEvent) for the purpose of exception handling such as chrome tam termination during publishing. -----Version info----- wcs_version=5.2.1453-c00a60c817d01c644f542b044b48adce9314f727...
  10. sangsoo

    Problem when rotating the phone (90 degrees to the left) in Safari on iPhone (iOS16)

    Hello Max I tested again. (Symptoms occur in both publish and playback, and also in VP8.) In conclusion, after enabling "cvo extesion" in iOS16, the video is displayed normally. (I made a mistake, I needed a cam local publishing video refresh in the media device sample.) Sorry for the...
  11. sangsoo

    Problem when rotating the phone (90 degrees to the left) in Safari on iPhone (iOS16)

    Thank you Max. The result of cvo extension option on/off was the same. I will refer to the contents of the document. For reference, the rear camera has the same symptoms when rotated 90 degrees to the right.
  12. sangsoo

    Problem when rotating the phone (90 degrees to the left) in Safari on iPhone (iOS16)

    Hello When the phone is rotated (left 90 degrees) in Safari on iPhone (iOS16), the phone cam looks distorted. A right 90 degree rotation is normal. - https://demo.flashphoner.com/client2/examples/demo/streaming/two_way_streaming/two_way_streaming.html ----- My WCS Version info-----...
  13. sangsoo

    How to get real-time stat information of conference

    Thank you for answer. It's a little disappointing, but I think it's a good way to use it enough. We will collect room information as streams_viewers value. It was very helpful. thank you
  14. sangsoo

    How to get real-time stat information of conference

    hello. We did a load test referring to a recent blog post. 1. What kind of server do you need to run a thousand WebRTC streams? 2. 10 Important WebRTC Streaming Metrics and Configuring Prometheus + Grafana Monitoring 3. WebRTC Back and Forth -----Version info-----...
  15. sangsoo

    After stream recording, the video rotates 270 degrees

    That is a good news. Max But the update fails, please check it. -----Version info----- wcs_version=5.2.1140-7ce4ffa8483526ce9bd4c94fe80ab0247659e3d5 wcs_client_version=2.0.212-ecbadc3d0850a638ae9eb784708539780a1ffbef thank you.
Top