Recent content by sangsoo

  1. sangsoo

    Chrome extension v3 version upload problem

    Thank you for your reply. ---------------------------------------------- Code readability requirements Violation Reference ID: Red Titanium violation: The package contains obfuscated code ( Violating content: Code snippet: lib/flashphoner/flashphoner-room-api.js: this[_0x162a("0x5")] =...
  2. sangsoo

    Chrome extension v3 version upload problem

    Hello. I am creating a chrome extension that selects a browser tab and publishes a stream to the startup API. I am using flashphoner-room-api.js and it works well in the local environment using RoomApi.sdk. When uploading the code to extension-store, it is rejected because there are encrypted...
  3. sangsoo

    Parsing error when collecting format prometheus stats

    The parsing error occurs again. -----Version info----- wcs_version=5.2.1980-a16dfa9ec883190170331243063b66a17f782bac wcs_client_version=2.0.242-353e07227264ca622dcbca2b58be9611858e6b7d Please confirm.
  4. sangsoo

    Abnormally large server_log file issue

    Hello. An abnormal size server_log (about 50GB) has been generated on a running wcs. (flashphoner.log.2024-05-10-14, 59899027456byte) When I opened the log contents, it seems to be not normal log contents. I attach the head and tail 50 lines of the log file in question. The WCS settings I am...
  5. 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...
  6. 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...
  7. 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.
  8. 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-----...
  9. 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.
  10. 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.
  11. 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. -...
  12. 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...
  13. 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...
  14. 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...
Top