> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keyapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Live Streams

> Search for active or recent TikTok live streams by keyword, returning matching streams with viewer counts and host information.

<div className="inline-flex items-center gap-2 px-4 py-2 bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 rounded-lg">
  <span className="text-base">🪙</span>
  <span className="text-sm font-medium text-yellow-900 dark:text-yellow-100"><span className="font-semibold">1 credit</span><span className="text-yellow-700 dark:text-yellow-300 ml-1">per request</span></span>
</div>

## Copy for AI

<div className="my-6 rounded-xl border border-gray-200 bg-gray-50 p-5 dark:border-gray-800 dark:bg-gray-900/40">
  <div className="min-w-0">
    <p className="text-base font-semibold text-gray-900 dark:text-gray-100">🤖 Why Code When AI Can Do It For You?</p>
    <p className="mt-1 text-sm text-gray-700 dark:text-gray-300">Stop writing code like it's 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.</p>
  </div>

  <div className="mt-4">
    <button
      type="button"
      className="inline-flex items-center gap-2 rounded-md border border-emerald-300 bg-emerald-50 px-3 py-2 text-sm font-medium text-emerald-800 hover:bg-emerald-100 dark:border-emerald-700 dark:bg-emerald-900/30 dark:text-emerald-100 dark:hover:bg-emerald-900/50"
      onClick={() => navigator.clipboard.writeText(`I want to make an API call to https://api.keyapi.ai/v1/tiktok/live/search.

Please help me write code to make this API call and handle the response appropriately. Include error handling and best practices.

Here are the details:

Endpoint: GET https://api.keyapi.ai/v1/tiktok/live/search

Description: Search for active or recent TikTok live streams by keyword, returning matching streams with viewer counts and host information.

Required Headers:
--header 'Authorization: Bearer <YOUR_API_KEY>'

Parameters:
- keyword (Required): Search keyword. Example: baby
- region (Required): Country/region code (e.g. US, GB, DE). Example: US
- offset (Optional): When has_more=1, use the cursor for the next pagination.. Example: 0

Example Response:
{
"message": "success",
"code": 0,
"data": {
"status_code": 0,
"data": [
  {
    "type": 1,
    "lives": {
      "aweme_id": "7571634840607017741",
      "author": {
        "uid": "6856964356615734277",
        "short_id": "0",
        "nickname": "Carrie",
        "avatar_larger": {
          "url_list": null,
          "url_prefix": null
        },
        "avatar_thumb": {
          "uri": "100x100/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3",
          "url_list": [
            "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=8c64ca47&x-expires=1763089200&x-signature=oBNgaDQoivnjTC6ss7ehD9f3CQY%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8",
            "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=5226e912&x-expires=1763089200&x-signature=VwhSButZcvIfhAigMaKR96gq2%2F4%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8",
            "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=5501cd42&x-expires=1763089200&x-signature=g4IQ5L0RzHo56gyNVRVv0eSXZXE%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8"
   
... (truncated)`)}
    >
      <span>✨</span>
      <span>Copy for AI</span>
    </button>
  </div>
</div>


## OpenAPI

````yaml en/tiktok.openapi.json GET /v1/tiktok/live/search
openapi: 3.0.1
info:
  title: Tiktok API english documentation
  description: >-
    The english reference documentation of the Tiktok API includes the
    interface's purpose, parameter description, response status, and sample
    structure.
  version: 1.0.0
servers:
  - url: https://api.keyapi.ai
    description: Production
security: []
tags:
  - name: TikTok Influencer
  - name: TikTok Shop
  - name: TikTok Content
  - name: TikTok Intelligence
paths:
  /v1/tiktok/live/search:
    get:
      tags:
        - TikTok Content
      summary: Search Live Streams
      description: >-
        Search for active or recent TikTok live streams by keyword, returning
        matching streams with viewer counts and host information.
      operationId: get_api_v3_realtime_live_search
      parameters:
        - name: keyword
          in: query
          required: true
          schema:
            type: string
            example: baby
            default: baby
          example: baby
          description: Search keyword
        - name: region
          in: query
          required: true
          schema:
            type: string
            example: US
            default: US
          example: US
          description: Country/region code (e.g. US, GB, DE)
        - name: offset
          in: query
          description: When has_more=1, use the cursor for the next pagination.
          required: false
          schema:
            type: string
            example: '0'
            default: '0'
          example: '0'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties: {}
                example:
                  message: success
                  code: 0
                  data:
                    status_code: 0
                    data:
                      - type: 1
                        lives:
                          aweme_id: '7571634840607017741'
                          author:
                            uid: '6856964356615734277'
                            short_id: '0'
                            nickname: Carrie
                            avatar_larger:
                              url_list: null
                              url_prefix: null
                            avatar_thumb:
                              uri: >-
                                100x100/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=8c64ca47&x-expires=1763089200&x-signature=oBNgaDQoivnjTC6ss7ehD9f3CQY%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=5226e912&x-expires=1763089200&x-signature=VwhSButZcvIfhAigMaKR96gq2%2F4%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=5501cd42&x-expires=1763089200&x-signature=g4IQ5L0RzHo56gyNVRVv0eSXZXE%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                              url_prefix: null
                            avatar_medium:
                              url_list: null
                              url_prefix: null
                            follow_status: 0
                            custom_verify: ''
                            unique_id: carrietriner
                            room_id: 7571634840607018000
                            verify_info: ''
                            enterprise_verify_reason: ''
                            followers_detail: null
                            platform_sync_info: null
                            geofencing: null
                            room_cover:
                              uri: >-
                                tos-alisg-i-6sfwe43m1g-sg/e7770c4dd0fd4f7f8ee8fbc224ea8468.jpeg
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/e7770c4dd0fd4f7f8ee8fbc224ea8468.jpeg~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=3452ab8c&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=zw36kMv%2FM%2FZj2I1WQMgVDLzFFAk%3D
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/e7770c4dd0fd4f7f8ee8fbc224ea8468.jpeg~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=fad67d85&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=6zP2LPEDsE6xX9AF2Nmwj0WmW7s%3D
                              url_prefix: null
                            cover_url: null
                            item_list: null
                            type_label: null
                            ad_cover_url: null
                            relative_users: null
                            cha_list: null
                            sec_uid: >-
                              MS4wLjABAAAAFQEri25puoeeSCIPVbTAd6NB2Mp6tJ3fSai_Cx7xz6lpApHnAJ4zI5vBYzcYv-mV
                            need_points: null
                            name_field: nickname
                            homepage_bottom_toast: null
                            can_set_geofencing: null
                            white_cover_url: null
                            user_tags: null
                            bold_fields: null
                            search_user_name: Carrie
                            search_user_desc: carrietriner
                            search_highlight: null
                            mutual_relation_avatars: null
                            room_title: Reborn Baby Assembly
                            room_id_str: '7571634840607017741'
                            events: null
                            advance_feature_item_order: null
                            advanced_feature_info: null
                            user_profile_guide: null
                            shield_edit_field_info: null
                            can_message_follow_status_list: null
                            account_labels: null
                          cha_list: null
                          text_extra: null
                          video_labels: null
                          aweme_type: 101
                          image_infos: null
                          position: null
                          uniqid_position: null
                          geofencing: null
                          video_text: null
                          label_top_text: null
                          group_id: '7571634840693460237'
                          nickname_position: null
                          challenge_position: null
                          long_video: null
                          interaction_stickers: null
                          origin_comment_ids: null
                          commerce_config_data: null
                          room:
                            has_commerce_goods: false
                            is_battle: false
                          anchors: null
                          rawdata: >-
                            {"id":7571634840607017741,"id_str":"7571634840607017741","status":2,"owner_user_id":6856964356615734277,"title":"Reborn
                            Baby
                            Assembly","user_count":13,"client_version":420400,"cover":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=f87fb31f\&x-expires=1763089200\&x-signature=Gq5oeX78UY6Ifcui0fmKuJ86CD0%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=c6614c00\&x-expires=1763089200\&x-signature=bdQH6Yok%2FnTxKCDC5zVZ25QpWrQ%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=400684f6\&x-expires=1763089200\&x-signature=mHIO1OtrMbRYF7m79NWKPLXhOps%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3"},"stream_url":{"extra":{},"candidate_resolution":["SD1","SD2","HD1","FULL_HD1"],"live_core_sdk_data":{"pull_data":{"stream_data":"{\"common\":{\"session_id\":\"173-20251112032358143C8207847D280046B8\",\"rule_ids\":\"{\\\"ab_version_trace\\\":{\\\"10477\\\":[1749441195252],\\\"10765\\\":[1721180488121],\\\"10810\\\":[1732625569945],\\\"10814\\\":[1732625570224],\\\"11882\\\":[1727414761058],\\\"12298\\\":[1755604894166],\\\"2138\\\":[1690525345742,1690519087933],\\\"2598\\\":[1715159344978],\\\"3054\\\":[1704722391811,1701746596108],\\\"3450\\\":[1705387313810,1696749716805],\\\"4097\\\":[1725933627058,1721628097371],\\\"4238\\\":[1721648325234],\\\"7426\\\":[1740725804738],\\\"8957\\\":[1737372876846],\\\"8965\\\":[1745816582967],\\\"8993\\\":[1741184324527],\\\"9193\\\":[1745735167278]},\\\"sched\\\":\\\"{\\\\\\\"result\\\\\\\":{\\\\\\\"hit\\\\\\\":\\\\\\\"exclusive\\\\\\\",\\\\\\\"cdn\\\\\\\":2059},\\\\\\\"ids\\\\\\\":[\\\\\\\"ex_3809118(Weight:100)\\\\\\\"]}\\\"}\",\"query\":{\"audio_compressor\":\"ac_v1\",\"group_version\":\"71350460_1080_v1\",\"start_startup_1080\":\"v2\",\"apool\":\"v2\",\"audio_balance\":\"v3\",\"infos\":\"e8c42520eed979c97097e551676db2a3c186bbeec9b59e5de894671a350e\",\"max_push_res\":\"v3\",\"node_opt\":\"v3\",\"rtm_expr_tag\":\"mio_live_us_r1_v2\"},\"auto\":{\"strategy\":\"abr_bb_4live\",\"enable\":1,\"default\":\"hd\",\"list\":[\"uhd\",\"hd\",\"sd\",\"ld\"],\"enable_origin_resolution\":1},\"rtmp_ports\":{\"main\":{\"h2q\":443}},\"http_ports\":{\"main\":{\"h2q\":443}},\"user_count\":11,\"peer_anchor_level\":3,\"common_sdk_params\":{\"main\":\"{\\\"QuicVersion\\\":43,\\\"llash\\\":{\\\"UseTotalBuffer\\\":1,\\\"PreSwitchCheckDuration\\\":50,\\\"EnableAbrSwitchLog\\\":1,\\\"PreSwitchWaitThreshold\\\":100,\\\"EnablePreSwitch\\\":1,\\\"PreSwitchEnableWait\\\":1,\\\"RemoveTSWrap\\\":1,\\\"PreSwitchEnableDrop\\\":0,\\\"FixPrevBufferLog\\\":1},\\\"EnableUseLSS\\\":1,\\\"EnableSaveSCFG\\\":1,\\\"WaitSetSurfaceTimeout\\\":60,\\\"MediaCodecFrames\\\":7,\\\"EnableMcPipeline\\\":1,\\\"AudioWatermark\\\":{\\\"Enabled\\\":1,\\\"EnablePrivateRoom\\\":0,\\\"Density\\\":10},\\\"SizeOfGopSizeCollector\\\":3,\\\"AudioCalibrationType\\\":1,\\\"AudioGraphMaxCacheSize\\\":3,\\\"EnableQueryWinSize\\\":1,\\\"DurationOfCctkBwCollector\\\":5000,\\\"EnableAudioBalanceBySei\\\":1,\\\"EnableBinControl\\\":1,\\\"EnableGetMpdUrlOpt\\\":1,\\\"TargetOriginBitRate\\\":2000000,\\\"EnablePlayerFR\\\":1,\\\"LoudnessStrategy\\\":{\\\"EffectType\\\":10,\\\"Enable\\\":1,\\\"LibraParamsStr\\\":\\\"{    
                            \\\\\\\"max_block_size\\\\\\\": 1024,    
                            \\\\\\\"Version\\\\\\\": 0,    
                            \\\\\\\"used_in_live\\\\\\\": 1,    
                            \\\\\\\"live_target_lu\\\\\\\": -8,    
                            \\\\\\\"lower_limit_level\\\\\\\": -18,    
                            \\\\\\\"loudness_lookahead_window\\\\\\\": 0.4,    
                            \\\\\\\"noise_gate_compress_ratio\\\\\\\": 0.67,    
                            \\\\\\\"lu_type\\\\\\\": 0,    
                            \\\\\\\"use_no_mdsp_graph\\\\\\\": 1,    
                            \\\\\\\"limiter_peak\\\\\\\": -1,    
                            \\\\\\\"limiter_makeup_gain\\\\\\\": 1,
                            \\\\\\\"is_fixed_drc_compressor_ratio\\\\\\\":1,
                            \\\\\\\"drc_compressor_ratio\\\\\\\":2.5
                            }\\\"},\\\"cdn_name\\\":\\\"cdn77\\\",\\\"EnableUseNewSeiTypeInLoudness\\\":1,\\\"ABRCheckInterval\\\":1000,\\\"AudioSampleMap\\\":1,\\\"MediaCodecDeadTimeThresh\\\":1000,\\\"NetworkAdapt\\\":{\\\"HurrySpeed\\\":1.1,\\\"HurryTime\\\":3500,\\\"Enabled\\\":1,\\\"SlowTime\\\":666,\\\"SlowMillisecond\\\":666,\\\"HurryType\\\":0,\\\"EnableFixPtsShift\\\":1,\\\"SlowSpeed\\\":1,\\\"HurryMillisecond\\\":3500},\\\"LiveIOConfig\\\":{\\\"EnableLiveIO\\\":1,\\\"EnableLiveIOUseJavaThread\\\":0,\\\"EnableQuic\\\":1,\\\"EnableLiveIOUseNewInterface\\\":1,\\\"ConfigParams\\\":{\\\"Common\\\":{\\\"EnableRaceDefaultConfig\\\":1,\\\"EnableTaskListenerTransfer\\\":1,\\\"ff_live_cond_timeout\\\":50,\\\"EnableRaceFailFix\\\":1,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"EnableRaceRedirectly\\\":true,\\\"http_is_enable_prepare\\\":1},\\\"H2Q\\\":{\\\"HttpConfigJson\\\":{\\\"NewLog\\\":1,\\\"SendPeriodOfCCTK\\\":1000,\\\"ConnCheckTimeout\\\":120,\\\"NetworkStatsContent\\\":10000,\\\"EnableUseNewCCTKPath\\\":1,\\\"SCFGSaveIntvS\\\":1,\\\"ProcessWrite\\\":0,\\\"LiveIOEnableRejAsSchlo\\\":0,\\\"PING\\\":1,\\\"NetworkSeriesLen\\\":120,\\\"EnableGetCCTK\\\":1,\\\"ICSL\\\":5,\\\"AddNetworkSeries\\\":1,\\\"NetworkStatsStringifyType\\\":1,\\\"CCTKVersion\\\":2,\\\"EnableExtendHSK\\\":1},\\\"LSEngineParamJson\\\":{\\\"FastReSend\\\":1,\\\"FixCloseWithATTQ\\\":1,\\\"CloseOnNetChange\\\":1,\\\"EnableGetLocalAddr\\\":1}}},\\\"EnableABR\\\":1,\\\"EnableH2QPreconn\\\":1},\\\"EnableAsyncSetSurface\\\":1,\\\"EnableCheckDropAudio\\\":1,\\\"DurationOfGopSizeCollector\\\":20000,\\\"EnableABRCheckEnhance\\\":0,\\\"AudioPrerollTimeout\\\":500,\\\"NotifyCompletedImmediately\\\":1,\\\"ProtocolDowngrade\\\":1,\\\"AbrStallDegradeImmediately\\\":0,\\\"BufferDataMs\\\":500,\\\"StrategyInLSS\\\":{\\\"StrategyList\\\":{\\\"live_stream_strategy_abr_predict_bitrate\\\":{\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_abr_predict_bitrate\\\",\\\"Repeat\\\":1,\\\"StrategyInputParams\\\":{\\\"InputSettingsParam\\\":{\\\"begin_switch_up_counter_threshold\\\":2,\\\"game_params\\\":{\\\"enable_cctk_bw_prediction\\\":0,\\\"game_preview_disable_abr\\\":1},\\\"begin_quick_switch_time_ms\\\":20000,\\\"flv_bw_multiplier\\\":1,\\\"tls_min_buffer_diff_ms\\\":180,\\\"enable_only_check_latest_stall\\\":1,\\\"tls_buffer_watch_num\\\":9,\\\"degrade_to_upgrade_interval_threshold\\\":20000,\\\"enable_upgrade_check_network\\\":1,\\\"tls_min_downloadspeed_ratio\\\":0.8,\\\"enable_game_selector\\\":1,\\\"switch_up_counter_threshold\\\":6,\\\"tls_switch_interval_ms\\\":20000,\\\"pid_bw_multiplier\\\":0.75,\\\"enable_tls_upgrade\\\":1,\\\"enable_use_total_buffer\\\":1,\\\"reduce_buffer_threshold\\\":2,\\\"min_down_buffer_length\\\":0,\\\"enable_new_calibrate_bitrate\\\":1,\\\"tls_penalty_switch_time_ms\\\":30000,\\\"switch_down_counter_threshold\\\":3,\\\"enable_downgrade_for_low_buffer\\\":1,\\\"buffer_slope_threshold\\\":-0.5,\\\"enable_buffer_slope\\\":1,\\\"enable_bandwidth_allocation\\\":1,\\\"enable_downgrade_check_network\\\":1,\\\"switch_down_to_up_max_penalty_time_ms\\\":60000,\\\"enable_check_stall_series\\\":1,\\\"switch_down_to_up_penalty_time_ms\\\":20000,\\\"min_up_buffer_length\\\":0.5},\\\"Enable\\\":1,\\\"EnableSmartStrategyConfig\\\":1,\\\"InputFeatureList\\\":[\\\"PLAY-IoBitrate\\\",\\\"PLAY-BitrateList\\\",\\\"PLAY-StartTs\\\",\\\"PLAY-FirstFrameDownloadSpeed\\\",\\\"PLAY-FirstFrame\\\",\\\"PLAY-Bitrate\\\",\\\"PLAY-VideoBuffer\\\",\\\"PLAY-DownloadSpeed\\\",\\\"PLAY-StallState\\\",\\\"PLAY-IsPreview\\\",\\\"PLAY-NeptuneName\\\",\\\"PLAY-FastOpenDuration\\\",\\\"PLAY-CCTKCongestionInfo\\\",\\\"PLAY-StallStartSeries\\\",\\\"PLAY-StallDurationSeries\\\",\\\"PLAY-VideoTotalBuffer\\\",\\\"PLAY-VrtBitrateList\\\",\\\"PLAY-Protocol\\\"],\\\"EnableLocalStrategyModel\\\":1},\\\"Time\\\":1000},\\\"live_stream_strategy_bandwidth_estimator\\\":{\\\"StrategyInputParams\\\":{\\\"InputFeatureList\\\":[\\\"PLAY-CCTKCongestionInfo\\\",\\\"NETWORK-RecommendBitrate\\\",\\\"PLAY-Bitrate\\\"],\\\"InputSettingsParam\\\":{\\\"LiveProtectedDuration\\\":0,\\\"UseWithAttributionImpl\\\":1,\\\"CalculateSize\\\":10,\\\"MaxBwSampleSize\\\":10,\\\"PriorityMap\\\":{\\\"cctkBw\\\":10000,\\\"vodBitrate\\\":100},\\\"MaxSessionSize\\\":10,\\\"MaxBandwidthSampleDuration\\\":60,\\\"CalculateFunc\\\":2,\\\"MinBwEstimatorBitrate\\\":0,\\\"NetworkMatchMode\\\":1,\\\"CalculateEWMAFactor\\\":0.5,\\\"RemoveSampleTimer\\\":1,\\\"OverallStrategy\\\":1,\\\"MinPlayedDurationThresh\\\":0},\\\"Enable\\\":1,\\\"EnableSmartStrategyConfig\\\":0},\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_bandwidth_estimator\\\"},\\\"live_stream_strategy_startup_bitrate_predict\\\":{\\\"StrategyInputParams\\\":{\\\"InputFeatureList\\\":[\\\"PLAY-BitrateList\\\",\\\"NETWORK-RecommendBitrate\\\",\\\"PLAY-ResolutionMap\\\",\\\"PLAY-IsPreview\\\",\\\"PLAY-PushResolution\\\",\\\"PLAY-NeptuneName\\\",\\\"PLAY-ProbeStartupBandwidth\\\",\\\"USER-Performance\\\",\\\"DEVICE-PhoneLevel\\\",\\\"NETWORK-NetworkLevel\\\"],\\\"InputSettingsParam\\\":{\\\"EnableUsePRDStrategy\\\":1,\\\"PRDSettings\\\":{\\\"JudgePipeline\\\":{\\\"NoPreview\\\":[\\\"High-Bwe\\\"],\\\"Preview\\\":[\\\"High-Bwe\\\"]},\\\"BaselineParams\\\":{\\\"DefaultResolution\\\":\\\"hd\\\"},\\\"BweToBitrateParams\\\":{\\\"BottomLineParams\\\":{\\\"Default\\\":{\\\"hd\\\":1100000,\\\"ld\\\":480000,\\\"sd\\\":980000,\\\"uhd\\\":13200000},\\\"SourceCCTK-NoPreview\\\":{\\\"default\\\":{\\\"sd\\\":980000,\\\"uhd\\\":13200000,\\\"hd\\\":1100000,\\\"ld\\\":480000}},\\\"SourceCCTK-Preview\\\":{\\\"default\\\":{\\\"sd\\\":980000,\\\"uhd\\\":12000000,\\\"hd\\\":1100000,\\\"ld\\\":480000}},\\\"SourceVoD-NoPreview\\\":{\\\"default\\\":{\\\"ld\\\":300000,\\\"sd\\\":400000,\\\"uhd\\\":4000000,\\\"hd\\\":550000}},\\\"SourceVoD-Preview\\\":{\\\"default\\\":{\\\"sd\\\":400000,\\\"uhd\\\":4000000,\\\"hd\\\":550000,\\\"ld\\\":300000}}},\\\"Mode\\\":\\\"bottomline\\\"}}},\\\"Enable\\\":1,\\\"EnableSmartStrategyConfig\\\":0},\\\"Time\\\":0,\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_startup_bitrate_predict\\\",\\\"Repeat\\\":0}}},\\\"ResetCalibPtsRollback\\\":1,\\\"EnableUseNewCCTKPath\\\":1,\\\"disable_algorithm\\\":1,\\\"TTMPDnsParseEnable\\\":1,\\\"FastOpenDuration\\\":-500,\\\"AudioBalanceTargetLuft\\\":-8,\\\"EnableMcMonitor\\\":1,\\\"QuicConfigOptimize\\\":1,\\\"SuggestFormat\\\":\\\"flv\\\",\\\"EnableUpateSessionIdInRetry\\\":1,\\\"quic\\\":{\\\"QuicEarlyClose\\\":1,\\\"QuicALogLevel\\\":2,\\\"QuicFifoRecvBufferLen\\\":8388608},\\\"EnableSeiParserInCodec\\\":1,\\\"EnableCreateDecoderEarly\\\":1,\\\"AudioRenderStallThreshold\\\":200,\\\"TTMPDnsParseTimeout\\\":5000000,\\\"FixBinBuffering\\\":1,\\\"ABROptimumStartupBiterateEnabled\\\":0,\\\"EnableRetryWithAbrSwitchRes\\\":1,\\\"VoicePool\\\":{\\\"MaxSameCount\\\":4,\\\"Size\\\":7,\\\"UseCount\\\":20,\\\"Enable\\\":1,\\\"ForbidSampleRate\\\":\\\"48000\\\"},\\\"AudioEffectCompressor\\\":{\\\"Pregain\\\":0.25,\\\"Ratio\\\":8,\\\"Threshold\\\":-14,\\\"Type\\\":0,\\\"Enable\\\":1,\\\"Predelay\\\":0.007},\\\"CmafSegmentSyncThreshold\\\":2000,\\\"EnableE2EDelayCalc\\\":1,\\\"httpx\\\":{\\\"HttpVersion\\\":2,\\\"HttpPreStart\\\":0,\\\"HttpMaxRetryAttempts\\\":0,\\\"HttpConfigJson\\\":{\\\"MaxCFCW\\\":0,\\\"PING\\\":5,\\\"SendPeriodOfCctk\\\":1000,\\\"BlockRead\\\":1,\\\"ConnCheckPeriod\\\":5,\\\"EnableGetCCTK\\\":1,\\\"SCLS\\\":0,\\\"MinHandshakeTimeoutMs\\\":10,\\\"AckPacketsThreshold\\\":2,\\\"CFCW\\\":33554432,\\\"EnableUseNewCCTKPath\\\":1,\\\"EnableExtendHSK\\\":1,\\\"MaxSFCW\\\":0,\\\"HSTimeoutUs\\\":4000000,\\\"WriteDelayFor0RTT\\\":0,\\\"MaxProcTimeMs\\\":0,\\\"ConnCheckTimeout\\\":120,\\\"Pacing\\\":1,\\\"RWOnce\\\":1,\\\"SCFGSaveIntvS\\\":1,\\\"CCTKVersion\\\":2,\\\"MIDS\\\":100,\\\"NetworkStatsContent\\\":10000,\\\"JointCCOpti\\\":0,\\\"NetworkStatsStringifyType\\\":1,\\\"ICSL\\\":30,\\\"AddNetworkSeries\\\":1,\\\"UAID\\\":\\\"ttplayer-live\\\",\\\"NewLog\\\":1,\\\"NetworkSeriesLen\\\":120,\\\"SendPeriodOfCCTK\\\":1000,\\\"LogLevel\\\":\\\"error\\\",\\\"SFCW\\\":16777216},\\\"HttpUseQuicCrypto\\\":1,\\\"HttpExecCreateRetryTimes\\\":2,\\\"LSEngineParamJson\\\":{\\\"FIFOPoolLenInit\\\":1,\\\"FixCloseWithATTQ\\\":1,\\\"CloseOnNetChange\\\":1,\\\"FastReSend\\\":1,\\\"FIFOPoolLenLimit\\\":3,\\\"FIFOSize\\\":1048576,\\\"EnableGetLocalAddr\\\":1},\\\"HttpPingForHeaderFrame\\\":1,\\\"HttpEnableHttpRace\\\":1,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"UseLSQUIC\\\":1,\\\"HttpPingTimeout\\\":5000,\\\"HttpQuicVersion\\\":43,\\\"HttpEnableCertVerify\\\":1,\\\"HttpPingInterval\\\":10000,\\\"HttpMainJobDelay\\\":1,\\\"HttpExecCreateRetryInt\\\":5},\\\"GetNetworkStats\\\":1,\\\"AudioGetLatencyFreq\\\":10000,\\\"EnableOnlyAudioInAoRes\\\":1,\\\"VideoRenderStallThreshold\\\":200,\\\"EnableUseRefactorStrategy\\\":1,\\\"EnableMediaCodecAsync\\\":1,\\\"SizeOfCctkBwCollector\\\":5,\\\"EnableNTPByApp\\\":1,\\\"E2EDelayReportFix\\\":0,\\\"StrategyInLss\\\":{\\\"StrategyList\\\":[{\\\"Name\\\":\\\"live_stream_strategy_startup_bitrate_predict\\\",\\\"Repeat\\\":0,\\\"Time\\\":0,\\\"Enable\\\":1}]},\\\"EnableStopCloseIO\\\":1,\\\"EnableCertVerify\\\":1,\\\"DisableDirectSetCodecId\\\":1,\\\"EnableOptimizeLivePtsRollback\\\":1,\\\"auto\\\":{\\\"default\\\":\\\"hd\\\",\\\"demotion\\\":{\\\"stall_count\\\":9999},\\\"enable\\\":1,\\\"enable_origin_resolution\\\":1,\\\"list\\\":[\\\"uhd\\\",\\\"hd\\\",\\\"sd\\\",\\\"ld\\\"],\\\"strategy\\\":\\\"abr_bb_4live\\\"},\\\"ABRMethod\\\":3,\\\"ProtocolRetryTimes\\\":1,\\\"EnableAudioGraphRefactor\\\":1,\\\"UseFastOpenDurationFromSetAPI\\\":1,\\\"MediaCodecCheckInterval\\\":100,\\\"PreprocessAudioEffectType\\\":1,\\\"FixStreamFinAndRst\\\":1,\\\"UdpRealSpeed\\\":1,\\\"EnableADecoderPlugin\\\":1,\\\"SuggestProtocol\\\":\\\"h2q\\\",\\\"AudioDecodeMaxCacheSize\\\":8,\\\"EnableAbrLogOnBitrateChange\\\":0,\\\"ABRDecisionReportLevel\\\":2,\\\"EventReportConfig\\\":{\\\"EnableReportDemuxStall\\\":0,\\\"EnableReportDecodeStall\\\":0,\\\"EnableReportRecvedSpspps\\\":0},\\\"EnablePixelFormatFullRange\\\":1,\\\"EnableAudioDirectBuffer\\\":1}\"}},\"data\":{\"ld\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/stage/stream-3577071312207086512_ctld5.flv?expire=1764127439\\&sign=3bccf921c831b9bae0f36984dd52f2fc\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/stage/stream-3577071312207086512_ctld5/index.mpd?expire=1764127439\\&sign=f82d1f4e94d7113213be840182be4df5\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtbitrate_timestamp\\\":1762917740232,\\\"gop\\\":4,\\\"v_rtbitrate_pct\\\":367630,\\\"v_rtbitrate_std\\\":21760,\\\"v_rtbitrate\\\":345800,\\\"VCodec\\\":\\\"bytevc1\\\",\\\"stream_suffix\\\":\\\"ctld5\\\",\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"vbitrate\\\":300000,\\\"v_rtpsnr\\\":0,\\\"resolution\\\":\\\"360x640\\\"}\"}},\"sd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/stage/stream-3577071312207086512_ctsd5.flv?expire=1764127439\\&sign=4c74678545c5726e26c48b9cc83812e7\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/stage/stream-3577071312207086512_ctsd5/index.mpd?expire=1764127439\\&sign=7fd1079b20c8bcfddbb641dc48fd5270\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtbitrate\\\":781860,\\\"v_rtbitrate_std\\\":62680,\\\"vbitrate\\\":550000,\\\"v_rtbitrate_pct\\\":836160,\\\"v_rtbitrate_timestamp\\\":1762917820485,\\\"v_rtpsnr\\\":0,\\\"VCodec\\\":\\\"bytevc1\\\",\\\"gop\\\":4,\\\"stream_suffix\\\":\\\"ctsd5\\\",\\\"resolution\\\":\\\"480x853\\\",\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294}\"}},\"origin\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/stage/stream-3577071312207086512.flv?expire=1764127439\\&sign=d808012311d359484333c337c7069772\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/stage/stream-3577071312207086512/index.mpd?expire=1764127439\\&sign=7fd14f9d32fd1060a83630f9014d78de\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"VCodec\\\":\\\"bytevc1\\\",\\\"resolution\\\":\\\"1080x1920\\\",\\\"vbitrate\\\":2977000,\\\"gop\\\":4}\"}},\"ao\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/stage/stream-3577071312207086512.flv?expire=1764127439\\&sign=d808012311d359484333c337c7069772\\&only_audio=1\",\"hls\":\"\",\"cmaf\":\"\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"vbitrate\\\":0,\\\"gop\\\":0,\\\"VCodec\\\":\\\"h264\\\",\\\"resolution\\\":\\\"\\\"}\"}},\"hd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/stage/stream-3577071312207086512_hd5.flv?expire=1764127439\\&sign=c450ee2e6ecb0b9942750c0518e8a8ae\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/stage/stream-3577071312207086512_hd5/index.mpd?expire=1764127439\\&sign=b041be202ef3e14db07faac46b0ec307\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtbitrate_pct\\\":1363760,\\\"gop\\\":4,\\\"resolution\\\":\\\"720x1280\\\",\\\"VCodec\\\":\\\"bytevc1\\\",\\\"vbitrate\\\":1000000,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"stream_suffix\\\":\\\"hd5\\\",\\\"v_rtbitrate_std\\\":128160,\\\"v_rtbitrate_timestamp\\\":1762917826874,\\\"v_rtbitrate\\\":1207190,\\\"v_rtpsnr\\\":0}\"}},\"uhd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/stage/stream-3577071312207086512_uhd5d.flv?expire=1764127439\\&sign=e889d21c902bfe9f7b0734477b59aafe\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/stage/stream-3577071312207086512_uhd5d/index.mpd?expire=1764127439\\&sign=dc8ba371a8fbc267fd4ab3007f8c6b5f\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtbitrate_timestamp\\\":1762917826463,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"v_rtpsnr\\\":0,\\\"VCodec\\\":\\\"bytevc1\\\",\\\"resolution\\\":\\\"1080x1920\\\",\\\"gop\\\":4,\\\"v_rtbitrate_std\\\":125360,\\\"v_rtbitrate\\\":2259680,\\\"v_rtbitrate_pct\\\":2402180,\\\"stream_suffix\\\":\\\"uhd5d\\\",\\\"vbitrate\\\":4000000}\"}}}}","options":{"default_quality":{"name":"AUTO","sdk_key":"auto"},"default_preview_quality":{}}},"push_data":{}}},"link_mic":{"channel_info":{},"battle_settings":{}},"stats":{"total_user":2319,"user_count_composition":{},"enter_count":2319,"share_count":8},"living_room_attrs":{},"owner":{"id":6856964356615734277,"nickname":"Carrie","bio_description":"Honoring
                            mom in all that I do.Teaching myself how to 
                            RebornBabies,CopicColorist","avatar_thumb":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=8c64ca47\&x-expires=1763089200\&x-signature=oBNgaDQoivnjTC6ss7ehD9f3CQY%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=5226e912\&x-expires=1763089200\&x-signature=VwhSButZcvIfhAigMaKR96gq2%2F4%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640\&refresh_token=5501cd42\&x-expires=1763089200\&x-signature=g4IQ5L0RzHo56gyNVRVv0eSXZXE%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"100x100/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3"},"avatar_medium":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=f87fb31f\&x-expires=1763089200\&x-signature=Gq5oeX78UY6Ifcui0fmKuJ86CD0%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=c6614c00\&x-expires=1763089200\&x-signature=bdQH6Yok%2FnTxKCDC5zVZ25QpWrQ%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=400684f6\&x-expires=1763089200\&x-signature=mHIO1OtrMbRYF7m79NWKPLXhOps%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3"},"avatar_large":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=dfce664b\&x-expires=1763089200\&x-signature=zbyV2sHWbSrSf%2F3rQYziGKa%2FVt4%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=2c00ab24\&x-expires=1763089200\&x-signature=95NGZ0kdQYaeIf1cq0zOCrxEYHk%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640\&refresh_token=cc6a9dd0\&x-expires=1763089200\&x-signature=aHyV4VxNlP5YWfIFjRpBEYEMfnQ%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"1080x1080/tos-useast5-avt-0068-tx/f153cdbe9c5955921711157d7bcd16e3"},"status":1,"modify_time":1762906647,"follow_info":{"following_count":760,"follower_count":6446},"pay_grade":{},"user_attr":{},"own_room":{"room_ids":[7571634840607017741],"room_ids_str":["7571634840607017741"]},"display_id":"carrietriner","sec_uid":"MS4wLjABAAAAFQEri25puoeeSCIPVbTAd6NB2Mp6tJ3fSai_Cx7xz6lpApHnAJ4zI5vBYzcYv-mV","badge_list":[{"display_type":4,"priority_type":20,"scene_type":8,"position":1,"OpenWebURL":"aweme://roma_redirect/?spark_page=user_level_main_page_privilege_panel","display":true,"privilege_log_extra":{"data_version":"2","privilege_id":"7138381176787572516","privilege_version":"0","privilege_order_id":"mock_fix_width_transparent_7138381176787572516","level":"9"},"combine":{"display_type":4,"icon":{"url_list":["https://p16-webcast.tiktokcdn.com/webcast-va/grade_badge_icon_lite_lv5_v1.png~tplv-obj.image","https://p19-webcast.tiktokcdn.com/webcast-va/grade_badge_icon_lite_lv5_v1.png~tplv-obj.image"],"uri":"webcast-va/grade_badge_icon_lite_lv5_v1.png","open_web_url":"aweme://roma_redirect/?spark_page=user_level_main_page_privilege_panel"},"str":"9","padding":{"use_specific":true,"middle_padding":3,"badge_width":32},"font_style":{},"profile_card_panel":{"projection_config":{"icon":{}},"profile_content":{}},"background":{"image":{},"background_color_code":"#995F90EF","left_side_image":{}},"background_dark_mode":{"image":{},"background_color_code":"#995F90EF","left_side_image":{}},"public_screen_show_style":14,"personal_card_show_style":15,"padding_new_font":{"use_specific":true,"middle_padding":3,"badge_width":32}}}],"mint_type_label":[7160893592603461633,7240352032303874054],"id_str":"6856964356615734277"},"start_time":1762908678,"room_auth":{"Landscape":2,"anchor_level_permission":{}},"like_count":15159,"social_interaction":{},"game_tag":[{}],"room_auth_message":{},"age_restricted":{},"multi_stream_url":{"extra":{"super_resolution":{}},"live_core_sdk_data":{"pull_data":{"options":{"default_quality":{},"default_preview_quality":{}}},"push_data":{}}},"cover_type":1,"stream_snapshot":{"uri":"tos-alisg-i-6sfwe43m1g-sg/e7770c4dd0fd4f7f8ee8fbc224ea8468.jpeg","urls":["https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/e7770c4dd0fd4f7f8ee8fbc224ea8468.jpeg~tplv-tiktokx-origin.image?dr=9643\&refresh_token=d0254191\&x-expires=1762938000\&x-signature=%2BEJfd4RKgDVAta6iAYkiqdef0bc%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/e7770c4dd0fd4f7f8ee8fbc224ea8468.jpeg~tplv-tiktokx-origin.image?dr=9643\&refresh_token=ec970946\&x-expires=1762938000\&x-signature=plXILu1GZdhxY2L%2BT6nmUtl9%2F0A%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/e7770c4dd0fd4f7f8ee8fbc224ea8468.jpeg~tplv-tiktokx-origin.jpeg?dr=9643\&refresh_token=b0ff878f\&x-expires=1762938000\&x-signature=uYuc09SLzRfFWuVMc%2Fn%2Buc9oHeY%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8"],"height":1920,"width":1080,"face_center_x":672,"face_center_y":702}}
                          hybrid_label: null
                          geofencing_regions: null
                          search_extra:
                            current_time: 1762917839
                            search_live_struct:
                              live_cover_type: gif_shot
                          cover_labels: null
                          mask_infos: null
                          search_highlight: null
                          green_screen_materials: null
                          question_list: null
                          content_desc_extra: null
                          products_info: null
                          branded_content_accounts: null
                          tts_voice_ids: null
                          reference_tts_voice_ids: null
                          voice_filter_ids: null
                          reference_voice_filter_ids: null
                          muf_comment_info_v2: null
                          behind_the_song_music_ids: null
                          behind_the_song_video_music_ids: null
                          operator_boost_info: null
                          banners: null
                          picked_users: null
                          comment_topbar_info: null
                          survey_info: null
                          ecosystem_perception_enhancement: null
                      - type: 1
                        lives:
                          aweme_id: '7571649701523557151'
                          author:
                            uid: '63473182392762368'
                            short_id: '0'
                            nickname: 𝒜🌺
                            avatar_larger:
                              url_list: null
                              url_prefix: null
                            avatar_thumb:
                              uri: >-
                                100x100/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=a86e31f7&x-expires=1763089200&x-signature=9etS7yqOicTLw90AlqFtygC8NkA%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=9c203a4e&x-expires=1763089200&x-signature=GVsWqyiT83UIYwLPNXK9LUNwEvQ%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=a8128aee&x-expires=1763089200&x-signature=jbORQzn30Ohdo8w0v43L2VqAwu8%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                              url_prefix: null
                            avatar_medium:
                              url_list: null
                              url_prefix: null
                            follow_status: 0
                            custom_verify: ''
                            unique_id: shesaudd
                            room_id: 7571649701523557000
                            verify_info: ''
                            enterprise_verify_reason: ''
                            followers_detail: null
                            platform_sync_info: null
                            geofencing: null
                            room_cover:
                              uri: webcast-oci-tx2/7551464549896375071
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/webcast-oci-tx2/7551464549896375071~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=2acb6a22&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=12wbNjoOz43zTHBvYOZd1yrsDrA%3D
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/webcast-oci-tx2/7551464549896375071~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=0f06aadf&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=W0otcHNxIXqReQ0jcaJlvIVRnco%3D
                              width: 1080
                              height: 1080
                              url_prefix: null
                            cover_url: null
                            item_list: null
                            type_label: null
                            ad_cover_url: null
                            relative_users: null
                            cha_list: null
                            sec_uid: >-
                              MS4wLjABAAAAO8A6M4MKs2kzt0VHQ9SVYRMkwFvKdwc_8seWNpYMHmFGQ484iaedPfSPaFvZWktS
                            need_points: null
                            name_field: nickname
                            homepage_bottom_toast: null
                            can_set_geofencing: null
                            white_cover_url: null
                            user_tags: null
                            bold_fields: null
                            search_user_name: 𝒜🌺
                            search_user_desc: shesaudd
                            search_highlight: null
                            mutual_relation_avatars: null
                            room_title: baby
                            room_id_str: '7571649701523557151'
                            events: null
                            advance_feature_item_order: null
                            advanced_feature_info: null
                            user_profile_guide: null
                            shield_edit_field_info: null
                            can_message_follow_status_list: null
                            account_labels: null
                          cha_list: null
                          text_extra: null
                          video_labels: null
                          aweme_type: 101
                          image_infos: null
                          position: null
                          uniqid_position: null
                          geofencing: null
                          video_text: null
                          label_top_text: null
                          group_id: '7571649701729078559'
                          nickname_position: null
                          challenge_position: null
                          long_video: null
                          interaction_stickers: null
                          origin_comment_ids: null
                          commerce_config_data: null
                          room:
                            has_commerce_goods: false
                            is_battle: false
                          anchors: null
                          rawdata: >-
                            {"id":7571649701523557151,"id_str":"7571649701523557151","status":2,"owner_user_id":63473182392762368,"title":"baby","user_count":8,"client_version":420400,"cover":{"url_list":["https://p16-webcast.tiktokcdn-us.com/webcast-oci-tx2/7551464549896375071~tplv-resize:1080:1080.webp","https://p19-webcast.tiktokcdn-us.com/webcast-oci-tx2/7551464549896375071~tplv-resize:1080:1080.webp"],"uri":"webcast-oci-tx2/7551464549896375071","height":1080,"width":1080,"avg_color":"#D6D6D6"},"stream_url":{"extra":{},"candidate_resolution":["SD1","SD2","HD1","FULL_HD1"],"live_core_sdk_data":{"pull_data":{"stream_data":"{\"common\":{\"session_id\":\"173-20251112032358143C8207847D280046B8\",\"rule_ids\":\"{\\\"ab_version_trace\\\":{\\\"10477\\\":[1749441195252],\\\"10765\\\":[1721180488121],\\\"10810\\\":[1732625569945],\\\"10814\\\":[1732625570224],\\\"11882\\\":[1727414761058],\\\"12298\\\":[1755604894166],\\\"2138\\\":[1690519087933,1690525345742],\\\"2598\\\":[1715159344978],\\\"3054\\\":[1704722391811,1701746596108],\\\"3450\\\":[1696749716805,1705387313810],\\\"4097\\\":[1721628097371,1725933627058],\\\"4238\\\":[1721648325234],\\\"7426\\\":[1740725804738],\\\"8957\\\":[1737372876846],\\\"8965\\\":[1745816582967],\\\"8993\\\":[1741184324527],\\\"9193\\\":[1745735167278]},\\\"sched\\\":\\\"{\\\\\\\"ids\\\\\\\":[\\\\\\\"ex_3809130(Weight:100)\\\\\\\"],\\\\\\\"result\\\\\\\":{\\\\\\\"hit\\\\\\\":\\\\\\\"exclusive\\\\\\\",\\\\\\\"cdn\\\\\\\":2221}}\\\"}\",\"query\":{\"audio_balance\":\"v3\",\"group_version\":\"71350460_1080_v1\",\"node_opt\":\"v3\",\"start_startup_1080\":\"v2\",\"apool\":\"v2\",\"audio_compressor\":\"ac_v1\",\"infos\":\"2aec1c2e8833f5e4b0f0b6fed94ec9baa2327464f63250be92b76b659a1f\",\"max_push_res\":\"v3\",\"rtm_expr_tag\":\"mio_live_us_r1_v2\"},\"auto\":{\"strategy\":\"abr_bb_4live\",\"enable\":1,\"default\":\"hd\",\"list\":[\"uhd\",\"hd\",\"sd\",\"ld\"],\"enable_origin_resolution\":1},\"rtmp_ports\":{\"main\":{\"h2q\":443}},\"http_ports\":{\"main\":{\"h2q\":443}},\"user_count\":13,\"peer_anchor_level\":2,\"common_sdk_params\":{\"main\":\"{\\\"disable_algorithm\\\":1,\\\"EventReportConfig\\\":{\\\"EnableReportDecodeStall\\\":0,\\\"EnableReportRecvedSpspps\\\":0,\\\"EnableReportDemuxStall\\\":0},\\\"MediaCodecFrames\\\":7,\\\"EnableOptimizeLivePtsRollback\\\":1,\\\"LoudnessStrategy\\\":{\\\"EffectType\\\":10,\\\"Enable\\\":1,\\\"LibraParamsStr\\\":\\\"{    
                            \\\\\\\"max_block_size\\\\\\\": 1024,    
                            \\\\\\\"Version\\\\\\\": 0,    
                            \\\\\\\"used_in_live\\\\\\\": 1,    
                            \\\\\\\"live_target_lu\\\\\\\": -8,    
                            \\\\\\\"lower_limit_level\\\\\\\": -18,    
                            \\\\\\\"loudness_lookahead_window\\\\\\\": 0.4,    
                            \\\\\\\"noise_gate_compress_ratio\\\\\\\": 0.67,    
                            \\\\\\\"lu_type\\\\\\\": 0,    
                            \\\\\\\"use_no_mdsp_graph\\\\\\\": 1,    
                            \\\\\\\"limiter_peak\\\\\\\": -1,    
                            \\\\\\\"limiter_makeup_gain\\\\\\\": 1,
                            \\\\\\\"is_fixed_drc_compressor_ratio\\\\\\\":1,
                            \\\\\\\"drc_compressor_ratio\\\\\\\":2.5
                            }\\\"},\\\"VoicePool\\\":{\\\"ForbidSampleRate\\\":\\\"48000\\\",\\\"MaxSameCount\\\":4,\\\"Size\\\":7,\\\"UseCount\\\":20,\\\"Enable\\\":1},\\\"AudioDecodeMaxCacheSize\\\":8,\\\"TTMPDnsParseEnable\\\":1,\\\"EnableBinControl\\\":1,\\\"EnableQueryWinSize\\\":1,\\\"AudioEffectCompressor\\\":{\\\"Pregain\\\":0.25,\\\"Ratio\\\":8,\\\"Threshold\\\":-14,\\\"Type\\\":0,\\\"Enable\\\":1,\\\"Predelay\\\":0.007},\\\"FastOpenDuration\\\":-500,\\\"DurationOfCctkBwCollector\\\":5000,\\\"MediaCodecCheckInterval\\\":100,\\\"FixStreamFinAndRst\\\":1,\\\"EnableOnlyAudioInAoRes\\\":1,\\\"PreprocessAudioEffectType\\\":1,\\\"ABROptimumStartupBiterateEnabled\\\":0,\\\"VCodec\\\":\\\"bytevc1\\\",\\\"NotifyCompletedImmediately\\\":1,\\\"SizeOfCctkBwCollector\\\":5,\\\"EnableGetMpdUrlOpt\\\":1,\\\"AudioSampleMap\\\":1,\\\"httpx\\\":{\\\"HttpConfigJson\\\":{\\\"EnableExtendHSK\\\":1,\\\"SFCW\\\":16777216,\\\"MaxSFCW\\\":0,\\\"ICSL\\\":30,\\\"CCTKVersion\\\":2,\\\"NewLog\\\":1,\\\"MinHandshakeTimeoutMs\\\":10,\\\"SendPeriodOfCCTK\\\":1000,\\\"RWOnce\\\":1,\\\"AckPacketsThreshold\\\":2,\\\"HSTimeoutUs\\\":4000000,\\\"BlockRead\\\":1,\\\"WriteDelayFor0RTT\\\":0,\\\"PING\\\":5,\\\"NetworkStatsContent\\\":10000,\\\"UAID\\\":\\\"ttplayer-live\\\",\\\"EnableGetCCTK\\\":1,\\\"AddNetworkSeries\\\":1,\\\"MaxCFCW\\\":0,\\\"Pacing\\\":1,\\\"SendPeriodOfCctk\\\":1000,\\\"MIDS\\\":100,\\\"CFCW\\\":33554432,\\\"MaxProcTimeMs\\\":0,\\\"ConnCheckPeriod\\\":5,\\\"SCFGSaveIntvS\\\":1,\\\"SCLS\\\":0,\\\"NetworkStatsStringifyType\\\":1,\\\"LogLevel\\\":\\\"error\\\",\\\"NetworkSeriesLen\\\":120,\\\"JointCCOpti\\\":0,\\\"ConnCheckTimeout\\\":120,\\\"EnableUseNewCCTKPath\\\":1},\\\"HttpVersion\\\":2,\\\"HttpMaxRetryAttempts\\\":0,\\\"HttpQuicVersion\\\":43,\\\"HttpPingTimeout\\\":5000,\\\"HttpUseQuicCrypto\\\":1,\\\"HttpEnableHttpRace\\\":1,\\\"HttpPreStart\\\":0,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"HttpPingInterval\\\":10000,\\\"HttpEnableCertVerify\\\":1,\\\"HttpPingForHeaderFrame\\\":1,\\\"HttpMainJobDelay\\\":1,\\\"HttpExecCreateRetryTimes\\\":2,\\\"UseLSQUIC\\\":1,\\\"HttpExecCreateRetryInt\\\":5,\\\"LSEngineParamJson\\\":{\\\"EnableGetLocalAddr\\\":1,\\\"FastReSend\\\":1,\\\"FIFOPoolLenInit\\\":1,\\\"FixCloseWithATTQ\\\":1,\\\"FIFOPoolLenLimit\\\":3,\\\"FIFOSize\\\":1048576,\\\"CloseOnNetChange\\\":1}},\\\"EnablePixelFormatFullRange\\\":1,\\\"EnableSeiParserInCodec\\\":1,\\\"EnableUseNewSeiTypeInLoudness\\\":1,\\\"LiveIOConfig\\\":{\\\"EnableLiveIOUseJavaThread\\\":0,\\\"ConfigParams\\\":{\\\"Common\\\":{\\\"ff_live_cond_timeout\\\":50,\\\"EnableTaskListenerTransfer\\\":1,\\\"EnableRaceRedirectly\\\":true,\\\"http_is_enable_prepare\\\":1,\\\"EnableRaceFailFix\\\":1,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"EnableRaceDefaultConfig\\\":1},\\\"H2Q\\\":{\\\"HttpConfigJson\\\":{\\\"ProcessWrite\\\":0,\\\"CCTKVersion\\\":2,\\\"PING\\\":1,\\\"EnableExtendHSK\\\":1,\\\"LiveIOEnableRejAsSchlo\\\":0,\\\"NetworkSeriesLen\\\":120,\\\"SCFGSaveIntvS\\\":1,\\\"NetworkStatsContent\\\":10000,\\\"ICSL\\\":5,\\\"EnableGetCCTK\\\":1,\\\"EnableUseNewCCTKPath\\\":1,\\\"NewLog\\\":1,\\\"SendPeriodOfCCTK\\\":1000,\\\"NetworkStatsStringifyType\\\":1,\\\"ConnCheckTimeout\\\":120,\\\"AddNetworkSeries\\\":1},\\\"LSEngineParamJson\\\":{\\\"CloseOnNetChange\\\":1,\\\"EnableGetLocalAddr\\\":1,\\\"FastReSend\\\":1,\\\"FixCloseWithATTQ\\\":1}}},\\\"EnableH2QPreconn\\\":1,\\\"EnableLiveIOUseNewInterface\\\":1,\\\"EnableQuic\\\":1,\\\"EnableLiveIO\\\":1,\\\"EnableABR\\\":1},\\\"BufferDataMs\\\":500,\\\"EnableAudioDirectBuffer\\\":1,\\\"EnableUseLSS\\\":1,\\\"SizeOfGopSizeCollector\\\":3,\\\"DisableDirectSetCodecId\\\":1,\\\"ABRDecisionReportLevel\\\":2,\\\"EnableCheckDropAudio\\\":1,\\\"EnableUseRefactorStrategy\\\":1,\\\"UdpRealSpeed\\\":1,\\\"QuicConfigOptimize\\\":1,\\\"WaitSetSurfaceTimeout\\\":60,\\\"EnableABRCheckEnhance\\\":0,\\\"AudioPrerollTimeout\\\":500,\\\"SuggestProtocol\\\":\\\"h2q\\\",\\\"cdn_name\\\":\\\"cdn77\\\",\\\"AbrStallDegradeImmediately\\\":0,\\\"CmafSegmentSyncThreshold\\\":2000,\\\"EnablePlayerFR\\\":1,\\\"EnableMcPipeline\\\":1,\\\"EnableAudioBalanceBySei\\\":1,\\\"EnableAbrLogOnBitrateChange\\\":0,\\\"EnableNTPByApp\\\":1,\\\"UseFastOpenDurationFromSetAPI\\\":1,\\\"E2EDelayReportFix\\\":0,\\\"AudioCalibrationType\\\":1,\\\"VideoRenderStallThreshold\\\":200,\\\"AudioGetLatencyFreq\\\":10000,\\\"AudioRenderStallThreshold\\\":200,\\\"FixBinBuffering\\\":1,\\\"EnableCreateDecoderEarly\\\":1,\\\"EnableUseNewCCTKPath\\\":1,\\\"TargetOriginBitRate\\\":2000000,\\\"SuggestFormat\\\":\\\"flv\\\",\\\"auto\\\":{\\\"strategy\\\":\\\"abr_bb_4live\\\",\\\"default\\\":\\\"hd\\\",\\\"demotion\\\":{\\\"stall_count\\\":9999},\\\"enable\\\":1,\\\"enable_origin_resolution\\\":1,\\\"list\\\":[\\\"uhd\\\",\\\"hd\\\",\\\"sd\\\",\\\"ld\\\"]},\\\"EnableRetryWithAbrSwitchRes\\\":1,\\\"EnableMcMonitor\\\":1,\\\"AudioGraphMaxCacheSize\\\":3,\\\"EnableUpateSessionIdInRetry\\\":1,\\\"EnableMediaCodecAsync\\\":1,\\\"EnableAudioGraphRefactor\\\":1,\\\"EnableCertVerify\\\":1,\\\"TTMPDnsParseTimeout\\\":5000000,\\\"NetworkAdapt\\\":{\\\"SlowMillisecond\\\":666,\\\"HurryMillisecond\\\":3500,\\\"HurryTime\\\":3500,\\\"HurrySpeed\\\":1.1,\\\"EnableFixPtsShift\\\":1,\\\"Enabled\\\":1,\\\"SlowTime\\\":666,\\\"HurryType\\\":0,\\\"SlowSpeed\\\":1},\\\"llash\\\":{\\\"PreSwitchCheckDuration\\\":50,\\\"UseTotalBuffer\\\":1,\\\"PreSwitchWaitThreshold\\\":100,\\\"PreSwitchEnableDrop\\\":0,\\\"PreSwitchEnableWait\\\":1,\\\"RemoveTSWrap\\\":1,\\\"EnableAbrSwitchLog\\\":1,\\\"EnablePreSwitch\\\":1,\\\"FixPrevBufferLog\\\":1},\\\"EnableADecoderPlugin\\\":1,\\\"EnableSaveSCFG\\\":1,\\\"quic\\\":{\\\"QuicEarlyClose\\\":1,\\\"QuicALogLevel\\\":2,\\\"QuicFifoRecvBufferLen\\\":8388608},\\\"StrategyInLss\\\":{\\\"StrategyList\\\":[{\\\"Repeat\\\":0,\\\"Time\\\":0,\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_startup_bitrate_predict\\\"}]},\\\"StrategyInLSS\\\":{\\\"StrategyList\\\":{\\\"live_stream_strategy_bandwidth_estimator\\\":{\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_bandwidth_estimator\\\",\\\"StrategyInputParams\\\":{\\\"InputSettingsParam\\\":{\\\"MaxBandwidthSampleDuration\\\":60,\\\"NetworkMatchMode\\\":1,\\\"MaxSessionSize\\\":10,\\\"CalculateSize\\\":10,\\\"MaxBwSampleSize\\\":10,\\\"CalculateFunc\\\":2,\\\"PriorityMap\\\":{\\\"vodBitrate\\\":100,\\\"cctkBw\\\":10000},\\\"RemoveSampleTimer\\\":1,\\\"MinPlayedDurationThresh\\\":0,\\\"LiveProtectedDuration\\\":0,\\\"OverallStrategy\\\":1,\\\"CalculateEWMAFactor\\\":0.5,\\\"UseWithAttributionImpl\\\":1,\\\"MinBwEstimatorBitrate\\\":0},\\\"Enable\\\":1,\\\"EnableSmartStrategyConfig\\\":0,\\\"InputFeatureList\\\":[\\\"PLAY-CCTKCongestionInfo\\\",\\\"NETWORK-RecommendBitrate\\\",\\\"PLAY-Bitrate\\\"]}},\\\"live_stream_strategy_startup_bitrate_predict\\\":{\\\"StrategyInputParams\\\":{\\\"EnableSmartStrategyConfig\\\":0,\\\"InputFeatureList\\\":[\\\"PLAY-BitrateList\\\",\\\"NETWORK-RecommendBitrate\\\",\\\"PLAY-ResolutionMap\\\",\\\"PLAY-IsPreview\\\",\\\"PLAY-PushResolution\\\",\\\"PLAY-NeptuneName\\\",\\\"PLAY-ProbeStartupBandwidth\\\",\\\"USER-Performance\\\",\\\"DEVICE-PhoneLevel\\\",\\\"NETWORK-NetworkLevel\\\"],\\\"InputSettingsParam\\\":{\\\"EnableUsePRDStrategy\\\":1,\\\"PRDSettings\\\":{\\\"BweToBitrateParams\\\":{\\\"BottomLineParams\\\":{\\\"Default\\\":{\\\"hd\\\":1100000,\\\"ld\\\":480000,\\\"sd\\\":980000,\\\"uhd\\\":13200000},\\\"SourceCCTK-NoPreview\\\":{\\\"default\\\":{\\\"ld\\\":480000,\\\"sd\\\":980000,\\\"uhd\\\":13200000,\\\"hd\\\":1100000}},\\\"SourceCCTK-Preview\\\":{\\\"default\\\":{\\\"sd\\\":980000,\\\"uhd\\\":12000000,\\\"hd\\\":1100000,\\\"ld\\\":480000}},\\\"SourceVoD-NoPreview\\\":{\\\"default\\\":{\\\"sd\\\":400000,\\\"uhd\\\":4000000,\\\"hd\\\":550000,\\\"ld\\\":300000}},\\\"SourceVoD-Preview\\\":{\\\"default\\\":{\\\"hd\\\":550000,\\\"ld\\\":300000,\\\"sd\\\":400000,\\\"uhd\\\":4000000}}},\\\"Mode\\\":\\\"bottomline\\\"},\\\"JudgePipeline\\\":{\\\"Preview\\\":[\\\"High-Bwe\\\"],\\\"NoPreview\\\":[\\\"High-Bwe\\\"]},\\\"BaselineParams\\\":{\\\"DefaultResolution\\\":\\\"hd\\\"}}},\\\"Enable\\\":1},\\\"Time\\\":0,\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_startup_bitrate_predict\\\",\\\"Repeat\\\":0},\\\"live_stream_strategy_abr_predict_bitrate\\\":{\\\"Time\\\":1000,\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_abr_predict_bitrate\\\",\\\"Repeat\\\":1,\\\"StrategyInputParams\\\":{\\\"EnableLocalStrategyModel\\\":1,\\\"Enable\\\":1,\\\"EnableSmartStrategyConfig\\\":1,\\\"InputFeatureList\\\":[\\\"PLAY-IoBitrate\\\",\\\"PLAY-BitrateList\\\",\\\"PLAY-StartTs\\\",\\\"PLAY-FirstFrameDownloadSpeed\\\",\\\"PLAY-FirstFrame\\\",\\\"PLAY-Bitrate\\\",\\\"PLAY-VideoBuffer\\\",\\\"PLAY-DownloadSpeed\\\",\\\"PLAY-StallState\\\",\\\"PLAY-IsPreview\\\",\\\"PLAY-NeptuneName\\\",\\\"PLAY-FastOpenDuration\\\",\\\"PLAY-CCTKCongestionInfo\\\",\\\"PLAY-StallStartSeries\\\",\\\"PLAY-StallDurationSeries\\\",\\\"PLAY-VideoTotalBuffer\\\",\\\"PLAY-VrtBitrateList\\\",\\\"PLAY-Protocol\\\"],\\\"InputSettingsParam\\\":{\\\"begin_quick_switch_time_ms\\\":20000,\\\"enable_upgrade_check_network\\\":1,\\\"buffer_slope_threshold\\\":-0.5,\\\"switch_down_counter_threshold\\\":3,\\\"switch_up_counter_threshold\\\":6,\\\"enable_check_stall_series\\\":1,\\\"pid_bw_multiplier\\\":0.75,\\\"begin_switch_up_counter_threshold\\\":2,\\\"enable_tls_upgrade\\\":1,\\\"enable_downgrade_for_low_buffer\\\":1,\\\"reduce_buffer_threshold\\\":2,\\\"tls_min_downloadspeed_ratio\\\":0.8,\\\"tls_buffer_watch_num\\\":9,\\\"switch_down_to_up_max_penalty_time_ms\\\":60000,\\\"enable_game_selector\\\":1,\\\"game_params\\\":{\\\"game_preview_disable_abr\\\":1,\\\"enable_cctk_bw_prediction\\\":0},\\\"tls_min_buffer_diff_ms\\\":180,\\\"enable_downgrade_check_network\\\":1,\\\"enable_buffer_slope\\\":1,\\\"flv_bw_multiplier\\\":1,\\\"enable_only_check_latest_stall\\\":1,\\\"enable_use_total_buffer\\\":1,\\\"min_up_buffer_length\\\":0.5,\\\"min_down_buffer_length\\\":0,\\\"switch_down_to_up_penalty_time_ms\\\":20000,\\\"enable_bandwidth_allocation\\\":1,\\\"tls_penalty_switch_time_ms\\\":30000,\\\"tls_switch_interval_ms\\\":20000,\\\"degrade_to_upgrade_interval_threshold\\\":20000,\\\"enable_new_calibrate_bitrate\\\":1}}}}},\\\"AudioWatermark\\\":{\\\"EnablePrivateRoom\\\":0,\\\"Density\\\":10,\\\"Enabled\\\":1},\\\"GetNetworkStats\\\":1,\\\"ResetCalibPtsRollback\\\":1,\\\"ABRMethod\\\":3,\\\"AudioBalanceTargetLuft\\\":-8,\\\"QuicVersion\\\":43,\\\"EnableStopCloseIO\\\":1,\\\"ABRCheckInterval\\\":1000,\\\"ProtocolRetryTimes\\\":1,\\\"DurationOfGopSizeCollector\\\":20000,\\\"ProtocolDowngrade\\\":1,\\\"EnableE2EDelayCalc\\\":1,\\\"EnableAsyncSetSurface\\\":1,\\\"MediaCodecDeadTimeThresh\\\":1000}\"}},\"data\":{\"ld\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865301921828438978_ctld5.flv?expire=1764127439\\&sign=aa0c7fe0c961ca4e57b91ffed25df3b0\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865301921828438978_ctld5/index.mpd?expire=1764127439\\&sign=451206369b6fe7f796e843d4e2a3c3ed\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"vbitrate\\\":300000,\\\"v_rtbitrate_timestamp\\\":1762916891249,\\\"stream_suffix\\\":\\\"ctld5\\\",\\\"gop\\\":4,\\\"v_rtbitrate_std\\\":29030,\\\"v_rtbitrate_pct\\\":360360,\\\"v_rtpsnr\\\":0,\\\"resolution\\\":\\\"360x720\\\",\\\"v_rtbitrate\\\":312490,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294}\"}},\"sd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865301921828438978_ctsd5.flv?expire=1764127439\\&sign=b6d856e5bd3ade39633e0e2455b9fc70\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865301921828438978_ctsd5/index.mpd?expire=1764127439\\&sign=abd5dc4af7669e1645090039e97f0eaa\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"vbitrate\\\":550000,\\\"v_rtbitrate_timestamp\\\":1762917837589,\\\"v_rtbitrate_pct\\\":365230,\\\"stream_suffix\\\":\\\"ctsd5\\\",\\\"resolution\\\":\\\"480x960\\\",\\\"v_rtbitrate_std\\\":54090,\\\"v_rtpsnr\\\":0,\\\"v_rtbitrate\\\":340610,\\\"gop\\\":4,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294}\"}},\"origin\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865301921828438978.flv?expire=1764127439\\&sign=9de0bca0a181fcf5af39b45e92a7a4ac\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865301921828438978/index.mpd?expire=1764127439\\&sign=93795d04134ac6b8df1e09000de9bd0a\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"resolution\\\":\\\"960x1920\\\",\\\"gop\\\":4,\\\"vbitrate\\\":2529000}\"}},\"ao\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865301921828438978.flv?expire=1764127439\\&sign=9de0bca0a181fcf5af39b45e92a7a4ac\\&only_audio=1\",\"hls\":\"\",\"cmaf\":\"\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"vbitrate\\\":0,\\\"resolution\\\":\\\"\\\",\\\"gop\\\":0}\"}},\"hd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865301921828438978_hd5.flv?expire=1764127439\\&sign=c83412b6ff43880e9aa37efb65fe4cda\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865301921828438978_hd5/index.mpd?expire=1764127439\\&sign=5ea3cedf9c6cf3f7d9875de141917f1a\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"stream_suffix\\\":\\\"hd5\\\",\\\"v_rtbitrate_timestamp\\\":1762917833482,\\\"v_rtbitrate_std\\\":112060,\\\"gop\\\":4,\\\"v_rtpsnr\\\":0,\\\"v_rtbitrate\\\":589100,\\\"resolution\\\":\\\"720x1440\\\",\\\"v_rtbitrate_pct\\\":761050,\\\"vbitrate\\\":1000000}\"}},\"uhd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865301921828438978_uhd5d.flv?expire=1764127439\\&sign=8b95ab8ad29d8072fd193ae7091f782f\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865301921828438978_uhd5d/index.mpd?expire=1764127439\\&sign=e4ae591abab218d43478384e6d5fb185\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtbitrate_std\\\":111820,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"v_rtpsnr\\\":0,\\\"resolution\\\":\\\"960x1920\\\",\\\"stream_suffix\\\":\\\"uhd5d\\\",\\\"v_rtbitrate_timestamp\\\":1762917822223,\\\"v_rtbitrate\\\":1515670,\\\"vbitrate\\\":4000000,\\\"gop\\\":4,\\\"v_rtbitrate_pct\\\":1694500}\"}}}}","options":{"default_quality":{"name":"AUTO","sdk_key":"auto"},"default_preview_quality":{}}},"push_data":{}}},"link_mic":{"channel_info":{},"battle_settings":{}},"stats":{"total_user":790,"user_count_composition":{},"enter_count":790,"share_count":3},"living_room_attrs":{},"owner":{"id":63473182392762368,"nickname":"𝒜🌺","bio_description":"whoopty
                            doo\nig:
                            shesaud","avatar_thumb":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=a86e31f7\&x-expires=1763089200\&x-signature=9etS7yqOicTLw90AlqFtygC8NkA%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=9c203a4e\&x-expires=1763089200\&x-signature=GVsWqyiT83UIYwLPNXK9LUNwEvQ%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640\&refresh_token=a8128aee\&x-expires=1763089200\&x-signature=jbORQzn30Ohdo8w0v43L2VqAwu8%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"100x100/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c"},"avatar_medium":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=91fd527d\&x-expires=1763089200\&x-signature=B9YAjeLOsqhMIo9V0EiGKKMIPwk%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=c8a20994\&x-expires=1763089200\&x-signature=eiIYJO97MHNWtA1hnI%2B3CbN%2BPjQ%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=de2c1411\&x-expires=1763089200\&x-signature=TXShuynoyAb3GVymTyMvhfjh3O4%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c"},"avatar_large":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=8db90908\&x-expires=1763089200\&x-signature=vFaRDoRM3Z5fG3qYzWEddvEMj%2BQ%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=5b180ac8\&x-expires=1763089200\&x-signature=zPMxjUDj6S5fQbREZGBRkUiwtSE%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640\&refresh_token=1497714d\&x-expires=1763089200\&x-signature=tkLkU9q2md8KjfMWxjIWNmuZs04%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"1080x1080/tos-useast8-avt-0068-tx2/7fcbae087eec6f63b2a5645434a5696c"},"status":1,"modify_time":1762811539,"follow_info":{"following_count":167,"follower_count":3182},"pay_grade":{},"user_attr":{},"own_room":{"room_ids":[7571649701523557151],"room_ids_str":["7571649701523557151"]},"display_id":"shesaudd","sec_uid":"MS4wLjABAAAAO8A6M4MKs2kzt0VHQ9SVYRMkwFvKdwc_8seWNpYMHmFGQ484iaedPfSPaFvZWktS","badge_list":[{"display_type":4,"priority_type":20,"scene_type":8,"position":1,"OpenWebURL":"aweme://roma_redirect/?spark_page=user_level_main_page_privilege_panel","display":true,"privilege_log_extra":{"data_version":"2","privilege_id":"7138381747292526372","privilege_version":"0","privilege_order_id":"mock_fix_width_transparent_7138381747292526372","level":"14"},"combine":{"display_type":4,"icon":{"url_list":["https://p16-webcast.tiktokcdn.com/webcast-va/grade_badge_icon_lite_lv10_v1.png~tplv-obj.image","https://p19-webcast.tiktokcdn.com/webcast-va/grade_badge_icon_lite_lv10_v1.png~tplv-obj.image"],"uri":"webcast-va/grade_badge_icon_lite_lv10_v1.png","open_web_url":"aweme://roma_redirect/?spark_page=user_level_main_page_privilege_panel"},"str":"14","padding":{"use_specific":true,"middle_padding":1,"badge_width":32},"font_style":{},"profile_card_panel":{"projection_config":{"icon":{}},"profile_content":{}},"background":{"image":{},"background_color_code":"#993F7DF6","left_side_image":{}},"background_dark_mode":{"image":{},"background_color_code":"#993F7DF6","left_side_image":{}},"public_screen_show_style":14,"personal_card_show_style":15,"padding_new_font":{"use_specific":true,"middle_padding":1,"badge_width":32}}}],"mint_type_label":[7160893592603461633,7240352032303874054],"id_str":"63473182392762368"},"start_time":1762912156,"room_auth":{"Landscape":2,"anchor_level_permission":{}},"like_count":2725,"social_interaction":{},"game_tag":[{}],"room_auth_message":{},"age_restricted":{},"multi_stream_url":{"extra":{"super_resolution":{}},"live_core_sdk_data":{"pull_data":{"options":{"default_quality":{},"default_preview_quality":{}}},"push_data":{}}},"cover_type":2}
                          hybrid_label: null
                          geofencing_regions: null
                          search_extra:
                            current_time: 1762917839
                            search_live_struct:
                              live_cover_type: user_upload
                          cover_labels: null
                          mask_infos: null
                          search_highlight: null
                          green_screen_materials: null
                          question_list: null
                          content_desc_extra: null
                          products_info: null
                          branded_content_accounts: null
                          tts_voice_ids: null
                          reference_tts_voice_ids: null
                          voice_filter_ids: null
                          reference_voice_filter_ids: null
                          muf_comment_info_v2: null
                          behind_the_song_music_ids: null
                          behind_the_song_video_music_ids: null
                          operator_boost_info: null
                          banners: null
                          picked_users: null
                          comment_topbar_info: null
                          survey_info: null
                          ecosystem_perception_enhancement: null
                      - type: 1
                        lives:
                          aweme_id: '7571643356537309966'
                          author:
                            uid: '6744895811093775365'
                            short_id: '0'
                            nickname: JADE MILLION
                            avatar_larger:
                              url_list: null
                              url_prefix: null
                            avatar_thumb:
                              uri: >-
                                100x100/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=8c77d864&x-expires=1763089200&x-signature=3SNfMPV3gBUHFUsBa64exxgvQ0Q%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=349ad3c8&x-expires=1763089200&x-signature=zK66CgATCfAFdPDqBTFbhQwlijA%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=eeeebaa4&x-expires=1763089200&x-signature=LDNiO82JwWmKuU%2BMswgEjTd5Tak%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                              url_prefix: null
                            avatar_medium:
                              url_list: null
                              url_prefix: null
                            follow_status: 0
                            custom_verify: ''
                            unique_id: jademillion
                            room_id: 7571643356537310000
                            verify_info: ''
                            enterprise_verify_reason: ''
                            followers_detail: null
                            platform_sync_info: null
                            geofencing: null
                            room_cover:
                              uri: >-
                                tos-alisg-i-6sfwe43m1g-sg/f0d34953b527492aab623e1c3c5d00f5.jpeg
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/f0d34953b527492aab623e1c3c5d00f5.jpeg~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=fbbffac4&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=lGszWLyqAzi68GIg2l7N7RMq3wo%3D
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/f0d34953b527492aab623e1c3c5d00f5.jpeg~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=6d72c941&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=JgHvhgW87HUeQ9BzHzKtCBUBIAc%3D
                              url_prefix: null
                            cover_url: null
                            item_list: null
                            type_label: null
                            ad_cover_url: null
                            relative_users: null
                            cha_list: null
                            sec_uid: >-
                              MS4wLjABAAAA1F0bazF4sHQMspRYzEtVye2_rqNzpEWEMhEPzJgn12nKQFM-RSMHqOUnc2CF3xiL
                            need_points: null
                            name_field: nickname
                            homepage_bottom_toast: null
                            can_set_geofencing: null
                            white_cover_url: null
                            user_tags: null
                            bold_fields: null
                            search_user_name: JADE MILLION
                            search_user_desc: jademillion
                            search_highlight: null
                            mutual_relation_avatars: null
                            room_title: if halsey and posty had a baby
                            room_id_str: '7571643356537309966'
                            events: null
                            advance_feature_item_order: null
                            advanced_feature_info: null
                            user_profile_guide: null
                            shield_edit_field_info: null
                            can_message_follow_status_list: null
                            account_labels: null
                          cha_list: null
                          text_extra: null
                          video_labels: null
                          aweme_type: 101
                          image_infos: null
                          position: null
                          uniqid_position: null
                          geofencing: null
                          video_text: null
                          label_top_text: null
                          group_id: '7571643385040096526'
                          nickname_position: null
                          challenge_position: null
                          long_video: null
                          interaction_stickers: null
                          origin_comment_ids: null
                          commerce_config_data: null
                          room:
                            has_commerce_goods: false
                            is_battle: false
                          anchors: null
                          rawdata: >-
                            {"id":7571643356537309966,"id_str":"7571643356537309966","status":2,"owner_user_id":6744895811093775365,"title":"if
                            halsey and posty had a
                            baby","user_count":98,"client_version":9606,"cover":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=142b4963\&x-expires=1763089200\&x-signature=L0RPyXK8dq6NhWfHYKaWqYkiGdQ%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=c6851927\&x-expires=1763089200\&x-signature=fHk0Hk98fgs3HaAiwuXpGoQM6Y8%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=d9993ef7\&x-expires=1763089200\&x-signature=5gCzcJgOjqIE%2BeInKAGf2TV4gL4%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea"},"stream_url":{"extra":{},"candidate_resolution":["SD1","SD2","HD1"],"live_core_sdk_data":{"pull_data":{"stream_data":"{\"common\":{\"session_id\":\"173-20251112032358143C8207847D280046B8\",\"rule_ids\":\"{\\\"ab_version_trace\\\":{\\\"10477\\\":[1749441195252],\\\"10554\\\":[1732592346481],\\\"10765\\\":[1721180488121],\\\"10866\\\":[1747815361514],\\\"1418\\\":[1666010142457,1673250146919],\\\"2138\\\":[1690525345742,1690519087933],\\\"2598\\\":[1715159344978],\\\"3054\\\":[1704722391811,1701746596108],\\\"4097\\\":[1721628097371,1725933627058],\\\"4238\\\":[1721648325234],\\\"5786\\\":[1732592346479],\\\"7426\\\":[1740725804738],\\\"8993\\\":[1741184324527],\\\"9193\\\":[1745735167278]},\\\"sched\\\":\\\"{\\\\\\\"ids\\\\\\\":[\\\\\\\"ex_3809126(Weight:100)\\\\\\\"],\\\\\\\"result\\\\\\\":{\\\\\\\"hit\\\\\\\":\\\\\\\"exclusive\\\\\\\",\\\\\\\"cdn\\\\\\\":2155}}\\\"}\",\"query\":{\"infos\":\"228c3823d84f480605a6ad150d20e1862498c2003942e1504ed597913a5c\",\"node_opt\":\"v3\",\"audio_compressor\":\"ac_v1\",\"game_abr_pitaya_pid\":\"v3\",\"group_version\":\"node_opt_v3\",\"apool\":\"v2\",\"audio_balance\":\"v3\",\"rtm_expr_tag\":\"mio_live_us_r1_v2\"},\"auto\":{\"strategy\":\"abr_bb_4live\",\"enable\":1,\"default\":\"hd\",\"list\":[\"hd\",\"hd_60\"],\"enable_origin_resolution\":1},\"rtmp_ports\":{\"main\":{\"h2q\":443}},\"http_ports\":{\"main\":{\"h2q\":443}},\"user_count\":10,\"peer_anchor_level\":33,\"common_sdk_params\":{\"main\":\"{\\\"AudioWatermark\\\":{\\\"EnablePrivateRoom\\\":0,\\\"Density\\\":10,\\\"Enabled\\\":1},\\\"UseFastOpenDurationFromSetAPI\\\":1,\\\"EnableABRCheckEnhance\\\":1,\\\"StrategyInLSS\\\":{\\\"StrategyList\\\":{\\\"live_stream_strategy_abr_predict_bitrate\\\":{\\\"StrategyInputParams\\\":{\\\"EnableLocalStrategyModel\\\":1}}}},\\\"DurationOfCctkBwCollector\\\":5000,\\\"EnableCreateDecoderEarly\\\":1,\\\"SuggestProtocol\\\":\\\"h2q\\\",\\\"EventReportConfig\\\":{\\\"EnableReportRecvedSpspps\\\":0,\\\"EnableReportDemuxStall\\\":0,\\\"EnableReportDecodeStall\\\":0},\\\"quic\\\":{\\\"QuicALogLevel\\\":2,\\\"QuicFifoRecvBufferLen\\\":8388608,\\\"QuicEarlyClose\\\":1},\\\"MediaCodecFrames\\\":7,\\\"DurationOfGopSizeCollector\\\":20000,\\\"cdn_name\\\":\\\"cdn77\\\",\\\"EnableSortAbrResolutionList\\\":0,\\\"EnableE2EDelayCalc\\\":1,\\\"ABRMethod\\\":5,\\\"EnableNTPByApp\\\":1,\\\"WaitSetSurfaceTimeout\\\":60,\\\"Auto\\\":{\\\"Demotion\\\":{\\\"StallCount\\\":4},\\\"Enable\\\":0},\\\"SizeOfCctkBwCollector\\\":5,\\\"ABROptimumStartupBiterateEnabled\\\":1,\\\"EnableADecoderPlugin\\\":1,\\\"FixBinBuffering\\\":1,\\\"NetworkAdapt\\\":{\\\"EnableFixPtsShift\\\":1,\\\"HurryTime\\\":3500,\\\"HurryType\\\":0,\\\"HurrySpeed\\\":1.1,\\\"SlowTime\\\":666,\\\"SlowSpeed\\\":1,\\\"HurryMillisecond\\\":3500,\\\"SlowMillisecond\\\":666,\\\"Enabled\\\":1},\\\"AudioGetLatencyFreq\\\":10000,\\\"EnableOnlyAudioInAoRes\\\":1,\\\"AudioBalanceTargetLuft\\\":-8,\\\"ProtocolRetryTimes\\\":1,\\\"EnableCertVerify\\\":1,\\\"EnableOptimizeLivePtsRollback\\\":1,\\\"AudioEffectCompressor\\\":{\\\"Pregain\\\":0.25,\\\"Ratio\\\":8,\\\"Threshold\\\":-14,\\\"Type\\\":0,\\\"Enable\\\":1,\\\"Predelay\\\":0.007},\\\"MediaCodecCheckInterval\\\":100,\\\"ABRSwitchNumberThreshold\\\":1,\\\"EnableUseNewCCTKPath\\\":1,\\\"AudioGraphMaxCacheSize\\\":3,\\\"AbrStallDegradeImmediately\\\":0,\\\"EnableBinControl\\\":1,\\\"LoudnessStrategy\\\":{\\\"Enable\\\":1,\\\"LibraParamsStr\\\":\\\"{    
                            \\\\\\\"max_block_size\\\\\\\": 1024,    
                            \\\\\\\"Version\\\\\\\": 0,    
                            \\\\\\\"used_in_live\\\\\\\": 1,    
                            \\\\\\\"live_target_lu\\\\\\\": -8,    
                            \\\\\\\"lower_limit_level\\\\\\\": -18,    
                            \\\\\\\"loudness_lookahead_window\\\\\\\": 0.4,    
                            \\\\\\\"noise_gate_compress_ratio\\\\\\\": 0.67,    
                            \\\\\\\"lu_type\\\\\\\": 0,    
                            \\\\\\\"use_no_mdsp_graph\\\\\\\": 1,    
                            \\\\\\\"limiter_peak\\\\\\\": -1,    
                            \\\\\\\"limiter_makeup_gain\\\\\\\": 1,
                            \\\\\\\"is_fixed_drc_compressor_ratio\\\\\\\":1,
                            \\\\\\\"drc_compressor_ratio\\\\\\\":2.5
                            }\\\",\\\"EffectType\\\":10},\\\"ABRSwitchDownBufferThreshold\\\":1000,\\\"EnableAudioDirectBuffer\\\":1,\\\"EnableMcPipeline\\\":1,\\\"disable_algorithum\\\":1,\\\"UdpRealSpeed\\\":1,\\\"auto\\\":{\\\"enable\\\":1,\\\"enable_origin_resolution\\\":1,\\\"strategy\\\":\\\"abr_bb_4live\\\",\\\"list\\\":[\\\"hd\\\",\\\"hd_60\\\"],\\\"default\\\":\\\"hd\\\",\\\"demotion\\\":{\\\"stall_count\\\":9999}},\\\"StrategyInLss\\\":{\\\"StrategyList\\\":[{\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_abr_predict_bitrate\\\",\\\"Repeat\\\":1,\\\"Time\\\":1000},{\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_startup_bitrate_predict\\\",\\\"Repeat\\\":0,\\\"Time\\\":0}]},\\\"EnablePlayerFR\\\":1,\\\"MediaCodecDeadTimeThresh\\\":1000,\\\"ABRSeriesInfo\\\":{\\\"MaxRecordCount\\\":50,\\\"Enable\\\":1},\\\"httpx\\\":{\\\"HttpPingForHeaderFrame\\\":1,\\\"LSEngineParamJson\\\":{\\\"FastReSend\\\":1,\\\"FixCloseWithATTQ\\\":1,\\\"FIFOPoolLenInit\\\":1,\\\"CloseOnNetChange\\\":1,\\\"EnableGetLocalAddr\\\":1,\\\"FIFOSize\\\":1048576,\\\"FIFOPoolLenLimit\\\":3},\\\"HttpPreStart\\\":0,\\\"HttpExecCreateRetryInt\\\":5,\\\"HttpQuicVersion\\\":43,\\\"HttpPingTimeout\\\":5000,\\\"UseLSQUIC\\\":1,\\\"HttpMainJobDelay\\\":1,\\\"HttpVersion\\\":2,\\\"HttpExecCreateRetryTimes\\\":2,\\\"HttpEnableHttpRace\\\":1,\\\"HttpUseQuicCrypto\\\":1,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"HttpMaxRetryAttempts\\\":0,\\\"HttpEnableCertVerify\\\":1,\\\"HttpPingInterval\\\":10000,\\\"HttpConfigJson\\\":{\\\"HSTimeoutUs\\\":4000000,\\\"SCLS\\\":0,\\\"NetworkSeriesLen\\\":120,\\\"MaxCFCW\\\":0,\\\"SendPeriodOfCCTK\\\":1000,\\\"BlockRead\\\":1,\\\"WriteDelayFor0RTT\\\":0,\\\"AckPacketsThreshold\\\":2,\\\"NetworkStatsContent\\\":10000,\\\"NewLog\\\":1,\\\"MaxProcTimeMs\\\":0,\\\"PING\\\":5,\\\"JointCCOpti\\\":0,\\\"SCFGSaveIntvS\\\":1,\\\"NetworkStatsStringifyType\\\":1,\\\"EnableExtendHSK\\\":1,\\\"UAID\\\":\\\"ttplayer-live\\\",\\\"MIDS\\\":100,\\\"CFCW\\\":33554432,\\\"MinHandshakeTimeoutMs\\\":10,\\\"AddNetworkSeries\\\":1,\\\"LogLevel\\\":\\\"error\\\",\\\"RWOnce\\\":1,\\\"MaxSFCW\\\":0,\\\"SendPeriodOfCctk\\\":1000,\\\"Pacing\\\":1,\\\"ICSL\\\":30,\\\"SFCW\\\":16777216,\\\"EnableGetCCTK\\\":1,\\\"EnableUseNewCCTKPath\\\":1,\\\"ConnCheckPeriod\\\":5,\\\"ConnCheckTimeout\\\":120,\\\"CCTKVersion\\\":2}},\\\"ResetCalibPtsRollback\\\":1,\\\"VoicePool\\\":{\\\"Size\\\":7,\\\"UseCount\\\":20,\\\"Enable\\\":1,\\\"ForbidSampleRate\\\":\\\"48000\\\",\\\"MaxSameCount\\\":4},\\\"EnableUseLSS\\\":1,\\\"GetNetworkStats\\\":1,\\\"EnableSaveSCFG\\\":1,\\\"SuggestFormat\\\":\\\"flv\\\",\\\"EnableStopCloseIO\\\":1,\\\"LiveIOConfig\\\":{\\\"EnableQuic\\\":1,\\\"EnableABR\\\":1,\\\"EnableH2QPreconn\\\":1,\\\"EnableLiveIO\\\":1,\\\"ConfigParams\\\":{\\\"H2Q\\\":{\\\"HttpConfigJson\\\":{\\\"SCFGSaveIntvS\\\":1,\\\"CCTKVersion\\\":2,\\\"NetworkSeriesLen\\\":120,\\\"PING\\\":1,\\\"ProcessWrite\\\":0,\\\"ConnCheckTimeout\\\":120,\\\"EnableGetCCTK\\\":1,\\\"LiveIOEnableRejAsSchlo\\\":0,\\\"NetworkStatsStringifyType\\\":1,\\\"NetworkStatsContent\\\":10000,\\\"EnableExtendHSK\\\":1,\\\"ICSL\\\":5,\\\"SendPeriodOfCCTK\\\":1000,\\\"EnableUseNewCCTKPath\\\":1,\\\"NewLog\\\":1,\\\"AddNetworkSeries\\\":1},\\\"LSEngineParamJson\\\":{\\\"EnableGetLocalAddr\\\":1,\\\"FastReSend\\\":1,\\\"FixCloseWithATTQ\\\":1,\\\"CloseOnNetChange\\\":1}},\\\"Common\\\":{\\\"EnableRaceRedirectly\\\":true,\\\"EnableTaskListenerTransfer\\\":1,\\\"EnableRaceFailFix\\\":1,\\\"ff_live_cond_timeout\\\":50,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"http_is_enable_prepare\\\":1,\\\"EnableRaceDefaultConfig\\\":1}},\\\"EnableLiveIOUseJavaThread\\\":0,\\\"EnableLiveIOUseNewInterface\\\":1},\\\"E2EDelayReportFix\\\":0,\\\"NotifyCompletedImmediately\\\":1,\\\"AudioCalibrationType\\\":1,\\\"FastOpenDuration\\\":-500,\\\"EnableAsyncSetSurface\\\":1,\\\"AudioPrerollTimeout\\\":500,\\\"EnableAudioBalanceBySei\\\":1,\\\"SizeOfGopSizeCollector\\\":3,\\\"EnableMcMonitor\\\":1,\\\"TargetOriginBitRate\\\":2000000,\\\"AudioSampleMap\\\":1,\\\"AudioDecodeMaxCacheSize\\\":8,\\\"EnableMediaCodecAsync\\\":1,\\\"EnableSeiParserInCodec\\\":1,\\\"PreprocessAudioEffectType\\\":1,\\\"EnablePixelFormatFullRange\\\":1,\\\"ProtocolDowngrade\\\":1,\\\"ABRSafeBuffer\\\":0.3,\\\"BufferDataMs\\\":500,\\\"EnableUpateSessionIdInRetry\\\":1,\\\"ABRCheckInterval\\\":1000,\\\"QuicConfigOptimize\\\":1,\\\"EnableUseNewSeiTypeInLoudness\\\":1,\\\"EnableAudioGraphRefactor\\\":1,\\\"EnableQueryWinSize\\\":1,\\\"DisableDirectSetCodecId\\\":1,\\\"EnableCheckDropAudio\\\":1}\"}},\"data\":{\"origin\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/game/stream-3577071444810007484.flv?expire=1764127439\\&sign=530efbd1e475a8aacd5b339df01fe9e0\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/game/stream-3577071444810007484/index.mpd?expire=1764127439\\&sign=49b35c0d1e246440f5ecd1726e8367db\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"gop\\\":4,\\\"resolution\\\":\\\"720x1280\\\",\\\"vbitrate\\\":6172000,\\\"VCodec\\\":\\\"h264\\\"}\"}},\"sd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/game/stream-3577071444810007484_sd5.flv?expire=1764127439\\&sign=3653a61b1fcae5c34fab35691c00fb5f\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/game/stream-3577071444810007484_sd5/index.mpd?expire=1764127439\\&sign=1b4f9653adfae52656b54288ca5bf64b\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"stream_suffix\\\":\\\"sd5\\\",\\\"v_rtpsnr\\\":0,\\\"v_rtbitrate_timestamp\\\":1762917823923,\\\"gop\\\":4,\\\"vbitrate\\\":1000000,\\\"v_rtbitrate_std\\\":91380,\\\"v_rtbitrate_pct\\\":802640,\\\"VCodec\\\":\\\"bytevc1\\\",\\\"resolution\\\":\\\"540x960\\\",\\\"v_rtbitrate\\\":733710}\"}},\"ld\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/game/stream-3577071444810007484_ld5.flv?expire=1764127439\\&sign=cf1ec0d8a84b23c6e04926d96eccb3b8\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/game/stream-3577071444810007484_ld5/index.mpd?expire=1764127439\\&sign=5893e4f00bb4f1b13e0f2b11e59a895e\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"VCodec\\\":\\\"bytevc1\\\",\\\"vbitrate\\\":600000,\\\"v_rtpsnr\\\":0,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"v_rtbitrate_timestamp\\\":1762917834355,\\\"gop\\\":4,\\\"resolution\\\":\\\"360x640\\\",\\\"v_rtbitrate_std\\\":14220,\\\"stream_suffix\\\":\\\"ld5\\\",\\\"v_rtbitrate_pct\\\":577900,\\\"v_rtbitrate\\\":566650}\"}},\"hd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/game/stream-3577071444810007484_hd5s.flv?expire=1764127439\\&sign=e92e491f36aefa70c3bc4e06a7b4034b\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/game/stream-3577071444810007484_hd5s/index.mpd?expire=1764127439\\&sign=324002879a2ae8a9bd43d286b3b20026\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtbitrate_std\\\":138650,\\\"VCodec\\\":\\\"bytevc1\\\",\\\"stream_suffix\\\":\\\"hd5s\\\",\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"v_rtbitrate_pct\\\":1348180,\\\"vbitrate\\\":1600000,\\\"resolution\\\":\\\"720x1280\\\",\\\"v_rtpsnr\\\":0,\\\"v_rtbitrate_timestamp\\\":1762917822859,\\\"gop\\\":4,\\\"v_rtbitrate\\\":1255510}\"}},\"ao\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/game/stream-3577071444810007484.flv?expire=1764127439\\&sign=530efbd1e475a8aacd5b339df01fe9e0\\&only_audio=1\",\"hls\":\"\",\"cmaf\":\"\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"vbitrate\\\":0,\\\"resolution\\\":\\\"\\\",\\\"VCodec\\\":\\\"bytevc1\\\",\\\"gop\\\":0}\"}}}}","options":{"default_quality":{"name":"AUTO","sdk_key":"auto"},"default_preview_quality":{}}},"push_data":{}}},"link_mic":{"channel_info":{},"battle_settings":{}},"stats":{"total_user":4851,"user_count_composition":{},"enter_count":4851,"share_count":122},"living_room_attrs":{},"owner":{"id":6744895811093775365,"nickname":"JADE
                            MILLION","bio_description":"Your new favorite artist
                            💚\njademillionmusic@gmail.com 📧\nLIVE 7pmCST
                            SUNDAYS-THURSDAYS 🎤\nCOME SEE ME ON TOUR
                            ⬇️","avatar_thumb":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=8c77d864\&x-expires=1763089200\&x-signature=3SNfMPV3gBUHFUsBa64exxgvQ0Q%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=349ad3c8\&x-expires=1763089200\&x-signature=zK66CgATCfAFdPDqBTFbhQwlijA%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640\&refresh_token=eeeebaa4\&x-expires=1763089200\&x-signature=LDNiO82JwWmKuU%2BMswgEjTd5Tak%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"100x100/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea"},"avatar_medium":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=142b4963\&x-expires=1763089200\&x-signature=L0RPyXK8dq6NhWfHYKaWqYkiGdQ%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=c6851927\&x-expires=1763089200\&x-signature=fHk0Hk98fgs3HaAiwuXpGoQM6Y8%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=d9993ef7\&x-expires=1763089200\&x-signature=5gCzcJgOjqIE%2BeInKAGf2TV4gL4%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea"},"avatar_large":{"url_list":["https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=2a3a88a4\&x-expires=1763089200\&x-signature=D%2FWXWlwcUbwGmD1mtvI2rq1RiCk%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=800b7515\&x-expires=1763089200\&x-signature=FiP%2B7Icc99D5T4PmcvUk2YPgp0w%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640\&refresh_token=1d547a00\&x-expires=1763089200\&x-signature=fLiZ8tDVrQ2cOG698kTEySo3Zjs%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"1080x1080/tos-useast5-avt-0068-tx/d19718d14a136f27c17278d3249e32ea"},"status":1,"modify_time":1762907364,"follow_info":{"following_count":1622,"follower_count":266381},"pay_grade":{},"user_attr":{},"own_room":{"room_ids":[7571643356537309966],"room_ids_str":["7571643356537309966"]},"display_id":"jademillion","sec_uid":"MS4wLjABAAAA1F0bazF4sHQMspRYzEtVye2_rqNzpEWEMhEPzJgn12nKQFM-RSMHqOUnc2CF3xiL","mint_type_label":[6717062916320790534,7172202571996596226,7047027142626691074,7160893592603461633,7173951284645464070],"id_str":"6744895811093775365"},"live_type_third_party":true,"start_time":1762910656,"room_auth":{"Landscape":2,"anchor_level_permission":{}},"like_count":150214,"hashtag":{"id":7,"title":"Music","image":{"url_list":["https://p16-webcast.tiktokcdn.com/img/alisg/webcast-sg/7Music.png~tplv-obj.image","https://p19-webcast.tiktokcdn.com/img/alisg/webcast-sg/7Music.png~tplv-obj.image"],"uri":"webcast-sg/7Music.png","avg_color":"#89A37C"}},"live_room_mode":6,"social_interaction":{},"game_tag":[{}],"square_cover_img":{"url_list":["https://p19-webcast.tiktokcdn-us.com/webcast-oci-tx/6c8f335d4346435e3fccdb6451225c29~tplv-obj.image","https://p16-webcast.tiktokcdn-us.com/webcast-oci-tx/6c8f335d4346435e3fccdb6451225c29~tplv-obj.image"],"uri":"webcast-oci-tx/6c8f335d4346435e3fccdb6451225c29","avg_color":"#53537A"},"rectangle_cover_img":{"url_list":["https://p16-webcast.tiktokcdn-us.com/webcast-oci-tx/caba091bd95043dbbe1f4c1f0d40438a~tplv-obj.image","https://p19-webcast.tiktokcdn-us.com/webcast-oci-tx/caba091bd95043dbbe1f4c1f0d40438a~tplv-obj.image"],"uri":"webcast-oci-tx/caba091bd95043dbbe1f4c1f0d40438a","avg_color":"#C8E0BC"},"room_auth_message":{},"age_restricted":{},"multi_stream_url":{"extra":{"super_resolution":{}},"live_core_sdk_data":{"pull_data":{"options":{"default_quality":{},"default_preview_quality":{}}},"push_data":{}}},"cover_type":1,"stream_snapshot":{"uri":"tos-alisg-i-6sfwe43m1g-sg/f0d34953b527492aab623e1c3c5d00f5.jpeg","urls":["https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/f0d34953b527492aab623e1c3c5d00f5.jpeg~tplv-tiktokx-origin.image?dr=9643\&refresh_token=972b3e0e\&x-expires=1762938000\&x-signature=iauTN2BP7eW7Wv6GHBV0v5qM8ro%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/f0d34953b527492aab623e1c3c5d00f5.jpeg~tplv-tiktokx-origin.image?dr=9643\&refresh_token=c31c55af\&x-expires=1762938000\&x-signature=jEKS0WFVMlfdDoCQ7KWjStJUukE%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/f0d34953b527492aab623e1c3c5d00f5.jpeg~tplv-tiktokx-origin.jpeg?dr=9643\&refresh_token=24785224\&x-expires=1762938000\&x-signature=75VinY2W4IGkrcJ%2FMjaKoUSW2ak%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8"],"height":1280,"width":720,"face_center_x":407,"face_center_y":490}}
                          hybrid_label: null
                          geofencing_regions: null
                          search_extra:
                            current_time: 1762917839
                            search_live_struct:
                              live_cover_type: gif_shot
                          cover_labels: null
                          mask_infos: null
                          search_highlight: null
                          green_screen_materials: null
                          question_list: null
                          content_desc_extra: null
                          products_info: null
                          branded_content_accounts: null
                          tts_voice_ids: null
                          reference_tts_voice_ids: null
                          voice_filter_ids: null
                          reference_voice_filter_ids: null
                          muf_comment_info_v2: null
                          behind_the_song_music_ids: null
                          behind_the_song_video_music_ids: null
                          operator_boost_info: null
                          banners: null
                          picked_users: null
                          comment_topbar_info: null
                          survey_info: null
                          ecosystem_perception_enhancement: null
                      - type: 1
                        lives:
                          aweme_id: '7571655554796423991'
                          author:
                            uid: '6726874461092004869'
                            short_id: '0'
                            nickname: jericatheemuse
                            avatar_larger:
                              url_list: null
                              url_prefix: null
                            avatar_thumb:
                              uri: >-
                                100x100/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=d99e931c&x-expires=1763089200&x-signature=c3GI52P1Uza4vXqDiIWUjWY0otU%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=928c5d56&x-expires=1763089200&x-signature=TjqtDx29rKKE3v7rCe9wuqSx93w%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=da3b5fc9&x-expires=1763089200&x-signature=fiD%2FlKMnSpyuSpLDde9OBojq8Xg%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                              url_prefix: null
                            avatar_medium:
                              url_list: null
                              url_prefix: null
                            follow_status: 0
                            custom_verify: ''
                            unique_id: jericatheemuse
                            room_id: 7571655554796424000
                            verify_info: ''
                            enterprise_verify_reason: ''
                            followers_detail: null
                            platform_sync_info: null
                            geofencing: null
                            room_cover:
                              uri: >-
                                720x720/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:720:720.webp?dr=9640&refresh_token=4cdeebe4&x-expires=1763089200&x-signature=GphsR1AEbs%2B6D%2FABGTadfizHkOo%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:720:720.webp?dr=9640&refresh_token=6fb23797&x-expires=1763089200&x-signature=CbfxdlYmvAeEoiyiFIdjIDe6Ah4%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640&refresh_token=b504750e&x-expires=1763089200&x-signature=LcGtYjPvoEcv%2FdOQwqNgyi6fgcI%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                              url_prefix: null
                            cover_url: null
                            item_list: null
                            type_label: null
                            ad_cover_url: null
                            relative_users: null
                            cha_list: null
                            sec_uid: >-
                              MS4wLjABAAAAxpM57Jst-VvyEAkdsG60cHjAE-HazQhwA7FTNkr4lAh5z0Ed8CxdY-8rEc5MsBPy
                            need_points: null
                            name_field: nickname
                            homepage_bottom_toast: null
                            can_set_geofencing: null
                            white_cover_url: null
                            user_tags: null
                            bold_fields: null
                            search_user_name: jericatheemuse
                            search_user_desc: jericatheemuse
                            search_highlight: null
                            mutual_relation_avatars: null
                            room_title: 🍯 Baby
                            room_id_str: '7571655554796423991'
                            events: null
                            advance_feature_item_order: null
                            advanced_feature_info: null
                            user_profile_guide: null
                            shield_edit_field_info: null
                            can_message_follow_status_list: null
                            account_labels: null
                          cha_list: null
                          text_extra: null
                          video_labels: null
                          aweme_type: 101
                          image_infos: null
                          position: null
                          uniqid_position: null
                          geofencing: null
                          video_text: null
                          label_top_text: null
                          group_id: '7571655578334825741'
                          nickname_position: null
                          challenge_position: null
                          long_video: null
                          interaction_stickers: null
                          origin_comment_ids: null
                          commerce_config_data: null
                          room:
                            has_commerce_goods: false
                            is_battle: false
                          anchors: null
                          rawdata: >-
                            {"id":7571655554796423991,"id_str":"7571655554796423991","status":2,"owner_user_id":6726874461092004869,"title":"🍯
                            Baby","user_count":3,"client_version":410900,"cover":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=4cdeebe4\&x-expires=1763089200\&x-signature=GphsR1AEbs%2B6D%2FABGTadfizHkOo%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=6fb23797\&x-expires=1763089200\&x-signature=CbfxdlYmvAeEoiyiFIdjIDe6Ah4%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=b504750e\&x-expires=1763089200\&x-signature=LcGtYjPvoEcv%2FdOQwqNgyi6fgcI%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c"},"stream_url":{"extra":{},"candidate_resolution":["SD1","SD2","HD1","FULL_HD1"],"live_core_sdk_data":{"pull_data":{"stream_data":"{\"common\":{\"session_id\":\"173-20251112032358143C8207847D280046B8\",\"rule_ids\":\"{\\\"ab_version_trace\\\":{\\\"10477\\\":[1749441195252],\\\"10765\\\":[1721180488121],\\\"10814\\\":[1732625570224],\\\"11882\\\":[1727414761058],\\\"12298\\\":[1755604894166],\\\"2138\\\":[1690519087933,1690525345742],\\\"2598\\\":[1715159344978],\\\"3054\\\":[1701746596108,1704722391811],\\\"4097\\\":[1725933627058,1721628097371],\\\"4238\\\":[1721648325234],\\\"7426\\\":[1740725804738],\\\"8993\\\":[1741184324527],\\\"9193\\\":[1745735167278]},\\\"sched\\\":\\\"{\\\\\\\"result\\\\\\\":{\\\\\\\"hit\\\\\\\":\\\\\\\"exclusive\\\\\\\",\\\\\\\"cdn\\\\\\\":2059},\\\\\\\"ids\\\\\\\":[\\\\\\\"ex_3809118(Weight:100)\\\\\\\"]}\\\"}\",\"query\":{\"group_version\":\"node_opt_v3\",\"infos\":\"0b891c6cac6f60dd552a34a7c800e7ce306ef1aa49fafbe2a56746d8b5c3\",\"apool\":\"v2\",\"global_720p\":\"v2\",\"node_opt\":\"v3\",\"rtm_expr_tag\":\"mio_live_us_r1_v2\",\"audio_balance\":\"v3\",\"audio_compressor\":\"ac_v1\"},\"rtmp_ports\":{\"main\":{\"h2q\":443}},\"http_ports\":{\"main\":{\"h2q\":443}},\"user_count\":-1,\"peer_anchor_level\":1,\"common_sdk_params\":{\"main\":\"{\\\"FastOpenDuration\\\":-500,\\\"EnableAudioGraphRefactor\\\":1,\\\"AudioWatermark\\\":{\\\"EnablePrivateRoom\\\":0,\\\"Density\\\":10,\\\"Enabled\\\":1},\\\"WaitSetSurfaceTimeout\\\":60,\\\"SuggestProtocol\\\":\\\"h2q\\\",\\\"MediaCodecFrames\\\":7,\\\"E2EDelayReportFix\\\":0,\\\"NotifyCompletedImmediately\\\":1,\\\"EnableUseLSS\\\":1,\\\"MediaCodecDeadTimeThresh\\\":1000,\\\"EnableQueryWinSize\\\":1,\\\"EnableAudioDirectBuffer\\\":1,\\\"StrategyInLSS\\\":{\\\"StrategyList\\\":{\\\"live_stream_strategy_abr_predict_bitrate\\\":{\\\"StrategyInputParams\\\":{\\\"InputFeatureList\\\":[\\\"PLAY-IoBitrate\\\",\\\"PLAY-BitrateList\\\",\\\"PLAY-StartTs\\\",\\\"PLAY-FirstFrameDownloadSpeed\\\",\\\"PLAY-FirstFrame\\\",\\\"PLAY-Bitrate\\\",\\\"PLAY-VideoBuffer\\\",\\\"PLAY-DownloadSpeed\\\",\\\"PLAY-StallState\\\",\\\"PLAY-IsPreview\\\",\\\"PLAY-NeptuneName\\\",\\\"PLAY-FastOpenDuration\\\",\\\"PLAY-CCTKCongestionInfo\\\",\\\"PLAY-StallStartSeries\\\",\\\"PLAY-StallDurationSeries\\\",\\\"PLAY-VideoTotalBuffer\\\",\\\"PLAY-VrtBitrateList\\\",\\\"PLAY-Protocol\\\"],\\\"EnableLocalStrategyModel\\\":1,\\\"InputSettingsParam\\\":{\\\"tls_buffer_watch_num\\\":9,\\\"tls_min_buffer_diff_ms\\\":180,\\\"tls_min_downloadspeed_ratio\\\":0.8,\\\"tls_penalty_switch_time_ms\\\":30000,\\\"tls_switch_interval_ms\\\":20000,\\\"enable_tls_upgrade\\\":1}},\\\"Name\\\":\\\"live_stream_strategy_abr_predict_bitrate\\\"}}},\\\"DurationOfCctkBwCollector\\\":5000,\\\"UseFastOpenDurationFromSetAPI\\\":1,\\\"UdpRealSpeed\\\":1,\\\"AudioRenderStallThreshold\\\":200,\\\"AudioPrerollTimeout\\\":500,\\\"EnableMcMonitor\\\":1,\\\"EnableCertVerify\\\":1,\\\"AudioGraphMaxCacheSize\\\":3,\\\"QuicConfigOptimize\\\":1,\\\"ProtocolDowngrade\\\":1,\\\"EnableAsyncSetSurface\\\":1,\\\"quic\\\":{\\\"QuicFifoRecvBufferLen\\\":8388608,\\\"QuicEarlyClose\\\":1,\\\"QuicALogLevel\\\":2},\\\"MediaCodecCheckInterval\\\":100,\\\"httpx\\\":{\\\"HttpExecCreateRetryInt\\\":5,\\\"HttpVersion\\\":2,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"HttpMainJobDelay\\\":1,\\\"HttpPreStart\\\":0,\\\"HttpQuicVersion\\\":43,\\\"HttpPingInterval\\\":10000,\\\"HttpEnableHttpRace\\\":1,\\\"HttpPingTimeout\\\":5000,\\\"HttpConfigJson\\\":{\\\"ConnCheckTimeout\\\":120,\\\"ConnCheckPeriod\\\":5,\\\"MaxCFCW\\\":0,\\\"MaxSFCW\\\":0,\\\"SCFGSaveIntvS\\\":1,\\\"BlockRead\\\":1,\\\"SCLS\\\":0,\\\"CCTKVersion\\\":2,\\\"EnableGetCCTK\\\":1,\\\"CFCW\\\":33554432,\\\"AckPacketsThreshold\\\":2,\\\"WriteDelayFor0RTT\\\":0,\\\"NetworkStatsContent\\\":10000,\\\"RWOnce\\\":1,\\\"NetworkSeriesLen\\\":120,\\\"SFCW\\\":16777216,\\\"MinHandshakeTimeoutMs\\\":10,\\\"Pacing\\\":1,\\\"SendPeriodOfCCTK\\\":1000,\\\"UAID\\\":\\\"ttplayer-live\\\",\\\"MaxProcTimeMs\\\":0,\\\"JointCCOpti\\\":0,\\\"PING\\\":5,\\\"SendPeriodOfCctk\\\":1000,\\\"EnableUseNewCCTKPath\\\":1,\\\"NewLog\\\":1,\\\"MIDS\\\":100,\\\"NetworkStatsStringifyType\\\":1,\\\"ICSL\\\":30,\\\"AddNetworkSeries\\\":1,\\\"HSTimeoutUs\\\":4000000,\\\"EnableExtendHSK\\\":1,\\\"LogLevel\\\":\\\"error\\\"},\\\"LSEngineParamJson\\\":{\\\"FIFOPoolLenInit\\\":1,\\\"FixCloseWithATTQ\\\":1,\\\"FIFOPoolLenLimit\\\":3,\\\"FIFOSize\\\":1048576,\\\"EnableGetLocalAddr\\\":1,\\\"FastReSend\\\":1,\\\"CloseOnNetChange\\\":1},\\\"HttpPingForHeaderFrame\\\":1,\\\"HttpMaxRetryAttempts\\\":0,\\\"UseLSQUIC\\\":1,\\\"HttpExecCreateRetryTimes\\\":2,\\\"HttpEnableCertVerify\\\":1,\\\"HttpUseQuicCrypto\\\":1},\\\"GetNetworkStats\\\":1,\\\"TTMPDnsParseTimeout\\\":5000000,\\\"EnableCreateDecoderEarly\\\":1,\\\"FixBinBuffering\\\":1,\\\"AudioSampleMap\\\":1,\\\"SizeOfGopSizeCollector\\\":3,\\\"LoudnessStrategy\\\":{\\\"EffectType\\\":10,\\\"Enable\\\":1,\\\"LibraParamsStr\\\":\\\"{    
                            \\\\\\\"max_block_size\\\\\\\": 1024,    
                            \\\\\\\"Version\\\\\\\": 0,    
                            \\\\\\\"used_in_live\\\\\\\": 1,    
                            \\\\\\\"live_target_lu\\\\\\\": -8,    
                            \\\\\\\"lower_limit_level\\\\\\\": -18,    
                            \\\\\\\"loudness_lookahead_window\\\\\\\": 0.4,    
                            \\\\\\\"noise_gate_compress_ratio\\\\\\\": 0.67,    
                            \\\\\\\"lu_type\\\\\\\": 0,    
                            \\\\\\\"use_no_mdsp_graph\\\\\\\": 1,    
                            \\\\\\\"limiter_peak\\\\\\\": -1,    
                            \\\\\\\"limiter_makeup_gain\\\\\\\": 1,
                            \\\\\\\"is_fixed_drc_compressor_ratio\\\\\\\":1,
                            \\\\\\\"drc_compressor_ratio\\\\\\\":2.5
                            }\\\"},\\\"AudioBalanceTargetLuft\\\":-8,\\\"EnablePlayerFR\\\":1,\\\"LiveIOConfig\\\":{\\\"EnableLiveIO\\\":1,\\\"EnableABR\\\":1,\\\"EnableH2QPreconn\\\":1,\\\"EnableLiveIOUseNewInterface\\\":1,\\\"EnableLiveIOUseJavaThread\\\":0,\\\"EnableQuic\\\":1,\\\"ConfigParams\\\":{\\\"Common\\\":{\\\"EnableTaskListenerTransfer\\\":1,\\\"http_is_enable_prepare\\\":1,\\\"EnableRaceDefaultConfig\\\":1,\\\"EnableRaceRedirectly\\\":true,\\\"EnableRaceFailFix\\\":1,\\\"ff_live_cond_timeout\\\":50,\\\"NetworkStatsUpdatePeriod\\\":0},\\\"H2Q\\\":{\\\"HttpConfigJson\\\":{\\\"CCTKVersion\\\":2,\\\"AddNetworkSeries\\\":1,\\\"ProcessWrite\\\":0,\\\"NewLog\\\":1,\\\"ICSL\\\":5,\\\"SCFGSaveIntvS\\\":1,\\\"LiveIOEnableRejAsSchlo\\\":0,\\\"SendPeriodOfCCTK\\\":1000,\\\"EnableGetCCTK\\\":1,\\\"NetworkStatsStringifyType\\\":1,\\\"NetworkSeriesLen\\\":120,\\\"EnableExtendHSK\\\":1,\\\"NetworkStatsContent\\\":10000,\\\"PING\\\":1,\\\"ConnCheckTimeout\\\":120,\\\"EnableUseNewCCTKPath\\\":1},\\\"LSEngineParamJson\\\":{\\\"CloseOnNetChange\\\":1,\\\"EnableGetLocalAddr\\\":1,\\\"FastReSend\\\":1,\\\"FixCloseWithATTQ\\\":1}}}},\\\"AudioEffectCompressor\\\":{\\\"Threshold\\\":-14,\\\"Type\\\":0,\\\"Enable\\\":1,\\\"Predelay\\\":0.007,\\\"Pregain\\\":0.25,\\\"Ratio\\\":8},\\\"AudioGetLatencyFreq\\\":10000,\\\"EnableNTPByApp\\\":1,\\\"cdn_name\\\":\\\"cdn77\\\",\\\"EnableSeiParserInCodec\\\":1,\\\"VideoRenderStallThreshold\\\":200,\\\"NetworkAdapt\\\":{\\\"Enabled\\\":1,\\\"EnableFixPtsShift\\\":1,\\\"HurryType\\\":0,\\\"SlowMillisecond\\\":666,\\\"SlowSpeed\\\":1,\\\"HurrySpeed\\\":1.1,\\\"HurryMillisecond\\\":3500,\\\"SlowTime\\\":666,\\\"HurryTime\\\":3500},\\\"ResetCalibPtsRollback\\\":1,\\\"EventReportConfig\\\":{\\\"EnableReportDecodeStall\\\":0,\\\"EnableReportRecvedSpspps\\\":0,\\\"EnableReportDemuxStall\\\":0},\\\"EnableMediaCodecAsync\\\":1,\\\"TTMPDnsParseEnable\\\":1,\\\"BufferDataMs\\\":500,\\\"SuggestFormat\\\":\\\"flv\\\",\\\"QuicVersion\\\":43,\\\"EnableUseNewCCTKPath\\\":1,\\\"CmafSegmentSyncThreshold\\\":2000,\\\"EnableAudioBalanceBySei\\\":1,\\\"EnableUseNewSeiTypeInLoudness\\\":1,\\\"EnableOnlyAudioInAoRes\\\":1,\\\"DisableDirectSetCodecId\\\":1,\\\"EnableCheckDropAudio\\\":1,\\\"AudioDecodeMaxCacheSize\\\":8,\\\"PreprocessAudioEffectType\\\":1,\\\"VoicePool\\\":{\\\"Size\\\":7,\\\"UseCount\\\":20,\\\"Enable\\\":1,\\\"ForbidSampleRate\\\":\\\"48000\\\",\\\"MaxSameCount\\\":4},\\\"SizeOfCctkBwCollector\\\":5,\\\"ProtocolRetryTimes\\\":1,\\\"EnableSaveSCFG\\\":1,\\\"EnableADecoderPlugin\\\":1,\\\"EnableStopCloseIO\\\":1,\\\"EnableOptimizeLivePtsRollback\\\":1,\\\"DurationOfGopSizeCollector\\\":20000,\\\"FixStreamFinAndRst\\\":1,\\\"EnableMcPipeline\\\":1,\\\"EnablePixelFormatFullRange\\\":1,\\\"EnableE2EDelayCalc\\\":1,\\\"EnableUpateSessionIdInRetry\\\":1,\\\"AudioCalibrationType\\\":1,\\\"EnableBinControl\\\":1}\"}},\"data\":{\"origin\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/stage/stream-3577071635141493680.flv?expire=1764127439\\&sign=bfc63519d821fcf074029f6cacb2b8df\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/stage/stream-3577071635141493680/index.mpd?expire=1764127439\\&sign=a076028031d5a76c0b3cd0be1e762930\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"vbitrate\\\":1246000,\\\"gop\\\":4,\\\"resolution\\\":\\\"720x1280\\\",\\\"VCodec\\\":\\\"bytevc1\\\"}\"}},\"ao\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/stage/stream-3577071635141493680.flv?expire=1764127439\\&sign=bfc63519d821fcf074029f6cacb2b8df\\&only_audio=1\",\"hls\":\"\",\"cmaf\":\"\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"resolution\\\":\\\"\\\",\\\"vbitrate\\\":0,\\\"gop\\\":0,\\\"VCodec\\\":\\\"h264\\\"}\"}},\"sd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/stage/stream-3577071635141493680_sd5.flv?expire=1764127439\\&sign=97f80f679729e47a0d0b5f7f9a099db2\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/stage/stream-3577071635141493680_sd5/index.mpd?expire=1764127439\\&sign=34ac1fb7e2765a528d2cf98facbec256\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"vbitrate\\\":600000,\\\"VCodec\\\":\\\"bytevc1\\\",\\\"resolution\\\":\\\"480x853\\\",\\\"gop\\\":0,\\\"stream_suffix\\\":\\\"sd5\\\"}\"}},\"ld\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/stage/stream-3577071635141493680_ld5.flv?expire=1764127439\\&sign=b66390b51638a1e9fcf95b817388ae30\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/stage/stream-3577071635141493680_ld5/index.mpd?expire=1764127439\\&sign=f0fa0d2c285f52e7953f64aa883fb4b3\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"stream_suffix\\\":\\\"ld5\\\",\\\"resolution\\\":\\\"480x853\\\",\\\"gop\\\":0,\\\"vbitrate\\\":400000,\\\"VCodec\\\":\\\"bytevc1\\\"}\"}},\"hd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/stage/stream-3577071635141493680_hd5.flv?expire=1764127439\\&sign=d44a108d01b982e27b1ddc35d4982dba\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/stage/stream-3577071635141493680_hd5/index.mpd?expire=1764127439\\&sign=26c187abe0d131a5ac1de37b8ffd3496\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"resolution\\\":\\\"720x1280\\\",\\\"VCodec\\\":\\\"bytevc1\\\",\\\"v_rtbitrate_pct\\\":1386160,\\\"stream_suffix\\\":\\\"hd5\\\",\\\"v_rtbitrate\\\":1098560,\\\"v_rtbitrate_std\\\":162840,\\\"v_rtpsnr\\\":0,\\\"v_rtbitrate_timestamp\\\":1762917835869,\\\"gop\\\":4,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"vbitrate\\\":1000000}\"}},\"uhd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/stage/stream-3577071635141493680_uhd5.flv?expire=1764127439\\&sign=8f38fdf1224d8858bab92cf3f24e6487\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/stage/stream-3577071635141493680_uhd5/index.mpd?expire=1764127439\\&sign=0f3b65c691b12a2b3863d4b13ed727d7\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"gop\\\":0,\\\"resolution\\\":\\\"720x1280\\\",\\\"stream_suffix\\\":\\\"uhd5\\\",\\\"VCodec\\\":\\\"bytevc1\\\",\\\"vbitrate\\\":1000000}\"}}}}","options":{"default_quality":{"name":"720p","sdk_key":"hd"},"default_preview_quality":{}}},"push_data":{}}},"link_mic":{"channel_info":{},"battle_settings":{},"audience_id_list":[6968806786032337926,6806474728061305861,231106752358846464]},"stats":{"total_user":69,"user_count_composition":{},"enter_count":69,"share_count":4},"living_room_attrs":{},"owner":{"id":6726874461092004869,"nickname":"jericatheemuse","bio_description":"Professional
                            Problem Solver\n🌈 5’9 ♎️\nIG:
                            JERICATHEEMUSE","avatar_thumb":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=d99e931c\&x-expires=1763089200\&x-signature=c3GI52P1Uza4vXqDiIWUjWY0otU%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=928c5d56\&x-expires=1763089200\&x-signature=TjqtDx29rKKE3v7rCe9wuqSx93w%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640\&refresh_token=da3b5fc9\&x-expires=1763089200\&x-signature=fiD%2FlKMnSpyuSpLDde9OBojq8Xg%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"100x100/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c"},"avatar_medium":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=4cdeebe4\&x-expires=1763089200\&x-signature=GphsR1AEbs%2B6D%2FABGTadfizHkOo%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=6fb23797\&x-expires=1763089200\&x-signature=CbfxdlYmvAeEoiyiFIdjIDe6Ah4%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=b504750e\&x-expires=1763089200\&x-signature=LcGtYjPvoEcv%2FdOQwqNgyi6fgcI%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c"},"avatar_large":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=ea39c831\&x-expires=1763089200\&x-signature=C2pb8BB4La6dO8ocMrE5yA6jvkM%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=633fac1b\&x-expires=1763089200\&x-signature=Zm99vsT2I8SEubVKZQ5DLT7HGDc%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640\&refresh_token=f1ca0868\&x-expires=1763089200\&x-signature=ofDnbrrCbnaoX4FTG94awaScezY%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"1080x1080/tos-useast5-avt-0068-tx/cb7c96f3d1435e643d581dc3a95b295c"},"status":1,"modify_time":1762888333,"follow_info":{"following_count":2369,"follower_count":762},"pay_grade":{},"user_attr":{},"own_room":{"room_ids":[7571655554796423991],"room_ids_str":["7571655554796423991"]},"display_id":"jericatheemuse","sec_uid":"MS4wLjABAAAAxpM57Jst-VvyEAkdsG60cHjAE-HazQhwA7FTNkr4lAh5z0Ed8CxdY-8rEc5MsBPy","badge_list":[{"display_type":4,"priority_type":20,"scene_type":8,"position":1,"OpenWebURL":"aweme://roma_redirect/?spark_page=user_level_main_page_privilege_panel","display":true,"privilege_log_extra":{"data_version":"2","privilege_id":"7138381747292477220","privilege_version":"0","privilege_order_id":"mock_fix_width_transparent_7138381747292477220","level":"11"},"combine":{"display_type":4,"icon":{"url_list":["https://p16-webcast.tiktokcdn.com/webcast-va/grade_badge_icon_lite_lv10_v1.png~tplv-obj.image","https://p19-webcast.tiktokcdn.com/webcast-va/grade_badge_icon_lite_lv10_v1.png~tplv-obj.image"],"uri":"webcast-va/grade_badge_icon_lite_lv10_v1.png","open_web_url":"aweme://roma_redirect/?spark_page=user_level_main_page_privilege_panel"},"str":"11","padding":{"use_specific":true,"middle_padding":2,"badge_width":32},"font_style":{},"profile_card_panel":{"projection_config":{"icon":{}},"profile_content":{}},"background":{"image":{},"background_color_code":"#993F7DF6","left_side_image":{}},"background_dark_mode":{"image":{},"background_color_code":"#993F7DF6","left_side_image":{}},"public_screen_show_style":14,"personal_card_show_style":15,"padding_new_font":{"use_specific":true,"middle_padding":2,"badge_width":32}}}],"mint_type_label":[7160893592603461633],"id_str":"6726874461092004869"},"start_time":1762913492,"room_auth":{"Landscape":2,"anchor_level_permission":{}},"like_count":4519,"hashtag":{"id":7,"title":"Music","image":{"url_list":["https://p16-webcast.tiktokcdn.com/img/alisg/webcast-sg/7Music.png~tplv-obj.image","https://p19-webcast.tiktokcdn.com/img/alisg/webcast-sg/7Music.png~tplv-obj.image"],"uri":"webcast-sg/7Music.png","avg_color":"#CCA3A3"}},"social_interaction":{},"game_tag":[{}],"room_auth_message":{},"age_restricted":{},"multi_stream_url":{"extra":{"super_resolution":{}},"live_core_sdk_data":{"pull_data":{"options":{"default_quality":{},"default_preview_quality":{}}},"push_data":{}}},"cover_type":1}
                          hybrid_label: null
                          geofencing_regions: null
                          search_extra:
                            current_time: 1762917839
                            search_live_struct:
                              live_cover_type: user_upload
                          cover_labels: null
                          mask_infos: null
                          search_highlight: null
                          green_screen_materials: null
                          question_list: null
                          content_desc_extra: null
                          products_info: null
                          branded_content_accounts: null
                          tts_voice_ids: null
                          reference_tts_voice_ids: null
                          voice_filter_ids: null
                          reference_voice_filter_ids: null
                          muf_comment_info_v2: null
                          behind_the_song_music_ids: null
                          behind_the_song_video_music_ids: null
                          operator_boost_info: null
                          banners: null
                          picked_users: null
                          comment_topbar_info: null
                          survey_info: null
                          ecosystem_perception_enhancement: null
                      - type: 1
                        lives:
                          aweme_id: '7571668905400339231'
                          author:
                            uid: '7487989983657182251'
                            short_id: '0'
                            nickname: Dah4dah
                            avatar_larger:
                              url_list: null
                              url_prefix: null
                            avatar_thumb:
                              uri: >-
                                100x100/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab
                              url_list:
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=c733a0b9&x-expires=1763089200&x-signature=2qW96Dhe1hByc2OZ3iug%2BpXe%2BxQ%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=2fd8f873&x-expires=1763089200&x-signature=1YwknpiDtSb9rP0a1rY07Z%2B79sc%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=7257f4af&x-expires=1763089200&x-signature=PhbToKCZiyP4RahtInFrfOzKqYg%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                              url_prefix: null
                            avatar_medium:
                              url_list: null
                              url_prefix: null
                            follow_status: 0
                            custom_verify: ''
                            unique_id: dah4dah
                            room_id: 7571668905400339000
                            verify_info: ''
                            enterprise_verify_reason: ''
                            followers_detail: null
                            platform_sync_info: null
                            geofencing: null
                            room_cover:
                              uri: >-
                                tos-alisg-i-6sfwe43m1g-sg/38ba6c23491947a0a5a2d6c6d10e4f7a.jpeg
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/38ba6c23491947a0a5a2d6c6d10e4f7a.jpeg~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=dd39856c&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=1QBkO1prnxHOImv%2FsdZiqjmd92o%3D
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/38ba6c23491947a0a5a2d6c6d10e4f7a.jpeg~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=46eda8fd&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=dn0Pm6mMo2v1XGyEx8xBjmLV1aU%3D
                              url_prefix: null
                            cover_url: null
                            item_list: null
                            type_label: null
                            ad_cover_url: null
                            relative_users: null
                            cha_list: null
                            sec_uid: >-
                              MS4wLjABAAAAR_pW8c4ynp85DMKAFllEjfWG3HdQxBpMrwKZQqhpq9Euhsm6EKLqBFu1MjsZSDHr
                            need_points: null
                            name_field: nickname
                            homepage_bottom_toast: null
                            can_set_geofencing: null
                            white_cover_url: null
                            user_tags: null
                            bold_fields: null
                            search_user_name: Dah4dah
                            search_user_desc: dah4dah
                            search_highlight: null
                            mutual_relation_avatars: null
                            room_title: Talk baby
                            room_id_str: '7571668905400339231'
                            events: null
                            advance_feature_item_order: null
                            advanced_feature_info: null
                            user_profile_guide: null
                            shield_edit_field_info: null
                            can_message_follow_status_list: null
                            account_labels: null
                          cha_list: null
                          text_extra: null
                          video_labels: null
                          aweme_type: 101
                          image_infos: null
                          position: null
                          uniqid_position: null
                          geofencing: null
                          video_text: null
                          label_top_text: null
                          group_id: '7571668894864264479'
                          nickname_position: null
                          challenge_position: null
                          long_video: null
                          interaction_stickers: null
                          origin_comment_ids: null
                          commerce_config_data: null
                          room:
                            has_commerce_goods: false
                            is_battle: false
                          anchors: null
                          rawdata: >-
                            {"id":7571668905400339231,"id_str":"7571668905400339231","status":2,"owner_user_id":7487989983657182251,"title":"Talk
                            baby","user_count":244,"client_version":420400,"cover":{"url_list":["https://p19-webcast.tiktokcdn-us.com/webcast-oci-tx2/7556118044629109534~tplv-resize:1080:1080.webp","https://p16-webcast.tiktokcdn-us.com/webcast-oci-tx2/7556118044629109534~tplv-resize:1080:1080.webp"],"uri":"webcast-oci-tx2/7556118044629109534","height":1080,"width":1080,"avg_color":"#A37C96"},"stream_url":{"extra":{},"candidate_resolution":["SD1","SD2","HD1","FULL_HD1"],"live_core_sdk_data":{"pull_data":{"stream_data":"{\"common\":{\"session_id\":\"173-20251112032358143C8207847D280046B8\",\"rule_ids\":\"{\\\"ab_version_trace\\\":{\\\"10477\\\":[1749441195252],\\\"10765\\\":[1721180488121],\\\"10810\\\":[1732625569945],\\\"10814\\\":[1732625570224],\\\"11882\\\":[1727414761058],\\\"12298\\\":[1755604894166],\\\"2138\\\":[1690519087933,1690525345742],\\\"2598\\\":[1715159344978],\\\"3054\\\":[1704722391811,1701746596108],\\\"3450\\\":[1705387313810,1696749716805],\\\"4097\\\":[1721628097371,1725933627058],\\\"4238\\\":[1721648325234],\\\"7426\\\":[1740725804738],\\\"8957\\\":[1737372876846],\\\"8965\\\":[1745816582967],\\\"8993\\\":[1741184324527],\\\"9193\\\":[1745735167278]},\\\"sched\\\":\\\"{\\\\\\\"ids\\\\\\\":[\\\\\\\"ex_3809130(Weight:100)\\\\\\\"],\\\\\\\"result\\\\\\\":{\\\\\\\"hit\\\\\\\":\\\\\\\"exclusive\\\\\\\",\\\\\\\"cdn\\\\\\\":2221}}\\\"}\",\"query\":{\"group_version\":\"71350460_1080_v1\",\"node_opt\":\"v3\",\"rtm_expr_tag\":\"mio_live_us_r1_v2\",\"start_startup_1080\":\"v2\",\"audio_balance\":\"v3\",\"audio_compressor\":\"ac_v1\",\"max_push_res\":\"v3\",\"apool\":\"v2\",\"infos\":\"6f375d0796136ba28f49f0a8ab23cb6b621951f797715d2c3b3a7ec5d45e\"},\"auto\":{\"strategy\":\"abr_bb_4live\",\"enable\":1,\"default\":\"hd\",\"list\":[\"uhd\",\"hd\",\"sd\",\"ld\"],\"enable_origin_resolution\":1},\"rtmp_ports\":{\"main\":{\"h2q\":443}},\"http_ports\":{\"main\":{\"h2q\":443}},\"user_count\":22,\"peer_anchor_level\":3,\"common_sdk_params\":{\"main\":\"{\\\"EnableOptimizeLivePtsRollback\\\":1,\\\"EnableMediaCodecAsync\\\":1,\\\"E2EDelayReportFix\\\":0,\\\"EnableAudioBalanceBySei\\\":1,\\\"EnableAudioDirectBuffer\\\":1,\\\"ABROptimumStartupBiterateEnabled\\\":0,\\\"WaitSetSurfaceTimeout\\\":60,\\\"EnableSaveSCFG\\\":1,\\\"MediaCodecFrames\\\":7,\\\"EnableADecoderPlugin\\\":1,\\\"GetNetworkStats\\\":1,\\\"EnableCertVerify\\\":1,\\\"quic\\\":{\\\"QuicALogLevel\\\":2,\\\"QuicFifoRecvBufferLen\\\":8388608,\\\"QuicEarlyClose\\\":1},\\\"MediaCodecCheckInterval\\\":100,\\\"ProtocolDowngrade\\\":1,\\\"EnableQueryWinSize\\\":1,\\\"EnableUpateSessionIdInRetry\\\":1,\\\"FastOpenDuration\\\":-500,\\\"ABRCheckInterval\\\":1000,\\\"EnablePlayerFR\\\":1,\\\"EnableRetryWithAbrSwitchRes\\\":1,\\\"llash\\\":{\\\"EnableAbrSwitchLog\\\":1,\\\"UseTotalBuffer\\\":1,\\\"PreSwitchWaitThreshold\\\":100,\\\"PreSwitchEnableDrop\\\":0,\\\"PreSwitchCheckDuration\\\":50,\\\"PreSwitchEnableWait\\\":1,\\\"EnablePreSwitch\\\":1,\\\"RemoveTSWrap\\\":1,\\\"FixPrevBufferLog\\\":1},\\\"SizeOfGopSizeCollector\\\":3,\\\"AudioSampleMap\\\":1,\\\"AudioWatermark\\\":{\\\"Enabled\\\":1,\\\"EnablePrivateRoom\\\":0,\\\"Density\\\":10},\\\"SuggestFormat\\\":\\\"flv\\\",\\\"EnableMcMonitor\\\":1,\\\"VoicePool\\\":{\\\"ForbidSampleRate\\\":\\\"48000\\\",\\\"MaxSameCount\\\":4,\\\"Size\\\":7,\\\"UseCount\\\":20,\\\"Enable\\\":1},\\\"AudioPrerollTimeout\\\":500,\\\"TTMPDnsParseTimeout\\\":5000000,\\\"AudioCalibrationType\\\":1,\\\"StrategyInLss\\\":{\\\"StrategyList\\\":[{\\\"Repeat\\\":0,\\\"Time\\\":0,\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_startup_bitrate_predict\\\"}]},\\\"EventReportConfig\\\":{\\\"EnableReportDemuxStall\\\":0,\\\"EnableReportDecodeStall\\\":0,\\\"EnableReportRecvedSpspps\\\":0},\\\"AudioGraphMaxCacheSize\\\":3,\\\"EnableCheckDropAudio\\\":1,\\\"EnablePixelFormatFullRange\\\":1,\\\"EnableAudioGraphRefactor\\\":1,\\\"EnableUseLSS\\\":1,\\\"StrategyInLSS\\\":{\\\"StrategyList\\\":{\\\"live_stream_strategy_abr_predict_bitrate\\\":{\\\"Name\\\":\\\"live_stream_strategy_abr_predict_bitrate\\\",\\\"Repeat\\\":1,\\\"StrategyInputParams\\\":{\\\"EnableSmartStrategyConfig\\\":1,\\\"InputFeatureList\\\":[\\\"PLAY-IoBitrate\\\",\\\"PLAY-BitrateList\\\",\\\"PLAY-StartTs\\\",\\\"PLAY-FirstFrameDownloadSpeed\\\",\\\"PLAY-FirstFrame\\\",\\\"PLAY-Bitrate\\\",\\\"PLAY-VideoBuffer\\\",\\\"PLAY-DownloadSpeed\\\",\\\"PLAY-StallState\\\",\\\"PLAY-IsPreview\\\",\\\"PLAY-NeptuneName\\\",\\\"PLAY-FastOpenDuration\\\",\\\"PLAY-CCTKCongestionInfo\\\",\\\"PLAY-StallStartSeries\\\",\\\"PLAY-StallDurationSeries\\\",\\\"PLAY-VideoTotalBuffer\\\",\\\"PLAY-VrtBitrateList\\\",\\\"PLAY-Protocol\\\"],\\\"EnableLocalStrategyModel\\\":1,\\\"InputSettingsParam\\\":{\\\"min_up_buffer_length\\\":0.5,\\\"game_params\\\":{\\\"game_preview_disable_abr\\\":1,\\\"enable_cctk_bw_prediction\\\":0},\\\"enable_tls_upgrade\\\":1,\\\"tls_penalty_switch_time_ms\\\":30000,\\\"begin_switch_up_counter_threshold\\\":2,\\\"enable_only_check_latest_stall\\\":1,\\\"switch_up_counter_threshold\\\":6,\\\"tls_min_buffer_diff_ms\\\":180,\\\"tls_switch_interval_ms\\\":20000,\\\"enable_buffer_slope\\\":1,\\\"pid_bw_multiplier\\\":0.75,\\\"buffer_slope_threshold\\\":-0.5,\\\"reduce_buffer_threshold\\\":2,\\\"flv_bw_multiplier\\\":1,\\\"begin_quick_switch_time_ms\\\":20000,\\\"switch_down_to_up_penalty_time_ms\\\":20000,\\\"enable_downgrade_for_low_buffer\\\":1,\\\"min_down_buffer_length\\\":0,\\\"enable_upgrade_check_network\\\":1,\\\"tls_min_downloadspeed_ratio\\\":0.8,\\\"enable_new_calibrate_bitrate\\\":1,\\\"switch_down_to_up_max_penalty_time_ms\\\":60000,\\\"enable_downgrade_check_network\\\":1,\\\"enable_bandwidth_allocation\\\":1,\\\"enable_game_selector\\\":1,\\\"switch_down_counter_threshold\\\":3,\\\"enable_check_stall_series\\\":1,\\\"degrade_to_upgrade_interval_threshold\\\":20000,\\\"enable_use_total_buffer\\\":1,\\\"tls_buffer_watch_num\\\":9},\\\"Enable\\\":1},\\\"Time\\\":1000,\\\"Enable\\\":1},\\\"live_stream_strategy_bandwidth_estimator\\\":{\\\"StrategyInputParams\\\":{\\\"EnableSmartStrategyConfig\\\":0,\\\"InputFeatureList\\\":[\\\"PLAY-CCTKCongestionInfo\\\",\\\"NETWORK-RecommendBitrate\\\",\\\"PLAY-Bitrate\\\"],\\\"InputSettingsParam\\\":{\\\"OverallStrategy\\\":1,\\\"RemoveSampleTimer\\\":1,\\\"UseWithAttributionImpl\\\":1,\\\"LiveProtectedDuration\\\":0,\\\"PriorityMap\\\":{\\\"cctkBw\\\":10000,\\\"vodBitrate\\\":100},\\\"MaxBwSampleSize\\\":10,\\\"MaxBandwidthSampleDuration\\\":60,\\\"CalculateSize\\\":10,\\\"MaxSessionSize\\\":10,\\\"CalculateEWMAFactor\\\":0.5,\\\"CalculateFunc\\\":2,\\\"MinPlayedDurationThresh\\\":0,\\\"MinBwEstimatorBitrate\\\":0,\\\"NetworkMatchMode\\\":1},\\\"Enable\\\":1},\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_bandwidth_estimator\\\"},\\\"live_stream_strategy_startup_bitrate_predict\\\":{\\\"Name\\\":\\\"live_stream_strategy_startup_bitrate_predict\\\",\\\"Repeat\\\":0,\\\"StrategyInputParams\\\":{\\\"Enable\\\":1,\\\"EnableSmartStrategyConfig\\\":0,\\\"InputFeatureList\\\":[\\\"PLAY-BitrateList\\\",\\\"NETWORK-RecommendBitrate\\\",\\\"PLAY-ResolutionMap\\\",\\\"PLAY-IsPreview\\\",\\\"PLAY-PushResolution\\\",\\\"PLAY-NeptuneName\\\",\\\"PLAY-ProbeStartupBandwidth\\\",\\\"USER-Performance\\\",\\\"DEVICE-PhoneLevel\\\",\\\"NETWORK-NetworkLevel\\\"],\\\"InputSettingsParam\\\":{\\\"PRDSettings\\\":{\\\"JudgePipeline\\\":{\\\"NoPreview\\\":[\\\"High-Bwe\\\"],\\\"Preview\\\":[\\\"High-Bwe\\\"]},\\\"BaselineParams\\\":{\\\"DefaultResolution\\\":\\\"hd\\\"},\\\"BweToBitrateParams\\\":{\\\"Mode\\\":\\\"bottomline\\\",\\\"BottomLineParams\\\":{\\\"SourceCCTK-Preview\\\":{\\\"default\\\":{\\\"sd\\\":980000,\\\"uhd\\\":12000000,\\\"hd\\\":1100000,\\\"ld\\\":480000}},\\\"SourceVoD-NoPreview\\\":{\\\"default\\\":{\\\"ld\\\":300000,\\\"sd\\\":400000,\\\"uhd\\\":4000000,\\\"hd\\\":550000}},\\\"SourceVoD-Preview\\\":{\\\"default\\\":{\\\"sd\\\":400000,\\\"uhd\\\":4000000,\\\"hd\\\":550000,\\\"ld\\\":300000}},\\\"Default\\\":{\\\"sd\\\":980000,\\\"uhd\\\":13200000,\\\"hd\\\":1100000,\\\"ld\\\":480000},\\\"SourceCCTK-NoPreview\\\":{\\\"default\\\":{\\\"hd\\\":1100000,\\\"ld\\\":480000,\\\"sd\\\":980000,\\\"uhd\\\":13200000}}}}},\\\"EnableUsePRDStrategy\\\":1}},\\\"Time\\\":0,\\\"Enable\\\":1}}},\\\"DurationOfCctkBwCollector\\\":5000,\\\"UdpRealSpeed\\\":1,\\\"ABRMethod\\\":3,\\\"NotifyCompletedImmediately\\\":1,\\\"AudioRenderStallThreshold\\\":200,\\\"VideoRenderStallThreshold\\\":200,\\\"AudioEffectCompressor\\\":{\\\"Pregain\\\":0.25,\\\"Ratio\\\":8,\\\"Threshold\\\":-14,\\\"Type\\\":0,\\\"Enable\\\":1,\\\"Predelay\\\":0.007},\\\"PreprocessAudioEffectType\\\":1,\\\"QuicVersion\\\":43,\\\"BufferDataMs\\\":500,\\\"EnableUseNewSeiTypeInLoudness\\\":1,\\\"LiveIOConfig\\\":{\\\"EnableH2QPreconn\\\":1,\\\"ConfigParams\\\":{\\\"Common\\\":{\\\"ff_live_cond_timeout\\\":50,\\\"EnableRaceFailFix\\\":1,\\\"EnableRaceDefaultConfig\\\":1,\\\"EnableTaskListenerTransfer\\\":1,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"EnableRaceRedirectly\\\":true,\\\"http_is_enable_prepare\\\":1},\\\"H2Q\\\":{\\\"LSEngineParamJson\\\":{\\\"EnableGetLocalAddr\\\":1,\\\"FastReSend\\\":1,\\\"FixCloseWithATTQ\\\":1,\\\"CloseOnNetChange\\\":1},\\\"HttpConfigJson\\\":{\\\"ICSL\\\":5,\\\"LiveIOEnableRejAsSchlo\\\":0,\\\"NetworkSeriesLen\\\":120,\\\"SendPeriodOfCCTK\\\":1000,\\\"ConnCheckTimeout\\\":120,\\\"NetworkStatsStringifyType\\\":1,\\\"AddNetworkSeries\\\":1,\\\"NetworkStatsContent\\\":10000,\\\"NewLog\\\":1,\\\"ProcessWrite\\\":0,\\\"PING\\\":1,\\\"CCTKVersion\\\":2,\\\"SCFGSaveIntvS\\\":1,\\\"EnableUseNewCCTKPath\\\":1,\\\"EnableGetCCTK\\\":1,\\\"EnableExtendHSK\\\":1}}},\\\"EnableLiveIOUseNewInterface\\\":1,\\\"EnableQuic\\\":1,\\\"EnableABR\\\":1,\\\"EnableLiveIO\\\":1,\\\"EnableLiveIOUseJavaThread\\\":0},\\\"EnableGetMpdUrlOpt\\\":1,\\\"QuicConfigOptimize\\\":1,\\\"FixStreamFinAndRst\\\":1,\\\"ProtocolRetryTimes\\\":1,\\\"auto\\\":{\\\"default\\\":\\\"hd\\\",\\\"demotion\\\":{\\\"stall_count\\\":9999},\\\"enable\\\":1,\\\"enable_origin_resolution\\\":1,\\\"list\\\":[\\\"uhd\\\",\\\"hd\\\",\\\"sd\\\",\\\"ld\\\"],\\\"strategy\\\":\\\"abr_bb_4live\\\"},\\\"SizeOfCctkBwCollector\\\":5,\\\"AudioBalanceTargetLuft\\\":-8,\\\"DisableDirectSetCodecId\\\":1,\\\"EnableAsyncSetSurface\\\":1,\\\"FixBinBuffering\\\":1,\\\"EnableAbrLogOnBitrateChange\\\":0,\\\"ResetCalibPtsRollback\\\":1,\\\"EnableSeiParserInCodec\\\":1,\\\"NetworkAdapt\\\":{\\\"HurryMillisecond\\\":3500,\\\"SlowTime\\\":666,\\\"SlowMillisecond\\\":666,\\\"Enabled\\\":1,\\\"HurrySpeed\\\":1.1,\\\"SlowSpeed\\\":1,\\\"HurryType\\\":0,\\\"EnableFixPtsShift\\\":1,\\\"HurryTime\\\":3500},\\\"EnableCreateDecoderEarly\\\":1,\\\"EnableUseNewCCTKPath\\\":1,\\\"AudioGetLatencyFreq\\\":10000,\\\"EnableNTPByApp\\\":1,\\\"TargetOriginBitRate\\\":2000000,\\\"SuggestProtocol\\\":\\\"h2q\\\",\\\"EnableMcPipeline\\\":1,\\\"EnableUseRefactorStrategy\\\":1,\\\"EnableBinControl\\\":1,\\\"DurationOfGopSizeCollector\\\":20000,\\\"disable_algorithm\\\":1,\\\"MediaCodecDeadTimeThresh\\\":1000,\\\"EnableStopCloseIO\\\":1,\\\"VCodec\\\":\\\"bytevc1\\\",\\\"AudioDecodeMaxCacheSize\\\":8,\\\"ABRDecisionReportLevel\\\":2,\\\"EnableE2EDelayCalc\\\":1,\\\"CmafSegmentSyncThreshold\\\":2000,\\\"cdn_name\\\":\\\"cdn77\\\",\\\"AbrStallDegradeImmediately\\\":0,\\\"EnableABRCheckEnhance\\\":0,\\\"TTMPDnsParseEnable\\\":1,\\\"LoudnessStrategy\\\":{\\\"EffectType\\\":10,\\\"Enable\\\":1,\\\"LibraParamsStr\\\":\\\"{    
                            \\\\\\\"max_block_size\\\\\\\": 1024,    
                            \\\\\\\"Version\\\\\\\": 0,    
                            \\\\\\\"used_in_live\\\\\\\": 1,    
                            \\\\\\\"live_target_lu\\\\\\\": -8,    
                            \\\\\\\"lower_limit_level\\\\\\\": -18,    
                            \\\\\\\"loudness_lookahead_window\\\\\\\": 0.4,    
                            \\\\\\\"noise_gate_compress_ratio\\\\\\\": 0.67,    
                            \\\\\\\"lu_type\\\\\\\": 0,    
                            \\\\\\\"use_no_mdsp_graph\\\\\\\": 1,    
                            \\\\\\\"limiter_peak\\\\\\\": -1,    
                            \\\\\\\"limiter_makeup_gain\\\\\\\": 1,
                            \\\\\\\"is_fixed_drc_compressor_ratio\\\\\\\":1,
                            \\\\\\\"drc_compressor_ratio\\\\\\\":2.5
                            }\\\"},\\\"httpx\\\":{\\\"HttpExecCreateRetryInt\\\":5,\\\"HttpVersion\\\":2,\\\"HttpQuicVersion\\\":43,\\\"HttpEnableCertVerify\\\":1,\\\"UseLSQUIC\\\":1,\\\"HttpPingForHeaderFrame\\\":1,\\\"HttpMaxRetryAttempts\\\":0,\\\"HttpPingInterval\\\":10000,\\\"HttpEnableHttpRace\\\":1,\\\"HttpPingTimeout\\\":5000,\\\"HttpPreStart\\\":0,\\\"HttpExecCreateRetryTimes\\\":2,\\\"LSEngineParamJson\\\":{\\\"FixCloseWithATTQ\\\":1,\\\"FIFOSize\\\":1048576,\\\"FastReSend\\\":1,\\\"EnableGetLocalAddr\\\":1,\\\"CloseOnNetChange\\\":1,\\\"FIFOPoolLenInit\\\":1,\\\"FIFOPoolLenLimit\\\":3},\\\"HttpUseQuicCrypto\\\":1,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"HttpMainJobDelay\\\":1,\\\"HttpConfigJson\\\":{\\\"LogLevel\\\":\\\"error\\\",\\\"UAID\\\":\\\"ttplayer-live\\\",\\\"CCTKVersion\\\":2,\\\"WriteDelayFor0RTT\\\":0,\\\"JointCCOpti\\\":0,\\\"SFCW\\\":16777216,\\\"ICSL\\\":30,\\\"BlockRead\\\":1,\\\"SendPeriodOfCctk\\\":1000,\\\"MaxCFCW\\\":0,\\\"MaxSFCW\\\":0,\\\"NetworkStatsStringifyType\\\":1,\\\"CFCW\\\":33554432,\\\"EnableGetCCTK\\\":1,\\\"AddNetworkSeries\\\":1,\\\"AckPacketsThreshold\\\":2,\\\"SCFGSaveIntvS\\\":1,\\\"SendPeriodOfCCTK\\\":1000,\\\"Pacing\\\":1,\\\"NetworkSeriesLen\\\":120,\\\"NetworkStatsContent\\\":10000,\\\"MIDS\\\":100,\\\"SCLS\\\":0,\\\"RWOnce\\\":1,\\\"EnableExtendHSK\\\":1,\\\"MaxProcTimeMs\\\":0,\\\"ConnCheckTimeout\\\":120,\\\"NewLog\\\":1,\\\"ConnCheckPeriod\\\":5,\\\"EnableUseNewCCTKPath\\\":1,\\\"MinHandshakeTimeoutMs\\\":10,\\\"PING\\\":5,\\\"HSTimeoutUs\\\":4000000}},\\\"UseFastOpenDurationFromSetAPI\\\":1,\\\"EnableOnlyAudioInAoRes\\\":1}\"}},\"data\":{\"ao\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302221810566082.flv?expire=1764127439\\&sign=12b1d20ee9c3414ceedc9227986f9abc\\&only_audio=1\",\"hls\":\"\",\"cmaf\":\"\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"vbitrate\\\":0,\\\"gop\\\":0,\\\"resolution\\\":\\\"\\\"}\"}},\"hd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302221810566082_hd5.flv?expire=1764127439\\&sign=37ff35c5bbd4a58e34f0d77837d6be63\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302221810566082_hd5/index.mpd?expire=1764127439\\&sign=6e96eb84b2395fcc2473d1262fb78fa8\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtbitrate_timestamp\\\":1762917810534,\\\"gop\\\":4,\\\"v_rtbitrate\\\":1131940,\\\"v_rtpsnr\\\":0,\\\"v_rtbitrate_std\\\":147390,\\\"resolution\\\":\\\"720x1280\\\",\\\"v_rtbitrate_pct\\\":1344950,\\\"vbitrate\\\":1000000,\\\"stream_suffix\\\":\\\"hd5\\\",\\\"v_rtbitrate_vpaas_timestamp\\\":1762917826751}\"}},\"uhd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302221810566082_uhd5d.flv?expire=1764127439\\&sign=fb42244569fff91eb8706affa0096ec1\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302221810566082_uhd5d/index.mpd?expire=1764127439\\&sign=e1c3ec529385f2237658acf7eb996e57\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"gop\\\":4,\\\"vbitrate\\\":4000000,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917826751,\\\"v_rtbitrate_std\\\":317340,\\\"resolution\\\":\\\"1080x1920\\\",\\\"v_rtpsnr\\\":0,\\\"v_rtbitrate_timestamp\\\":1762917806682,\\\"stream_suffix\\\":\\\"uhd5d\\\",\\\"v_rtbitrate\\\":1968940,\\\"v_rtbitrate_pct\\\":2409050}\"}},\"ld\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302221810566082_ctld5.flv?expire=1764127439\\&sign=ba0b9622e75fc79887a86740b3c67502\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302221810566082_ctld5/index.mpd?expire=1764127439\\&sign=295794c279b7588e78adb555803f9d9a\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"resolution\\\":\\\"360x640\\\",\\\"stream_suffix\\\":\\\"ctld5\\\",\\\"v_rtbitrate\\\":340930,\\\"v_rtbitrate_std\\\":39710,\\\"vbitrate\\\":300000,\\\"v_rtbitrate_timestamp\\\":1762917819556,\\\"gop\\\":4,\\\"v_rtbitrate_pct\\\":382820,\\\"v_rtpsnr\\\":0,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917826751}\"}},\"sd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302221810566082_ctsd5.flv?expire=1764127439\\&sign=b20623070eb2c4f6445e4044572b7b90\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302221810566082_ctsd5/index.mpd?expire=1764127439\\&sign=402c3c7e4b1e2f556e1b4c80d7825b2f\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"vbitrate\\\":550000,\\\"v_rtbitrate\\\":725540,\\\"v_rtpsnr\\\":0,\\\"v_rtbitrate_timestamp\\\":1762917813615,\\\"resolution\\\":\\\"480x853\\\",\\\"v_rtbitrate_vpaas_timestamp\\\":1762917826751,\\\"v_rtbitrate_std\\\":90940,\\\"stream_suffix\\\":\\\"ctsd5\\\",\\\"gop\\\":4,\\\"v_rtbitrate_pct\\\":817290}\"}},\"origin\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302221810566082.flv?expire=1764127439\\&sign=12b1d20ee9c3414ceedc9227986f9abc\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302221810566082/index.mpd?expire=1764127439\\&sign=d4f9925ced7f89db492b2271ca992df0\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"gop\\\":4,\\\"resolution\\\":\\\"1080x1920\\\",\\\"vbitrate\\\":2771000}\"}}}}","options":{"default_quality":{"name":"AUTO","sdk_key":"auto"},"default_preview_quality":{}}},"push_data":{}}},"link_mic":{"channel_info":{},"battle_settings":{}},"stats":{"total_user":4912,"user_count_composition":{},"enter_count":4912},"living_room_attrs":{},"owner":{"id":7487989983657182251,"nickname":"Dah4dah","avatar_thumb":{"url_list":["https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=c733a0b9\&x-expires=1763089200\&x-signature=2qW96Dhe1hByc2OZ3iug%2BpXe%2BxQ%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=2fd8f873\&x-expires=1763089200\&x-signature=1YwknpiDtSb9rP0a1rY07Z%2B79sc%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640\&refresh_token=7257f4af\&x-expires=1763089200\&x-signature=PhbToKCZiyP4RahtInFrfOzKqYg%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"100x100/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab"},"avatar_medium":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=f05dc1a1\&x-expires=1763089200\&x-signature=w%2B0qMzvIbuO0p3p0%2FqisCc%2Bwnqw%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=c9b3a042\&x-expires=1763089200\&x-signature=3KIsx4xlkYn%2FV6tgdgt%2FhmmBckY%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=d39ed4c3\&x-expires=1763089200\&x-signature=zz4iY8z2ZspkeKGcmtzSncQZBqE%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab"},"avatar_large":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=67e71ae3\&x-expires=1763089200\&x-signature=LTEdFTcoE3ABDDxlVcCXiN2RJDc%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=e3c761db\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=f2fcb8ad\&x-expires=1763089200\&x-signature=mpRzzvGrdOgZRN64Z5%2BSZY6riho%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=e3c761db\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640\&refresh_token=92bd60b2\&x-expires=1763089200\&x-signature=gtSrW83Zqw725Bb7SZ3bLtVobho%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=e3c761db\&idc=useast8"],"uri":"1080x1080/tos-useast8-avt-0068-tx2/e9119be14f071323896328ce7f191dab"},"status":1,"modify_time":1762818443,"follow_info":{"following_count":120,"follower_count":6492},"pay_grade":{},"user_attr":{},"own_room":{"room_ids":[7571668905400339231],"room_ids_str":["7571668905400339231"]},"display_id":"dah4dah","sec_uid":"MS4wLjABAAAAR_pW8c4ynp85DMKAFllEjfWG3HdQxBpMrwKZQqhpq9Euhsm6EKLqBFu1MjsZSDHr","badge_list":[{"display_type":4,"priority_type":20,"scene_type":8,"position":1,"OpenWebURL":"aweme://roma_redirect/?spark_page=user_level_main_page_privilege_panel","display":true,"privilege_log_extra":{"data_version":"2","privilege_id":"7138381861675390756","privilege_version":"0","privilege_order_id":"mock_fix_width_transparent_7138381861675390756","level":"24"},"combine":{"display_type":4,"icon":{"url_list":["https://p16-webcast.tiktokcdn.com/webcast-va/grade_badge_icon_lite_lv20_v1.png~tplv-obj.image","https://p19-webcast.tiktokcdn.com/webcast-va/grade_badge_icon_lite_lv20_v1.png~tplv-obj.image"],"uri":"webcast-va/grade_badge_icon_lite_lv20_v1.png","open_web_url":"aweme://roma_redirect/?spark_page=user_level_main_page_privilege_panel"},"str":"24","padding":{"use_specific":true,"badge_width":32},"font_style":{},"profile_card_panel":{"projection_config":{"icon":{}},"profile_content":{}},"background":{"image":{},"background_color_code":"#B3475AFF","left_side_image":{}},"background_dark_mode":{"image":{},"background_color_code":"#B3475AFF","left_side_image":{}},"public_screen_show_style":14,"personal_card_show_style":15,"padding_new_font":{"use_specific":true,"badge_width":32}}}],"id_str":"7487989983657182251"},"start_time":1762916627,"room_auth":{"Landscape":2,"anchor_level_permission":{}},"like_count":4829,"social_interaction":{},"game_tag":[{}],"room_auth_message":{},"age_restricted":{},"multi_stream_url":{"extra":{"super_resolution":{}},"live_core_sdk_data":{"pull_data":{"options":{"default_quality":{},"default_preview_quality":{}}},"push_data":{}}},"cover_type":2,"stream_snapshot":{"uri":"tos-alisg-i-6sfwe43m1g-sg/38ba6c23491947a0a5a2d6c6d10e4f7a.jpeg","urls":["https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/38ba6c23491947a0a5a2d6c6d10e4f7a.jpeg~tplv-tiktokx-origin.image?dr=9643\&refresh_token=9bccaa51\&x-expires=1762938000\&x-signature=gZLttvHFZPK2sKPts0wPzHgZvnU%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/38ba6c23491947a0a5a2d6c6d10e4f7a.jpeg~tplv-tiktokx-origin.image?dr=9643\&refresh_token=d08a10b0\&x-expires=1762938000\&x-signature=TNs0ZdHeYyJOVQjSVj6qNh3%2FfW0%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/38ba6c23491947a0a5a2d6c6d10e4f7a.jpeg~tplv-tiktokx-origin.jpeg?dr=9643\&refresh_token=bc305e68\&x-expires=1762938000\&x-signature=5zBSGlTK3zCd9bE3LryACcttopk%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8"],"height":1920,"width":1080,"face_center_x":743,"face_center_y":901}}
                          hybrid_label: null
                          geofencing_regions: null
                          search_extra:
                            current_time: 1762917839
                            search_live_struct:
                              live_cover_type: gif_shot
                          cover_labels: null
                          mask_infos: null
                          search_highlight: null
                          green_screen_materials: null
                          question_list: null
                          content_desc_extra: null
                          products_info: null
                          branded_content_accounts: null
                          tts_voice_ids: null
                          reference_tts_voice_ids: null
                          voice_filter_ids: null
                          reference_voice_filter_ids: null
                          muf_comment_info_v2: null
                          behind_the_song_music_ids: null
                          behind_the_song_video_music_ids: null
                          operator_boost_info: null
                          banners: null
                          picked_users: null
                          comment_topbar_info: null
                          survey_info: null
                          ecosystem_perception_enhancement: null
                      - type: 1
                        lives:
                          aweme_id: '7571592713775106846'
                          author:
                            uid: '7087569595253179438'
                            short_id: '0'
                            nickname: sirlosunited831
                            avatar_larger:
                              url_list: null
                              url_prefix: null
                            avatar_thumb:
                              uri: >-
                                100x100/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743
                              url_list:
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=da72d9d6&x-expires=1763085600&x-signature=1IcKFkuiiQAowUTUFvgZ2ep2oOk%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=140d5089&x-expires=1763085600&x-signature=QlecAas6XyK7XDh%2FxgkRvfdi51M%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=a29ef31e&x-expires=1763085600&x-signature=GRyXzCNUqIIU%2FaxG3eVp7Z7n5nM%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                              url_prefix: null
                            avatar_medium:
                              url_list: null
                              url_prefix: null
                            follow_status: 0
                            custom_verify: ''
                            unique_id: sirlosunited831
                            room_id: 7571592713775107000
                            verify_info: ''
                            enterprise_verify_reason: ''
                            followers_detail: null
                            platform_sync_info: null
                            geofencing: null
                            room_cover:
                              uri: >-
                                tos-alisg-i-6sfwe43m1g-sg/0d4bda3ac2c546dabacfe4b58336d5be.jpeg
                              url_list:
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/0d4bda3ac2c546dabacfe4b58336d5be.jpeg~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=865c6d61&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=4355OND0sMyeDlePVtjz7awD3Vo%3D
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/0d4bda3ac2c546dabacfe4b58336d5be.jpeg~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=7696d197&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=EO8JC2%2FaMlcz9sLY%2BNVfXXDiufE%3D
                              url_prefix: null
                            cover_url: null
                            item_list: null
                            type_label: null
                            ad_cover_url: null
                            relative_users: null
                            cha_list: null
                            sec_uid: >-
                              MS4wLjABAAAAVVpsQJCBdieo0ucyeZyprQNhFTSEbL4OU4rLmD0WoD_SuMfwsa-kV7OK8Rk-LIwt
                            need_points: null
                            name_field: nickname
                            homepage_bottom_toast: null
                            can_set_geofencing: null
                            white_cover_url: null
                            user_tags: null
                            bold_fields: null
                            search_user_name: sirlosunited831
                            search_user_desc: sirlosunited831
                            search_highlight: null
                            mutual_relation_avatars: null
                            room_title: LIVE PRO BABY!!!
                            room_id_str: '7571592713775106846'
                            events: null
                            advance_feature_item_order: null
                            advanced_feature_info: null
                            user_profile_guide: null
                            shield_edit_field_info: null
                            can_message_follow_status_list: null
                            account_labels: null
                          cha_list: null
                          text_extra: null
                          video_labels: null
                          aweme_type: 101
                          image_infos: null
                          position: null
                          uniqid_position: null
                          geofencing: null
                          video_text: null
                          label_top_text: null
                          group_id: '7571592710096751903'
                          nickname_position: null
                          challenge_position: null
                          long_video: null
                          interaction_stickers: null
                          origin_comment_ids: null
                          commerce_config_data: null
                          room:
                            has_commerce_goods: false
                            is_battle: true
                          anchors: null
                          rawdata: >-
                            {"id":7571592713775106846,"id_str":"7571592713775106846","status":2,"owner_user_id":7087569595253179438,"title":"LIVE
                            PRO
                            BABY!!!","user_count":137,"client_version":420400,"cover":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=b697fdc4\&x-expires=1763085600\&x-signature=oAAKAbZnP%2FAWfE333N4zPd2mqa4%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=6364d38f\&x-expires=1763085600\&x-signature=roWllcyvV%2BeVu2zi6XxmBAlyisg%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=09e340dc\&x-expires=1763085600\&x-signature=lD%2FPSJiYX6LpiHZZ59%2BuTQ6dW5U%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743"},"stream_url":{"extra":{},"candidate_resolution":["SD1","SD2","HD1","FULL_HD1"],"live_core_sdk_data":{"pull_data":{"stream_data":"{\"common\":{\"session_id\":\"173-20251112032358143C8207847D280046B8\",\"rule_ids\":\"{\\\"ab_version_trace\\\":{\\\"10477\\\":[1749441195252],\\\"10765\\\":[1721180488121],\\\"10810\\\":[1732625569945],\\\"10814\\\":[1732625570224],\\\"11882\\\":[1727414761058],\\\"12298\\\":[1755604894166],\\\"2138\\\":[1690519087933,1690525345742],\\\"2598\\\":[1715159344978],\\\"3054\\\":[1704722391811,1701746596108],\\\"3450\\\":[1705387313810,1696749716805],\\\"4097\\\":[1721628097371,1725933627058],\\\"4238\\\":[1721648325234],\\\"7426\\\":[1740725804738],\\\"8957\\\":[1737372876846],\\\"8965\\\":[1745816582967],\\\"8993\\\":[1741184324527],\\\"9193\\\":[1745735167278]},\\\"sched\\\":\\\"{\\\\\\\"ids\\\\\\\":[\\\\\\\"ex_3809130(Weight:100)\\\\\\\"],\\\\\\\"result\\\\\\\":{\\\\\\\"hit\\\\\\\":\\\\\\\"exclusive\\\\\\\",\\\\\\\"cdn\\\\\\\":2221}}\\\"}\",\"query\":{\"max_push_res\":\"v3\",\"start_startup_1080\":\"v2\",\"apool\":\"v2\",\"audio_balance\":\"v3\",\"infos\":\"ab6fdd9b4962995d25cdb1a0cc58863f9e70f167cede736af1e5053c77c7\",\"node_opt\":\"v3\",\"rtm_expr_tag\":\"mio_live_us_r1_v2\",\"audio_compressor\":\"ac_v1\",\"group_version\":\"71350460_1080_v1\"},\"auto\":{\"strategy\":\"abr_bb_4live\",\"enable\":1,\"default\":\"hd\",\"list\":[\"uhd\",\"hd\",\"sd\",\"ld\"],\"enable_origin_resolution\":1},\"rtmp_ports\":{\"main\":{\"h2q\":443}},\"http_ports\":{\"main\":{\"h2q\":443}},\"user_count\":15,\"peer_anchor_level\":19,\"common_sdk_params\":{\"main\":\"{\\\"EnableSaveSCFG\\\":1,\\\"AudioWatermark\\\":{\\\"Enabled\\\":1,\\\"EnablePrivateRoom\\\":0,\\\"Density\\\":10},\\\"EnableAbrLogOnBitrateChange\\\":0,\\\"EnableSeiParserInCodec\\\":1,\\\"ABRCheckInterval\\\":1000,\\\"AudioCalibrationType\\\":1,\\\"EnableOptimizeLivePtsRollback\\\":1,\\\"AudioEffectCompressor\\\":{\\\"Enable\\\":1,\\\"Predelay\\\":0.007,\\\"Pregain\\\":0.25,\\\"Ratio\\\":8,\\\"Threshold\\\":-14,\\\"Type\\\":0},\\\"UdpRealSpeed\\\":1,\\\"EnableRetryWithAbrSwitchRes\\\":1,\\\"FixBinBuffering\\\":1,\\\"EnableUseRefactorStrategy\\\":1,\\\"PreprocessAudioEffectType\\\":1,\\\"EnableGetMpdUrlOpt\\\":1,\\\"EnableUseLSS\\\":1,\\\"MediaCodecCheckInterval\\\":100,\\\"AudioBalanceTargetLuft\\\":-8,\\\"EnableAudioDirectBuffer\\\":1,\\\"EnablePlayerFR\\\":1,\\\"NotifyCompletedImmediately\\\":1,\\\"SuggestProtocol\\\":\\\"h2q\\\",\\\"httpx\\\":{\\\"HttpMaxRetryAttempts\\\":0,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"HttpVersion\\\":2,\\\"HttpExecCreateRetryInt\\\":5,\\\"HttpConfigJson\\\":{\\\"AckPacketsThreshold\\\":2,\\\"AddNetworkSeries\\\":1,\\\"SCFGSaveIntvS\\\":1,\\\"ICSL\\\":30,\\\"NetworkStatsStringifyType\\\":1,\\\"ConnCheckTimeout\\\":120,\\\"WriteDelayFor0RTT\\\":0,\\\"LogLevel\\\":\\\"error\\\",\\\"EnableExtendHSK\\\":1,\\\"RWOnce\\\":1,\\\"SCLS\\\":0,\\\"CFCW\\\":33554432,\\\"EnableGetCCTK\\\":1,\\\"JointCCOpti\\\":0,\\\"MinHandshakeTimeoutMs\\\":10,\\\"BlockRead\\\":1,\\\"MIDS\\\":100,\\\"UAID\\\":\\\"ttplayer-live\\\",\\\"Pacing\\\":1,\\\"SendPeriodOfCCTK\\\":1000,\\\"MaxProcTimeMs\\\":0,\\\"NetworkStatsContent\\\":10000,\\\"MaxCFCW\\\":0,\\\"ConnCheckPeriod\\\":5,\\\"MaxSFCW\\\":0,\\\"NetworkSeriesLen\\\":120,\\\"CCTKVersion\\\":2,\\\"SendPeriodOfCctk\\\":1000,\\\"HSTimeoutUs\\\":4000000,\\\"SFCW\\\":16777216,\\\"EnableUseNewCCTKPath\\\":1,\\\"PING\\\":5,\\\"NewLog\\\":1},\\\"HttpPreStart\\\":0,\\\"HttpPingForHeaderFrame\\\":1,\\\"HttpUseQuicCrypto\\\":1,\\\"HttpEnableHttpRace\\\":1,\\\"HttpMainJobDelay\\\":1,\\\"HttpPingInterval\\\":10000,\\\"HttpExecCreateRetryTimes\\\":2,\\\"HttpQuicVersion\\\":43,\\\"HttpEnableCertVerify\\\":1,\\\"LSEngineParamJson\\\":{\\\"CloseOnNetChange\\\":1,\\\"FastReSend\\\":1,\\\"FIFOSize\\\":1048576,\\\"EnableGetLocalAddr\\\":1,\\\"FIFOPoolLenLimit\\\":3,\\\"FIFOPoolLenInit\\\":1,\\\"FixCloseWithATTQ\\\":1},\\\"HttpPingTimeout\\\":5000,\\\"UseLSQUIC\\\":1},\\\"auto\\\":{\\\"demotion\\\":{\\\"stall_count\\\":9999},\\\"enable\\\":1,\\\"enable_origin_resolution\\\":1,\\\"list\\\":[\\\"uhd\\\",\\\"hd\\\",\\\"sd\\\",\\\"ld\\\"],\\\"strategy\\\":\\\"abr_bb_4live\\\",\\\"default\\\":\\\"hd\\\"},\\\"EnableBinControl\\\":1,\\\"EnableNTPByApp\\\":1,\\\"EnableStopCloseIO\\\":1,\\\"EnableMcPipeline\\\":1,\\\"TTMPDnsParseTimeout\\\":5000000,\\\"ABRMethod\\\":3,\\\"AudioPrerollTimeout\\\":500,\\\"cdn_name\\\":\\\"cdn77\\\",\\\"TargetOriginBitRate\\\":2000000,\\\"AudioRenderStallThreshold\\\":200,\\\"EnableUseNewSeiTypeInLoudness\\\":1,\\\"EnableAsyncSetSurface\\\":1,\\\"disable_algorithm\\\":1,\\\"EventReportConfig\\\":{\\\"EnableReportRecvedSpspps\\\":0,\\\"EnableReportDemuxStall\\\":0,\\\"EnableReportDecodeStall\\\":0},\\\"GetNetworkStats\\\":1,\\\"AudioDecodeMaxCacheSize\\\":8,\\\"AudioSampleMap\\\":1,\\\"EnableOnlyAudioInAoRes\\\":1,\\\"StrategyInLSS\\\":{\\\"StrategyList\\\":{\\\"live_stream_strategy_abr_predict_bitrate\\\":{\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_abr_predict_bitrate\\\",\\\"Repeat\\\":1,\\\"StrategyInputParams\\\":{\\\"InputSettingsParam\\\":{\\\"tls_penalty_switch_time_ms\\\":30000,\\\"switch_down_counter_threshold\\\":3,\\\"reduce_buffer_threshold\\\":2,\\\"buffer_slope_threshold\\\":-0.5,\\\"switch_up_counter_threshold\\\":6,\\\"enable_use_total_buffer\\\":1,\\\"enable_bandwidth_allocation\\\":1,\\\"flv_bw_multiplier\\\":1,\\\"tls_min_downloadspeed_ratio\\\":0.8,\\\"enable_tls_upgrade\\\":1,\\\"enable_downgrade_for_low_buffer\\\":1,\\\"enable_downgrade_check_network\\\":1,\\\"min_up_buffer_length\\\":0.5,\\\"min_down_buffer_length\\\":0,\\\"enable_check_stall_series\\\":1,\\\"enable_game_selector\\\":1,\\\"tls_min_buffer_diff_ms\\\":180,\\\"enable_buffer_slope\\\":1,\\\"degrade_to_upgrade_interval_threshold\\\":20000,\\\"switch_down_to_up_penalty_time_ms\\\":20000,\\\"pid_bw_multiplier\\\":0.75,\\\"game_params\\\":{\\\"enable_cctk_bw_prediction\\\":0,\\\"game_preview_disable_abr\\\":1},\\\"switch_down_to_up_max_penalty_time_ms\\\":60000,\\\"enable_upgrade_check_network\\\":1,\\\"tls_switch_interval_ms\\\":20000,\\\"enable_new_calibrate_bitrate\\\":1,\\\"begin_quick_switch_time_ms\\\":20000,\\\"begin_switch_up_counter_threshold\\\":2,\\\"tls_buffer_watch_num\\\":9,\\\"enable_only_check_latest_stall\\\":1},\\\"Enable\\\":1,\\\"EnableSmartStrategyConfig\\\":1,\\\"EnableLocalStrategyModel\\\":1,\\\"InputFeatureList\\\":[\\\"PLAY-IoBitrate\\\",\\\"PLAY-BitrateList\\\",\\\"PLAY-StartTs\\\",\\\"PLAY-FirstFrameDownloadSpeed\\\",\\\"PLAY-FirstFrame\\\",\\\"PLAY-Bitrate\\\",\\\"PLAY-VideoBuffer\\\",\\\"PLAY-DownloadSpeed\\\",\\\"PLAY-StallState\\\",\\\"PLAY-IsPreview\\\",\\\"PLAY-NeptuneName\\\",\\\"PLAY-FastOpenDuration\\\",\\\"PLAY-CCTKCongestionInfo\\\",\\\"PLAY-StallStartSeries\\\",\\\"PLAY-StallDurationSeries\\\",\\\"PLAY-VideoTotalBuffer\\\",\\\"PLAY-VrtBitrateList\\\",\\\"PLAY-Protocol\\\"]},\\\"Time\\\":1000},\\\"live_stream_strategy_bandwidth_estimator\\\":{\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_bandwidth_estimator\\\",\\\"StrategyInputParams\\\":{\\\"InputSettingsParam\\\":{\\\"MaxBwSampleSize\\\":10,\\\"MinBwEstimatorBitrate\\\":0,\\\"CalculateSize\\\":10,\\\"UseWithAttributionImpl\\\":1,\\\"OverallStrategy\\\":1,\\\"CalculateFunc\\\":2,\\\"CalculateEWMAFactor\\\":0.5,\\\"MinPlayedDurationThresh\\\":0,\\\"MaxBandwidthSampleDuration\\\":60,\\\"NetworkMatchMode\\\":1,\\\"PriorityMap\\\":{\\\"cctkBw\\\":10000,\\\"vodBitrate\\\":100},\\\"RemoveSampleTimer\\\":1,\\\"MaxSessionSize\\\":10,\\\"LiveProtectedDuration\\\":0},\\\"Enable\\\":1,\\\"EnableSmartStrategyConfig\\\":0,\\\"InputFeatureList\\\":[\\\"PLAY-CCTKCongestionInfo\\\",\\\"NETWORK-RecommendBitrate\\\",\\\"PLAY-Bitrate\\\"]}},\\\"live_stream_strategy_startup_bitrate_predict\\\":{\\\"Repeat\\\":0,\\\"StrategyInputParams\\\":{\\\"Enable\\\":1,\\\"EnableSmartStrategyConfig\\\":0,\\\"InputFeatureList\\\":[\\\"PLAY-BitrateList\\\",\\\"NETWORK-RecommendBitrate\\\",\\\"PLAY-ResolutionMap\\\",\\\"PLAY-IsPreview\\\",\\\"PLAY-PushResolution\\\",\\\"PLAY-NeptuneName\\\",\\\"PLAY-ProbeStartupBandwidth\\\",\\\"USER-Performance\\\",\\\"DEVICE-PhoneLevel\\\",\\\"NETWORK-NetworkLevel\\\"],\\\"InputSettingsParam\\\":{\\\"PRDSettings\\\":{\\\"BaselineParams\\\":{\\\"DefaultResolution\\\":\\\"hd\\\"},\\\"BweToBitrateParams\\\":{\\\"BottomLineParams\\\":{\\\"SourceCCTK-Preview\\\":{\\\"default\\\":{\\\"uhd\\\":12000000,\\\"hd\\\":1100000,\\\"ld\\\":480000,\\\"sd\\\":980000}},\\\"SourceVoD-NoPreview\\\":{\\\"default\\\":{\\\"hd\\\":550000,\\\"ld\\\":300000,\\\"sd\\\":400000,\\\"uhd\\\":4000000}},\\\"SourceVoD-Preview\\\":{\\\"default\\\":{\\\"uhd\\\":4000000,\\\"hd\\\":550000,\\\"ld\\\":300000,\\\"sd\\\":400000}},\\\"Default\\\":{\\\"sd\\\":980000,\\\"uhd\\\":13200000,\\\"hd\\\":1100000,\\\"ld\\\":480000},\\\"SourceCCTK-NoPreview\\\":{\\\"default\\\":{\\\"ld\\\":480000,\\\"sd\\\":980000,\\\"uhd\\\":13200000,\\\"hd\\\":1100000}}},\\\"Mode\\\":\\\"bottomline\\\"},\\\"JudgePipeline\\\":{\\\"NoPreview\\\":[\\\"High-Bwe\\\"],\\\"Preview\\\":[\\\"High-Bwe\\\"]}},\\\"EnableUsePRDStrategy\\\":1}},\\\"Time\\\":0,\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_startup_bitrate_predict\\\"}}},\\\"ABRDecisionReportLevel\\\":2,\\\"SizeOfCctkBwCollector\\\":5,\\\"LoudnessStrategy\\\":{\\\"EffectType\\\":10,\\\"Enable\\\":1,\\\"LibraParamsStr\\\":\\\"{    
                            \\\\\\\"max_block_size\\\\\\\": 1024,    
                            \\\\\\\"Version\\\\\\\": 0,    
                            \\\\\\\"used_in_live\\\\\\\": 1,    
                            \\\\\\\"live_target_lu\\\\\\\": -8,    
                            \\\\\\\"lower_limit_level\\\\\\\": -18,    
                            \\\\\\\"loudness_lookahead_window\\\\\\\": 0.4,    
                            \\\\\\\"noise_gate_compress_ratio\\\\\\\": 0.67,    
                            \\\\\\\"lu_type\\\\\\\": 0,    
                            \\\\\\\"use_no_mdsp_graph\\\\\\\": 1,    
                            \\\\\\\"limiter_peak\\\\\\\": -1,    
                            \\\\\\\"limiter_makeup_gain\\\\\\\": 1,
                            \\\\\\\"is_fixed_drc_compressor_ratio\\\\\\\":1,
                            \\\\\\\"drc_compressor_ratio\\\\\\\":2.5
                            }\\\"},\\\"ProtocolDowngrade\\\":1,\\\"EnableUpateSessionIdInRetry\\\":1,\\\"MediaCodecDeadTimeThresh\\\":1000,\\\"UseFastOpenDurationFromSetAPI\\\":1,\\\"quic\\\":{\\\"QuicALogLevel\\\":2,\\\"QuicFifoRecvBufferLen\\\":8388608,\\\"QuicEarlyClose\\\":1},\\\"QuicConfigOptimize\\\":1,\\\"TTMPDnsParseEnable\\\":1,\\\"FastOpenDuration\\\":-500,\\\"DisableDirectSetCodecId\\\":1,\\\"DurationOfGopSizeCollector\\\":20000,\\\"MediaCodecFrames\\\":7,\\\"StrategyInLss\\\":{\\\"StrategyList\\\":[{\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_startup_bitrate_predict\\\",\\\"Repeat\\\":0,\\\"Time\\\":0}]},\\\"E2EDelayReportFix\\\":0,\\\"EnableCheckDropAudio\\\":1,\\\"EnablePixelFormatFullRange\\\":1,\\\"EnableCreateDecoderEarly\\\":1,\\\"EnableAudioBalanceBySei\\\":1,\\\"SuggestFormat\\\":\\\"flv\\\",\\\"EnableUseNewCCTKPath\\\":1,\\\"BufferDataMs\\\":500,\\\"QuicVersion\\\":43,\\\"NetworkAdapt\\\":{\\\"SlowSpeed\\\":1,\\\"HurryMillisecond\\\":3500,\\\"HurryTime\\\":3500,\\\"Enabled\\\":1,\\\"SlowMillisecond\\\":666,\\\"SlowTime\\\":666,\\\"HurryType\\\":0,\\\"HurrySpeed\\\":1.1,\\\"EnableFixPtsShift\\\":1},\\\"ABROptimumStartupBiterateEnabled\\\":0,\\\"EnableQueryWinSize\\\":1,\\\"WaitSetSurfaceTimeout\\\":60,\\\"VoicePool\\\":{\\\"Enable\\\":1,\\\"ForbidSampleRate\\\":\\\"48000\\\",\\\"MaxSameCount\\\":4,\\\"Size\\\":7,\\\"UseCount\\\":20},\\\"DurationOfCctkBwCollector\\\":5000,\\\"AudioGraphMaxCacheSize\\\":3,\\\"LiveIOConfig\\\":{\\\"EnableH2QPreconn\\\":1,\\\"ConfigParams\\\":{\\\"Common\\\":{\\\"EnableRaceDefaultConfig\\\":1,\\\"EnableTaskListenerTransfer\\\":1,\\\"http_is_enable_prepare\\\":1,\\\"EnableRaceFailFix\\\":1,\\\"EnableRaceRedirectly\\\":true,\\\"ff_live_cond_timeout\\\":50,\\\"NetworkStatsUpdatePeriod\\\":0},\\\"H2Q\\\":{\\\"LSEngineParamJson\\\":{\\\"CloseOnNetChange\\\":1,\\\"EnableGetLocalAddr\\\":1,\\\"FastReSend\\\":1,\\\"FixCloseWithATTQ\\\":1},\\\"HttpConfigJson\\\":{\\\"EnableGetCCTK\\\":1,\\\"EnableExtendHSK\\\":1,\\\"NetworkStatsContent\\\":10000,\\\"LiveIOEnableRejAsSchlo\\\":0,\\\"NetworkSeriesLen\\\":120,\\\"ICSL\\\":5,\\\"EnableUseNewCCTKPath\\\":1,\\\"ProcessWrite\\\":0,\\\"ConnCheckTimeout\\\":120,\\\"NetworkStatsStringifyType\\\":1,\\\"SendPeriodOfCCTK\\\":1000,\\\"SCFGSaveIntvS\\\":1,\\\"AddNetworkSeries\\\":1,\\\"NewLog\\\":1,\\\"CCTKVersion\\\":2,\\\"PING\\\":1}}},\\\"EnableLiveIOUseJavaThread\\\":0,\\\"EnableQuic\\\":1,\\\"EnableLiveIO\\\":1,\\\"EnableLiveIOUseNewInterface\\\":1,\\\"EnableABR\\\":1},\\\"llash\\\":{\\\"UseTotalBuffer\\\":1,\\\"EnablePreSwitch\\\":1,\\\"PreSwitchEnableDrop\\\":0,\\\"RemoveTSWrap\\\":1,\\\"FixPrevBufferLog\\\":1,\\\"PreSwitchEnableWait\\\":1,\\\"PreSwitchWaitThreshold\\\":100,\\\"PreSwitchCheckDuration\\\":50,\\\"EnableAbrSwitchLog\\\":1},\\\"VCodec\\\":\\\"bytevc1\\\",\\\"SizeOfGopSizeCollector\\\":3,\\\"ProtocolRetryTimes\\\":1,\\\"CmafSegmentSyncThreshold\\\":2000,\\\"FixStreamFinAndRst\\\":1,\\\"EnableAudioGraphRefactor\\\":1,\\\"AbrStallDegradeImmediately\\\":0,\\\"EnableADecoderPlugin\\\":1,\\\"EnableABRCheckEnhance\\\":0,\\\"EnableMediaCodecAsync\\\":1,\\\"EnableMcMonitor\\\":1,\\\"AudioGetLatencyFreq\\\":10000,\\\"EnableCertVerify\\\":1,\\\"EnableE2EDelayCalc\\\":1,\\\"VideoRenderStallThreshold\\\":200,\\\"ResetCalibPtsRollback\\\":1}\"}},\"data\":{\"origin\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865301032703624130.flv?expire=1764127439\\&sign=8f28d8151842c7eae62679542b663b32\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865301032703624130/index.mpd?expire=1764127439\\&sign=56aa275ef5cd07694f439b024aa8dd8d\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"gop\\\":4,\\\"resolution\\\":\\\"720x1280\\\",\\\"vbitrate\\\":2655000}\"}},\"ao\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865301032703624130.flv?expire=1764127439\\&sign=8f28d8151842c7eae62679542b663b32\\&only_audio=1\",\"hls\":\"\",\"cmaf\":\"\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"resolution\\\":\\\"\\\",\\\"vbitrate\\\":0,\\\"gop\\\":0}\"}},\"hd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865301032703624130_hd5.flv?expire=1764127439\\&sign=b602b48d6444c950ae6f37e7f460812a\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865301032703624130_hd5/index.mpd?expire=1764127439\\&sign=7e5ab6bf517f5289de9629a539598421\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtpsnr\\\":0,\\\"gop\\\":4,\\\"v_rtbitrate_std\\\":101690,\\\"vbitrate\\\":1000000,\\\"v_rtbitrate_pct\\\":780980,\\\"v_rtbitrate_timestamp\\\":1762917822416,\\\"stream_suffix\\\":\\\"hd5\\\",\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"v_rtbitrate\\\":679530,\\\"resolution\\\":\\\"720x1280\\\"}\"}},\"uhd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865301032703624130_uhd5d.flv?expire=1764127439\\&sign=16eb62c485814ef32528547618ebf0c0\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865301032703624130_uhd5d/index.mpd?expire=1764127439\\&sign=cc238b33629b27b88771340a68ca3d1b\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtpsnr\\\":0,\\\"gop\\\":4,\\\"v_rtbitrate_pct\\\":844490,\\\"vbitrate\\\":4000000,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"resolution\\\":\\\"720x1280\\\",\\\"v_rtbitrate\\\":740780,\\\"v_rtbitrate_timestamp\\\":1762917837141,\\\"v_rtbitrate_std\\\":126820,\\\"stream_suffix\\\":\\\"uhd5d\\\"}\"}},\"ld\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865301032703624130_ctld5.flv?expire=1764127439\\&sign=52c25bdecdf34d6afe69425dfcd47459\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865301032703624130_ctld5/index.mpd?expire=1764127439\\&sign=86c71650c58e6e1bcbb838a75d4f7e80\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"stream_suffix\\\":\\\"ctld5\\\",\\\"v_rtbitrate_std\\\":45570,\\\"v_rtbitrate_timestamp\\\":1762917837139,\\\"v_rtpsnr\\\":0,\\\"resolution\\\":\\\"360x640\\\",\\\"v_rtbitrate_pct\\\":382620,\\\"v_rtbitrate\\\":314180,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"gop\\\":4,\\\"vbitrate\\\":300000}\"}},\"sd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865301032703624130_ctsd5.flv?expire=1764127439\\&sign=2823255651c2ff248af49ba5e5e5a4bd\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865301032703624130_ctsd5/index.mpd?expire=1764127439\\&sign=e658fff97577272773ed8dfba277e100\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"v_rtbitrate_timestamp\\\":1762917833327,\\\"v_rtbitrate_std\\\":62350,\\\"v_rtbitrate\\\":505730,\\\"vbitrate\\\":550000,\\\"gop\\\":4,\\\"v_rtbitrate_pct\\\":589460,\\\"resolution\\\":\\\"480x853\\\",\\\"stream_suffix\\\":\\\"ctsd5\\\",\\\"v_rtpsnr\\\":0}\"}}}}","options":{"default_quality":{"name":"AUTO","sdk_key":"auto"},"default_preview_quality":{}}},"push_data":{}}},"link_mic":{"channel_info":{},"battle_scores":[{"user_id":6877399994278773761},{"user_id":7087569595253179438,"score":21}],"battle_settings":{"channel_id":7571674215674301202,"duration":301,"start_time":1762917833,"start_time_ms":1762917833707,"battle_id":7571674240070224658},"battle_info":{"channel_id":7571674215674301202,"battle_id":7571674240070224658,"battle_settings":{"battle_id":7571674240070224658,"start_time_ms":1762917833707,"duration":301,"channel_id":7571674215674301202,"status":1,"gift_mode_meta":{"gift_name_key":"pm_mt_match_gift_option_select_page_all_option","gift_icon_image":{"url_list":["https://p16-webcast.tiktokcdn.com/img/alisg/webcast-sg/gift_only_all_gifts~tplv-obj.png","https://p19-webcast.tiktokcdn.com/img/alisg/webcast-sg/gift_only_all_gifts~tplv-obj.png"],"uri":"webcast-sg/gift_only_all_gifts","avg_color":"#B8B8B8"}},"battle_type":1},"armies":{"6877399994278773761":{},"7087569595253179438":{"user_armies":[{"user_id":7484486801530946606,"score":3,"nickname":"lspencer39","avatar_thumb":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/e17c6b7abd59c57b097bcf5c24eb3e45~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=6c083dac\&x-expires=1763089200\&x-signature=h4VvXJtqLLUD0kiR%2BWypPclnvPY%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/e17c6b7abd59c57b097bcf5c24eb3e45~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=92389084\&x-expires=1763089200\&x-signature=QtcDhnCF33%2BwhroHysj7yP1vfF8%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/e17c6b7abd59c57b097bcf5c24eb3e45~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640\&refresh_token=e56924c6\&x-expires=1763089200\&x-signature=BEMGsxkG5QJnlH3DNk%2B%2F5Qutx1g%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"tos-useast5-avt-0068-tx/e17c6b7abd59c57b097bcf5c24eb3e45"},"user_id_str":"7484486801530946606"},{"user_id":6815635536133342213,"score":3,"nickname":"Sylvia
                            Adam","avatar_thumb":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/522c5558a4e5aeb8a3c49b53e51254d9~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=fbc113f3\&x-expires=1763089200\&x-signature=jS5MobAzRrvS44CuGlW17iaT%2B6k%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/522c5558a4e5aeb8a3c49b53e51254d9~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=551ccbe0\&x-expires=1763089200\&x-signature=Xt2Z6syf4GN8qBEJqHVHdbLU%2BNM%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/522c5558a4e5aeb8a3c49b53e51254d9~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640\&refresh_token=80439349\&x-expires=1763089200\&x-signature=Ah7ysk7ahFdsISXOBQ6vOQDcb4Y%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"tos-useast5-avt-0068-tx/522c5558a4e5aeb8a3c49b53e51254d9"},"user_id_str":"6815635536133342213"},{"user_id":6505075571546439690,"score":3,"nickname":"🫶trish🔥","avatar_thumb":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/7afb7da879934862559cf2d9f91f4a85~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=15c9a6ca\&x-expires=1763089200\&x-signature=F8pp1Lax3WTYTTg76SWIl6%2FJuzI%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/7afb7da879934862559cf2d9f91f4a85~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=f2f4debd\&x-expires=1763089200\&x-signature=MeOmST%2BD7OUEJ7UntrdWmHfx8Qc%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/7afb7da879934862559cf2d9f91f4a85~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640\&refresh_token=eb394982\&x-expires=1763089200\&x-signature=h52datg06Ezo3Ty5rHr73w05cCA%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"tos-useast5-avt-0068-tx/7afb7da879934862559cf2d9f91f4a85"},"user_id_str":"6505075571546439690"}],"hostScore":21}},"bubble_text":"Viewers
                            can send 1 like and multiple gifts every match.  1
                            like = 3 points and 1 coin = 1
                            point.","supported_actions":{"1":true},"battle_combo_v2":{"6877399994278773761":{"user_id":6877399994278773761,"combo_count":2,"combo_type":1,"combo_rule_guide_schema":"sslocal://webcast_lynxview_popup?url=https%3A%2F%2Flf16-gecko-source.tiktokcdn.com%2Fobj%2Fbyte-gurd-source-sg%2Ftiktok%2Ffe%2Flive%2Ftiktok_live_revenue_match%2Fpages%2Flive_match_streak%2Ftemplate.js\&height=832rpx\&radius=16rpx\&container_bg_color=FFFFFF\&bdhm_bid=tiktok_live_revenue_match\&bdhm_pid=tiktok_live_revenue_match_pages_live_match_streak\&server_room_id=7571672968166640392"},"7087569595253179438":{"user_id":7087569595253179438,"combo_count":4,"combo_type":1,"combo_rule_guide_schema":"sslocal://webcast_lynxview_popup?url=https%3A%2F%2Flf16-gecko-source.tiktokcdn.com%2Fobj%2Fbyte-gurd-source-sg%2Ftiktok%2Ffe%2Flive%2Ftiktok_live_revenue_match%2Fpages%2Flive_match_streak%2Ftemplate.js\&height=832rpx\&radius=16rpx\&container_bg_color=FFFFFF\&bdhm_bid=tiktok_live_revenue_match\&bdhm_pid=tiktok_live_revenue_match_pages_live_match_streak\&server_room_id=7571592713775106846"}},"battle_task":{"config":{"preview_start_time":301,"preview_config":[{"duration":5,"prompt":{"prompt_key":"ttlive_liveMatch_bonusMission_missionStarts","elems":[{"prompt_field":"s_secs","value":"30"}]}},{"duration":15,"prompt":{"prompt_key":"ttlive_liveMatch_bonusMission_rule_new","elems":[{"prompt_field":"multi","value":"2"}]}}],"target_config":{"target_start_time":281,"target_start_timestamp":1762917853,"target_type":22},"reward_config":{"reward_start_time":281,"duration":30,"reward_multiple":2,"reward_start_timestamp":1762917853,"reward_prepare_prompt":{},"rewarding_prompt":{"prompt_key":"ttlive_liveMatch_bonusMission_midwayRule_new","elems":[{"prompt_field":"multi","value":"2"}]},"click_prompt":{"prompt_key":"ttlive_liveMatch_bonusMission_rule_new","elems":[{"prompt_field":"multi","value":"2"}]}},"preview_start_timestamp":1762917833,"preview_click_action_schema_url":"sslocal://webcast_lynxview_popup?container_bg_color=FFFFFF\&gravity=bottom\&height=488\&hide_nav_bar=1\&url=https%3A%2F%2Flf16-gecko-source.tiktokcdn.com%2Fobj%2Fbyte-gurd-source-sg%2Ftiktok%2Ffe%2Flive%2Ftiktok_live_revenue_match%2Fpages%2Flive_match_new_rule%2Ftemplate.js\&web_bg_color=FFFFFF\&bdhm_pid=tiktok_live_revenue_match_pages_live_match_new_rule\&scroll_to_index=4\&target_duration=0\&reward_duration=30\&use_new_copy=1"},"status":{"status":6,"enter_room_prompt":{}}},"channel_id_str":"7571674215674301202","battle_id_str":"7571674240070224658","league_info_map":{"6877399994278773761":{"league_info":{"icon":{"url_list":["http://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-cuqfs489yo-sg/class_rank/league_B_icon.png~tplv-tiktokx-origin.image?dr=9643\&refresh_token=1e04facb\&x-expires=1762938000\&x-signature=B7UFMQcYONWTGdif72I1nmUH9UY%3D\&t=4d5b0474\&ps=13740610\&shp=c991cdcb\&shcp=75a09491\&idc=useast5"],"uri":"tos-alisg-i-cuqfs489yo-sg/class_rank/league_B_icon.png","height":14,"width":32},"display_text":{"content":"B2","color":"#6883B4","dark_mode_color":"#FFFFFF"},"should_show":true,"dark_mode_icon":{"url_list":["http://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-cuqfs489yo-sg/class_rank/league_B_icon_dark.png~tplv-tiktokx-origin.image?dr=9643\&refresh_token=d34d2bfa\&x-expires=1762938000\&x-signature=944GbyMDcwvqLIUGhEo8UGTbC5M%3D\&t=4d5b0474\&ps=13740610\&shp=c991cdcb\&shcp=75a09491\&idc=useast5"],"uri":"tos-alisg-i-cuqfs489yo-sg/class_rank/league_B_icon_dark.png","height":14,"width":32}},"background_color":"#E6F1FF","dark_mode_background_color":"#384F7C"},"7087569595253179438":{"league_info":{"icon":{"url_list":["http://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-cuqfs489yo-sg/class_rank/league_A_icon.png~tplv-tiktokx-origin.image?dr=9643\&refresh_token=1a48045e\&x-expires=1762938000\&x-signature=VT2O5gfWdBAyK2Lg4JrPSecESSs%3D\&t=4d5b0474\&ps=13740610\&shp=c991cdcb\&shcp=75a09491\&idc=useast5"],"uri":"tos-alisg-i-cuqfs489yo-sg/class_rank/league_A_icon.png","height":14,"width":32},"display_text":{"content":"A1","color":"#F28D12","dark_mode_color":"#FFFFFF"},"should_show":true,"dark_mode_icon":{"url_list":["http://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-cuqfs489yo-sg/class_rank/league_A_icon_dark.png~tplv-tiktokx-origin.image?dr=9643\&refresh_token=d45dda34\&x-expires=1762938000\&x-signature=eBuiJSBK86l3k%2FMsydy9v6T3XVA%3D\&t=4d5b0474\&ps=13740610\&shp=c991cdcb\&shcp=75a09491\&idc=useast5"],"uri":"tos-alisg-i-cuqfs489yo-sg/class_rank/league_A_icon_dark.png","height":14,"width":32}},"background_color":"#FFF0C8","dark_mode_background_color":"#6F4908"}},"league_score_info_map":{"6877399994278773761":{"estimated_score":20,"is_activity_period":true,"content_text":{"key":"ttlive_leagueMatch_inMatchLabel_winToGetPoints2","default_pattern":"Win
                            to get {0:string}%
                            bonus","default_format":{"color":"#ffffffff","weight":400},"pieces":[{"type":1,"string_value":"20"},{"type":15,"image_value":{"image":{"url_list":["https://p16-webcast.tiktokcdn.com/img/alisg/webcast-sg/league_match_glove_icon.png~tplv-obj.png","https://p19-webcast.tiktokcdn.com/img/alisg/webcast-sg/league_match_glove_icon.png~tplv-obj.png"],"uri":"webcast-sg/league_match_glove_icon.png","height":14,"width":14,"avg_color":"#53737A"}}}]}},"7087569595253179438":{"is_activity_period":true,"content_text":{"key":"ttlive_leagueMatch_banner_winToGet","default_pattern":"Win
                            to get legend
                            points","default_format":{"color":"#ffffffff","weight":400}}}},"effect_infos":{},"enigma_battle_setting":{},"enigma_battle_extra_info":{}}},"stats":{"total_user":10978,"user_count_composition":{},"enter_count":10978,"share_count":1969},"living_room_attrs":{},"owner":{"id":7087569595253179438,"nickname":"sirlosunited831","bio_description":"UBP❤️‍🔥
                            you're the most important person in your life never
                            forget. DALLAS TX. Baby!\n\nBackup:
                            Sirlos831united","avatar_thumb":{"url_list":["https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=da72d9d6\&x-expires=1763085600\&x-signature=1IcKFkuiiQAowUTUFvgZ2ep2oOk%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=140d5089\&x-expires=1763085600\&x-signature=QlecAas6XyK7XDh%2FxgkRvfdi51M%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640\&refresh_token=a29ef31e\&x-expires=1763085600\&x-signature=GRyXzCNUqIIU%2FaxG3eVp7Z7n5nM%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"100x100/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743"},"avatar_medium":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=b697fdc4\&x-expires=1763085600\&x-signature=oAAKAbZnP%2FAWfE333N4zPd2mqa4%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=6364d38f\&x-expires=1763085600\&x-signature=roWllcyvV%2BeVu2zi6XxmBAlyisg%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=09e340dc\&x-expires=1763085600\&x-signature=lD%2FPSJiYX6LpiHZZ59%2BuTQ6dW5U%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743"},"avatar_large":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=a6515a86\&x-expires=1763085600\&x-signature=XrAvubLhpOWwcJoSFwT9NSnq8JI%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=36a186d0\&x-expires=1763085600\&x-signature=2gziOl57TkbRxiYmUY3ieqFTu4s%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640\&refresh_token=f2fa1a4f\&x-expires=1763085600\&x-signature=b630CeKPhZVHhS%2Fv8UH%2F6RyhKsY%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"1080x1080/tos-useast8-avt-0068-tx2/35d9c6559fbc48e81add0b0925d32743"},"status":1,"modify_time":1762899344,"follow_info":{"following_count":4446,"follower_count":89607},"pay_grade":{},"user_attr":{},"own_room":{"room_ids":[7571592713775106846],"room_ids_str":["7571592713775106846"]},"display_id":"sirlosunited831","sec_uid":"MS4wLjABAAAAVVpsQJCBdieo0ucyeZyprQNhFTSEbL4OU4rLmD0WoD_SuMfwsa-kV7OK8Rk-LIwt","badge_list":[{"display_type":4,"priority_type":20,"scene_type":8,"position":1,"OpenWebURL":"aweme://roma_redirect/?spark_page=user_level_main_page_privilege_panel","display":true,"privilege_log_extra":{"data_version":"2","privilege_id":"7138382115757987620","privilege_version":"0","privilege_order_id":"mock_fix_width_transparent_7138382115757987620","level":"37"},"combine":{"display_type":4,"icon":{"url_list":["https://p16-webcast.tiktokcdn.com/webcast-va/grade_badge_icon_lite_lv35_v3.png~tplv-obj.image","https://p19-webcast.tiktokcdn.com/webcast-va/grade_badge_icon_lite_lv35_v3.png~tplv-obj.image"],"uri":"webcast-va/grade_badge_icon_lite_lv35_v3.png","open_web_url":"aweme://roma_redirect/?spark_page=user_level_main_page_privilege_panel"},"str":"37","padding":{"use_specific":true,"badge_width":32},"font_style":{},"profile_card_panel":{"projection_config":{"icon":{}},"profile_content":{}},"background":{"image":{},"background_color_code":"#BF4007E4","left_side_image":{}},"background_dark_mode":{"image":{},"background_color_code":"#BF4007E4","left_side_image":{}},"public_screen_show_style":14,"personal_card_show_style":15,"padding_new_font":{"use_specific":true,"middle_padding":1,"badge_width":32}}}],"mint_type_label":[7160893592603461633,7047027142626691074,7240352032303874054],"id_str":"7087569595253179438"},"start_time":1762898907,"room_auth":{"Landscape":2,"anchor_level_permission":{}},"like_count":505098,"social_interaction":{},"game_tag":[{}],"room_auth_message":{},"age_restricted":{},"multi_stream_url":{"extra":{"super_resolution":{}},"live_core_sdk_data":{"pull_data":{"options":{"default_quality":{},"default_preview_quality":{}}},"push_data":{}}},"cover_type":1,"stream_snapshot":{"uri":"tos-alisg-i-6sfwe43m1g-sg/0d4bda3ac2c546dabacfe4b58336d5be.jpeg","urls":["https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/0d4bda3ac2c546dabacfe4b58336d5be.jpeg~tplv-tiktokx-origin.image?dr=9643\&refresh_token=78e1a881\&x-expires=1762938000\&x-signature=JSxEhOZyCijNglP%2BwX2oxBNe6dY%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/0d4bda3ac2c546dabacfe4b58336d5be.jpeg~tplv-tiktokx-origin.image?dr=9643\&refresh_token=96741968\&x-expires=1762938000\&x-signature=an4Z5XCR85x3LP4oOSc6ozFM%2FI8%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/0d4bda3ac2c546dabacfe4b58336d5be.jpeg~tplv-tiktokx-origin.jpeg?dr=9643\&refresh_token=a8e5ee94\&x-expires=1762938000\&x-signature=yqZbrVgbbCDDacJObo4wr1PLz0c%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8"],"height":1920,"width":1080,"face_center_x":718,"face_center_y":973}}
                          hybrid_label: null
                          geofencing_regions: null
                          search_extra:
                            current_time: 1762917839
                            search_live_struct:
                              live_cover_type: gif_shot
                          cover_labels: null
                          mask_infos: null
                          search_highlight: null
                          green_screen_materials: null
                          question_list: null
                          content_desc_extra: null
                          products_info: null
                          branded_content_accounts: null
                          tts_voice_ids: null
                          reference_tts_voice_ids: null
                          voice_filter_ids: null
                          reference_voice_filter_ids: null
                          muf_comment_info_v2: null
                          behind_the_song_music_ids: null
                          behind_the_song_video_music_ids: null
                          operator_boost_info: null
                          banners: null
                          picked_users: null
                          comment_topbar_info: null
                          survey_info: null
                          ecosystem_perception_enhancement: null
                      - type: 1
                        lives:
                          aweme_id: '7571663113129380638'
                          author:
                            uid: '6825178121018786821'
                            short_id: '0'
                            nickname: 😈🖤Baby😘🍼😈🖤♊️
                            avatar_larger:
                              url_list: null
                              url_prefix: null
                            avatar_thumb:
                              uri: >-
                                100x100/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=11cc6868&x-expires=1763089200&x-signature=qFd09jx6nffz%2BAfAFxtlwnD1Z%2BM%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=36ddce33&x-expires=1763089200&x-signature=r7ED9GvtYe7JuFq7mVfgkmKIPMk%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=c3f06644&x-expires=1763089200&x-signature=vrTAz9pmWuB6IFYWxoC8DVTmHqo%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                              url_prefix: null
                            avatar_medium:
                              url_list: null
                              url_prefix: null
                            follow_status: 0
                            custom_verify: ''
                            unique_id: the_one_he_cheats_with
                            room_id: 7571663113129381000
                            verify_info: ''
                            enterprise_verify_reason: ''
                            followers_detail: null
                            platform_sync_info: null
                            geofencing: null
                            room_cover:
                              uri: >-
                                720x720/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:720:720.webp?dr=9640&refresh_token=95908ff6&x-expires=1763089200&x-signature=ZGVBI78QlOW2%2BdLZspFKKa4Yq5o%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:720:720.webp?dr=9640&refresh_token=788badc2&x-expires=1763089200&x-signature=GFCvB7rns5tE37xtBJAuHZqZXeE%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640&refresh_token=4481a838&x-expires=1763089200&x-signature=Jd%2F6xmsoXBCgGXTjM24prxvgUNc%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                              url_prefix: null
                            cover_url: null
                            item_list: null
                            type_label: null
                            ad_cover_url: null
                            relative_users: null
                            cha_list: null
                            sec_uid: >-
                              MS4wLjABAAAAaGMcqDiapwVT0t8uGHoT7hU8McFnxD9qUcOHrAQ6YszNPhV24b0wLDIJH73t-4LJ
                            need_points: null
                            name_field: nickname
                            homepage_bottom_toast: null
                            can_set_geofencing: null
                            white_cover_url: null
                            user_tags: null
                            bold_fields: null
                            search_user_name: 😈🖤Baby😘🍼😈🖤♊️
                            search_user_desc: the_one_he_cheats_with
                            search_highlight: null
                            mutual_relation_avatars: null
                            room_title: Welcome to Baby😘 🍼 Experience!
                            room_id_str: '7571663113129380638'
                            events: null
                            advance_feature_item_order: null
                            advanced_feature_info: null
                            user_profile_guide: null
                            shield_edit_field_info: null
                            can_message_follow_status_list: null
                            account_labels: null
                          cha_list: null
                          text_extra: null
                          video_labels: null
                          aweme_type: 101
                          image_infos: null
                          position: null
                          uniqid_position: null
                          geofencing: null
                          video_text: null
                          label_top_text: null
                          group_id: '7571663103977458974'
                          nickname_position: null
                          challenge_position: null
                          long_video: null
                          interaction_stickers: null
                          origin_comment_ids: null
                          commerce_config_data: null
                          room:
                            has_commerce_goods: false
                            is_battle: false
                          anchors: null
                          rawdata: >-
                            {"id":7571663113129380638,"id_str":"7571663113129380638","status":2,"owner_user_id":6825178121018786821,"title":"Welcome
                            to Baby😘 🍼
                            Experience!","user_count":5,"client_version":420404,"cover":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=95908ff6\&x-expires=1763089200\&x-signature=ZGVBI78QlOW2%2BdLZspFKKa4Yq5o%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=788badc2\&x-expires=1763089200\&x-signature=GFCvB7rns5tE37xtBJAuHZqZXeE%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=4481a838\&x-expires=1763089200\&x-signature=Jd%2F6xmsoXBCgGXTjM24prxvgUNc%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44"},"stream_url":{"extra":{},"candidate_resolution":["SD1","SD2","HD1","FULL_HD1"],"live_core_sdk_data":{"pull_data":{"stream_data":"{\"common\":{\"session_id\":\"173-20251112032358143C8207847D280046B8\",\"rule_ids\":\"{\\\"ab_version_trace\\\":{\\\"10477\\\":[1749441195252],\\\"10765\\\":[1721180488121],\\\"10814\\\":[1732625570224],\\\"11234\\\":[1755789638196],\\\"11242\\\":[1755788455168],\\\"11882\\\":[1727414761058],\\\"12298\\\":[1755604894166],\\\"12402\\\":[1751534302423],\\\"12410\\\":[1744354317751],\\\"2138\\\":[1690525345742,1690519087933],\\\"2598\\\":[1715159344978],\\\"3054\\\":[1701746596108,1704722391811],\\\"4097\\\":[1725933627058,1721628097371],\\\"4238\\\":[1721648325234],\\\"7426\\\":[1740725804738],\\\"8993\\\":[1741184324527],\\\"9193\\\":[1745735167278]},\\\"sched\\\":\\\"{\\\\\\\"ids\\\\\\\":[\\\\\\\"ex_3809130(Weight:100)\\\\\\\"],\\\\\\\"result\\\\\\\":{\\\\\\\"hit\\\\\\\":\\\\\\\"exclusive\\\\\\\",\\\\\\\"cdn\\\\\\\":2221}}\\\"}\",\"query\":{\"fast_response\":\"1\",\"group_version\":\"71468180_720_v4\",\"infos\":\"8ad4f43b8c5e2be64cc99de9548c5261fdc684b8d7ca4cac50819f04b682\",\"rtm_expr_tag\":\"mio_live_us_r1_v2\",\"apool\":\"v2\",\"audio_compressor\":\"ac_v1\",\"node_opt\":\"v3\",\"pts_align_threshold\":\"1000\",\"audio_balance\":\"v3\",\"global_720p\":\"v2\"},\"auto\":{\"strategy\":\"abr_bb_4live\",\"enable\":1,\"default\":\"hd\",\"list\":[\"hd\",\"sd\",\"ld\"],\"enable_origin_resolution\":1},\"rtmp_ports\":{\"main\":{\"h2q\":443}},\"http_ports\":{\"main\":{\"h2q\":443}},\"user_count\":10,\"peer_anchor_level\":4,\"common_sdk_params\":{\"main\":\"{\\\"SuggestFormat\\\":\\\"flv\\\",\\\"ResetCalibPtsRollback\\\":1,\\\"EnableOptimizeLivePtsRollback\\\":1,\\\"SuggestProtocol\\\":\\\"h2q\\\",\\\"EnableBinControl\\\":1,\\\"UdpRealSpeed\\\":1,\\\"AudioWatermark\\\":{\\\"EnablePrivateRoom\\\":0,\\\"Density\\\":10,\\\"Enabled\\\":1},\\\"AudioDecodeMaxCacheSize\\\":8,\\\"QuicConfigOptimize\\\":1,\\\"AudioSampleMap\\\":1,\\\"MediaCodecCheckInterval\\\":100,\\\"BufferDataMs\\\":500,\\\"AudioBalanceTargetLuft\\\":-8,\\\"EnableAbrLogOnBitrateChange\\\":0,\\\"EnableUseLSS\\\":1,\\\"ProtocolRetryTimes\\\":1,\\\"TTMPDnsParseEnable\\\":1,\\\"llash\\\":{\\\"EnableAbrSwitchLog\\\":1,\\\"EnableReadPacketV2\\\":0,\\\"PredictVideoDurationErrorMS\\\":20,\\\"PreSwitchEnableDrop\\\":0,\\\"PreSwitchEnableWait\\\":1,\\\"PreSwitchCheckDuration\\\":50,\\\"PreSwitchWaitThreshold\\\":100,\\\"EnablePreSwitch\\\":1,\\\"PredictAudioDurationErrorMS\\\":20,\\\"RemoveTSWrap\\\":1,\\\"UseTotalBuffer\\\":1,\\\"EnablePredictGopLastFrame\\\":1,\\\"PredictGopDurationAverageCoeff\\\":25,\\\"FixPrevBufferLog\\\":1,\\\"PredictGopDurationErrorPercent\\\":2},\\\"FixBinBuffering\\\":1,\\\"auto\\\":{\\\"default\\\":\\\"hd\\\",\\\"enable\\\":1,\\\"enable_origin_resolution\\\":1,\\\"list\\\":[\\\"hd\\\",\\\"sd\\\",\\\"ld\\\"],\\\"strategy\\\":\\\"abr_bb_4live\\\"},\\\"MediaCodecDeadTimeThresh\\\":1000,\\\"PrefetchCacheKeepDurationMs\\\":15000,\\\"EnableAudioDirectBuffer\\\":1,\\\"quic\\\":{\\\"QuicEarlyClose\\\":1,\\\"QuicALogLevel\\\":2,\\\"QuicFifoRecvBufferLen\\\":8388608},\\\"UseFastOpenDurationFromSetAPI\\\":1,\\\"EnableABRCheckEnhance\\\":0,\\\"cdn_name\\\":\\\"cdn77\\\",\\\"ABRDecisionReportLevel\\\":2,\\\"EnableMediaCodecAsync\\\":1,\\\"httpx\\\":{\\\"HttpExecCreateRetryTimes\\\":2,\\\"HttpPreStart\\\":0,\\\"HttpPingInterval\\\":10000,\\\"LSEngineParamJson\\\":{\\\"FIFOSize\\\":1048576,\\\"FIFOPoolLenInit\\\":1,\\\"FastReSend\\\":1,\\\"FixCloseWithATTQ\\\":1,\\\"CloseOnNetChange\\\":1,\\\"EnableGetLocalAddr\\\":1,\\\"FIFOPoolLenLimit\\\":3},\\\"HttpEnableCertVerify\\\":1,\\\"HttpQuicVersion\\\":43,\\\"UseLSQUIC\\\":1,\\\"HttpPingTimeout\\\":5000,\\\"HttpUseQuicCrypto\\\":1,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"HttpMaxRetryAttempts\\\":0,\\\"HttpEnableHttpRace\\\":1,\\\"HttpPingForHeaderFrame\\\":1,\\\"HttpVersion\\\":2,\\\"HttpConfigJson\\\":{\\\"MaxProcTimeMs\\\":0,\\\"JointCCOpti\\\":0,\\\"NetworkStatsStringifyType\\\":1,\\\"MaxSFCW\\\":0,\\\"SCFGSaveIntvS\\\":1,\\\"LogLevel\\\":\\\"error\\\",\\\"RWOnce\\\":1,\\\"PING\\\":5,\\\"MinHandshakeTimeoutMs\\\":10,\\\"WriteDelayFor0RTT\\\":0,\\\"MaxCFCW\\\":0,\\\"HSTimeoutUs\\\":4000000,\\\"SFCW\\\":16777216,\\\"MIDS\\\":100,\\\"ConnCheckPeriod\\\":5,\\\"NewLog\\\":1,\\\"SCLS\\\":0,\\\"SendPeriodOfCctk\\\":1000,\\\"BlockRead\\\":1,\\\"CCTKVersion\\\":2,\\\"AddNetworkSeries\\\":1,\\\"EnableGetCCTK\\\":1,\\\"NetworkSeriesLen\\\":120,\\\"Pacing\\\":1,\\\"ConnCheckTimeout\\\":120,\\\"AckPacketsThreshold\\\":2,\\\"SendPeriodOfCCTK\\\":1000,\\\"EnableExtendHSK\\\":1,\\\"ICSL\\\":30,\\\"CFCW\\\":33554432,\\\"EnableUseNewCCTKPath\\\":1,\\\"NetworkStatsContent\\\":10000,\\\"UAID\\\":\\\"ttplayer-live\\\"},\\\"HttpMainJobDelay\\\":1,\\\"HttpExecCreateRetryInt\\\":5},\\\"DurationOfGopSizeCollector\\\":20000,\\\"VideoRenderStallThreshold\\\":200,\\\"VoicePool\\\":{\\\"MaxSameCount\\\":4,\\\"Size\\\":7,\\\"UseCount\\\":20,\\\"Enable\\\":1,\\\"ForbidSampleRate\\\":\\\"48000\\\"},\\\"EnableMcMonitor\\\":1,\\\"MediaCodecFrames\\\":7,\\\"GetNetworkStats\\\":1,\\\"CmafSegmentSyncThreshold\\\":2000,\\\"EnableUpateSessionIdInRetry\\\":1,\\\"FixStreamFinAndRst\\\":1,\\\"EnableGetMpdUrlOpt\\\":1,\\\"WaitSetSurfaceTimeout\\\":60,\\\"SizeOfCctkBwCollector\\\":5,\\\"DurationOfCctkBwCollector\\\":5000,\\\"EnablePlayerFR\\\":1,\\\"E2EDelayReportFix\\\":0,\\\"ABRCheckInterval\\\":1000,\\\"EnableUseNewSeiTypeInLoudness\\\":1,\\\"EnableStopCloseIO\\\":1,\\\"TargetOriginBitRate\\\":2000000,\\\"EnableSaveSCFG\\\":1,\\\"SizeOfGopSizeCollector\\\":3,\\\"DisableDirectSetCodecId\\\":1,\\\"EnableCheckDropAudio\\\":1,\\\"disable_algorithm\\\":1,\\\"TTMPDnsParseTimeout\\\":5000000,\\\"QuicVersion\\\":43,\\\"EnableOnlyAudioInAoRes\\\":1,\\\"ABROptimumStartupBiterateEnabled\\\":0,\\\"AudioGetLatencyFreq\\\":10000,\\\"VCodec\\\":\\\"bytevc1\\\",\\\"LoudnessStrategy\\\":{\\\"Enable\\\":1,\\\"LibraParamsStr\\\":\\\"{    
                            \\\\\\\"max_block_size\\\\\\\": 1024,    
                            \\\\\\\"Version\\\\\\\": 0,    
                            \\\\\\\"used_in_live\\\\\\\": 1,    
                            \\\\\\\"live_target_lu\\\\\\\": -8,    
                            \\\\\\\"lower_limit_level\\\\\\\": -18,    
                            \\\\\\\"loudness_lookahead_window\\\\\\\": 0.4,    
                            \\\\\\\"noise_gate_compress_ratio\\\\\\\": 0.67,    
                            \\\\\\\"lu_type\\\\\\\": 0,    
                            \\\\\\\"use_no_mdsp_graph\\\\\\\": 1,    
                            \\\\\\\"limiter_peak\\\\\\\": -1,    
                            \\\\\\\"limiter_makeup_gain\\\\\\\": 1,
                            \\\\\\\"is_fixed_drc_compressor_ratio\\\\\\\":1,
                            \\\\\\\"drc_compressor_ratio\\\\\\\":2.5
                            }\\\",\\\"EffectType\\\":10},\\\"FastOpenDuration\\\":-500,\\\"AudioPrerollTimeout\\\":500,\\\"AudioGraphMaxCacheSize\\\":3,\\\"AbrStallDegradeImmediately\\\":0,\\\"ProtocolDowngrade\\\":1,\\\"ABRMethod\\\":3,\\\"NotifyCompletedImmediately\\\":1,\\\"AudioCalibrationType\\\":1,\\\"PreprocessAudioEffectType\\\":1,\\\"EnableE2EDelayCalc\\\":1,\\\"EnableAudioGraphRefactor\\\":1,\\\"AudioEffectCompressor\\\":{\\\"Type\\\":0,\\\"Enable\\\":1,\\\"Predelay\\\":0.007,\\\"Pregain\\\":0.25,\\\"Ratio\\\":8,\\\"Threshold\\\":-14},\\\"AudioRenderStallThreshold\\\":200,\\\"EnablePixelFormatFullRange\\\":1,\\\"LiveIOConfig\\\":{\\\"ConfigParams\\\":{\\\"H2Q\\\":{\\\"HttpConfigJson\\\":{\\\"LiveIOEnableRejAsSchlo\\\":0,\\\"EnableExtendHSK\\\":1,\\\"ConnCheckTimeout\\\":120,\\\"NetworkStatsContent\\\":10000,\\\"PING\\\":1,\\\"NetworkStatsStringifyType\\\":1,\\\"SCFGSaveIntvS\\\":1,\\\"EnableUseNewCCTKPath\\\":1,\\\"CCTKVersion\\\":2,\\\"NewLog\\\":1,\\\"ICSL\\\":5,\\\"SendPeriodOfCCTK\\\":1000,\\\"NetworkSeriesLen\\\":120,\\\"AddNetworkSeries\\\":1,\\\"EnableGetCCTK\\\":1,\\\"ProcessWrite\\\":0},\\\"LSEngineParamJson\\\":{\\\"FixCloseWithATTQ\\\":1,\\\"CloseOnNetChange\\\":1,\\\"EnableGetLocalAddr\\\":1,\\\"FastReSend\\\":1}},\\\"Common\\\":{\\\"ff_live_cond_timeout\\\":50,\\\"http_is_enable_prepare\\\":1,\\\"EnableRaceDefaultConfig\\\":1,\\\"EnableRaceRedirectly\\\":true,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"EnableTaskListenerTransfer\\\":1,\\\"EnableRaceFailFix\\\":1}},\\\"EnableLiveIO\\\":1,\\\"EnableLiveIOUseNewInterface\\\":1,\\\"EnableABR\\\":1,\\\"EnableH2QPreconn\\\":1,\\\"EnableLiveIOUseJavaThread\\\":0,\\\"EnableQuic\\\":1},\\\"EnableUseRefactorStrategy\\\":1,\\\"EnableNTPByApp\\\":1,\\\"EnableAsyncSetSurface\\\":1,\\\"StrategyInLSS\\\":{\\\"StrategyList\\\":{\\\"live_stream_strategy_startup_bitrate_predict\\\":{\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_startup_bitrate_predict\\\",\\\"Repeat\\\":0,\\\"StrategyInputParams\\\":{\\\"InputSettingsParam\\\":{\\\"EnableUsePRDStrategy\\\":1,\\\"PRDSettings\\\":{\\\"BaselineParams\\\":{\\\"DefaultResolution\\\":\\\"hd\\\"},\\\"BweToBitrateParams\\\":{\\\"Mode\\\":\\\"bottomline\\\",\\\"BottomLineParams\\\":{\\\"SourceVoD-NoPreview\\\":{\\\"default\\\":{\\\"ld\\\":300000,\\\"sd\\\":400000,\\\"hd\\\":550000}},\\\"SourceVoD-Preview\\\":{\\\"default\\\":{\\\"sd\\\":400000,\\\"hd\\\":550000,\\\"ld\\\":300000}},\\\"Default\\\":{\\\"sd\\\":980000,\\\"hd\\\":1100000,\\\"ld\\\":480000},\\\"SourceCCTK-NoPreview\\\":{\\\"default\\\":{\\\"ld\\\":480000,\\\"sd\\\":980000,\\\"hd\\\":1100000}},\\\"SourceCCTK-Preview\\\":{\\\"default\\\":{\\\"sd\\\":980000,\\\"hd\\\":1100000,\\\"ld\\\":480000}}}},\\\"JudgePipeline\\\":{\\\"NoPreview\\\":[\\\"High-Bwe\\\"],\\\"Preview\\\":[\\\"High-Bwe\\\"]}}},\\\"Enable\\\":1,\\\"EnableSmartStrategyConfig\\\":0,\\\"InputFeatureList\\\":[\\\"PLAY-BitrateList\\\",\\\"NETWORK-RecommendBitrate\\\",\\\"PLAY-ResolutionMap\\\",\\\"PLAY-IsPreview\\\",\\\"PLAY-PushResolution\\\",\\\"PLAY-NeptuneName\\\",\\\"PLAY-ProbeStartupBandwidth\\\",\\\"USER-Performance\\\",\\\"DEVICE-PhoneLevel\\\",\\\"NETWORK-NetworkLevel\\\"]},\\\"Time\\\":0},\\\"live_stream_strategy_bandwidth_estimator\\\":{\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_bandwidth_estimator\\\",\\\"StrategyInputParams\\\":{\\\"InputFeatureList\\\":[\\\"PLAY-CCTKCongestionInfo\\\",\\\"NETWORK-RecommendBitrate\\\",\\\"PLAY-Bitrate\\\"],\\\"InputSettingsParam\\\":{\\\"MaxSessionSize\\\":10,\\\"CalculateEWMAFactor\\\":0.5,\\\"CalculateSize\\\":10,\\\"MinBwEstimatorBitrate\\\":0,\\\"OverallStrategy\\\":1,\\\"MaxBandwidthSampleDuration\\\":60,\\\"MinPlayedDurationThresh\\\":0,\\\"LiveProtectedDuration\\\":0,\\\"NetworkMatchMode\\\":1,\\\"CalculateFunc\\\":2,\\\"MaxBwSampleSize\\\":10,\\\"PriorityMap\\\":{\\\"vodBitrate\\\":100,\\\"cctkBw\\\":10000},\\\"UseWithAttributionImpl\\\":1,\\\"RemoveSampleTimer\\\":1},\\\"Enable\\\":1,\\\"EnableSmartStrategyConfig\\\":0}},\\\"live_stream_strategy_abr_predict_bitrate\\\":{\\\"Time\\\":1000,\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_abr_predict_bitrate\\\",\\\"StrategyInputParams\\\":{\\\"EnableLocalStrategyModel\\\":1,\\\"EnableSmartStrategyConfig\\\":0,\\\"InputFeatureList\\\":[\\\"PLAY-IoBitrate\\\",\\\"PLAY-BitrateList\\\",\\\"PLAY-StartTs\\\",\\\"PLAY-FirstFrameDownloadSpeed\\\",\\\"PLAY-FirstFrame\\\",\\\"PLAY-Bitrate\\\",\\\"PLAY-VideoBuffer\\\",\\\"PLAY-DownloadSpeed\\\",\\\"PLAY-StallState\\\",\\\"PLAY-IsPreview\\\",\\\"PLAY-NeptuneName\\\",\\\"PLAY-FastOpenDuration\\\",\\\"PLAY-CCTKCongestionInfo\\\",\\\"PLAY-StallStartSeries\\\",\\\"PLAY-StallDurationSeries\\\",\\\"PLAY-VideoTotalBuffer\\\",\\\"PLAY-VrtBitrateList\\\",\\\"PLAY-Protocol\\\"],\\\"InputSettingsParam\\\":{\\\"game_params\\\":{\\\"enable_cctk_bw_prediction\\\":0,\\\"game_preview_disable_abr\\\":1},\\\"reduce_buffer_threshold\\\":2,\\\"enable_game_selector\\\":1,\\\"enable_check_stall_series\\\":1,\\\"enable_use_total_buffer\\\":1,\\\"buffer_slope_threshold\\\":-0.5,\\\"min_down_buffer_length\\\":0,\\\"tls_buffer_watch_num\\\":9,\\\"enable_upgrade_check_network\\\":1,\\\"switch_down_to_up_max_penalty_time_ms\\\":60000,\\\"enable_bandwidth_allocation\\\":1,\\\"switch_down_counter_threshold\\\":3,\\\"enable_downgrade_for_low_buffer\\\":1,\\\"flv_bw_multiplier\\\":1,\\\"switch_down_to_up_penalty_time_ms\\\":20000,\\\"enable_only_check_latest_stall\\\":1,\\\"tls_penalty_switch_time_ms\\\":30000,\\\"tls_switch_interval_ms\\\":20000,\\\"switch_up_counter_threshold\\\":6,\\\"enable_buffer_slope\\\":1,\\\"min_up_buffer_length\\\":0.5,\\\"enable_tls_upgrade\\\":1,\\\"degrade_to_upgrade_interval_threshold\\\":20000,\\\"tls_min_buffer_diff_ms\\\":180,\\\"pid_bw_multiplier\\\":0.75,\\\"enable_new_calibrate_bitrate\\\":1,\\\"enable_downgrade_check_network\\\":1,\\\"begin_switch_up_counter_threshold\\\":2,\\\"tls_min_downloadspeed_ratio\\\":0.8,\\\"begin_quick_switch_time_ms\\\":20000},\\\"Enable\\\":1},\\\"Repeat\\\":1}}},\\\"NetworkAdapt\\\":{\\\"SlowSpeed\\\":1,\\\"SlowMillisecond\\\":666,\\\"HurryMillisecond\\\":3500,\\\"HurryType\\\":0,\\\"EnableFixPtsShift\\\":1,\\\"HurrySpeed\\\":1.1,\\\"HurryTime\\\":3500,\\\"Enabled\\\":1,\\\"SlowTime\\\":666},\\\"EnableCreateDecoderEarly\\\":1,\\\"EnableAudioBalanceBySei\\\":1,\\\"EnableMcPipeline\\\":1,\\\"EnableSeiParserInCodec\\\":1,\\\"EnableRetryWithAbrSwitchRes\\\":1,\\\"EnableUseNewCCTKPath\\\":1,\\\"EventReportConfig\\\":{\\\"EnableReportDemuxStall\\\":0,\\\"EnableReportDecodeStall\\\":0,\\\"EnableReportRecvedSpspps\\\":0},\\\"EnableADecoderPlugin\\\":1,\\\"EnableQueryWinSize\\\":1,\\\"EnableCertVerify\\\":1}\"}},\"data\":{\"sd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302130869928898_ctsd5.flv?expire=1764127439\\&sign=ee8758d1290402559681a009a81c8b57\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302130869928898_ctsd5/index.mpd?expire=1764127439\\&sign=54aefdd447551b8cb4f016631e63029c\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"gop\\\":4,\\\"vbitrate\\\":550000,\\\"resolution\\\":\\\"480x960\\\",\\\"stream_suffix\\\":\\\"ctsd5\\\"}\"}},\"origin\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302130869928898.flv?expire=1764127439\\&sign=8a2aa8654d3dc6ac8a3b09e74cc71c7f\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302130869928898/index.mpd?expire=1764127439\\&sign=bd8b91b778634e6ef5c82a1d6492a60b\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"resolution\\\":\\\"640x1280\\\",\\\"gop\\\":4,\\\"vbitrate\\\":1334000}\"}},\"ao\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302130869928898.flv?expire=1764127439\\&sign=8a2aa8654d3dc6ac8a3b09e74cc71c7f\\&only_audio=1\",\"hls\":\"\",\"cmaf\":\"\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"resolution\\\":\\\"\\\",\\\"gop\\\":0,\\\"vbitrate\\\":0}\"}},\"hd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302130869928898_hd5.flv?expire=1764127439\\&sign=a9fe8108842e0cf5318732ddc0feab1b\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302130869928898_hd5/index.mpd?expire=1764127439\\&sign=e33d03a9b320d18184761c2a4ed8ae84\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"vbitrate\\\":1000000,\\\"v_rtbitrate_pct\\\":1325700,\\\"stream_suffix\\\":\\\"hd5\\\",\\\"v_rtbitrate\\\":1137200,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"v_rtbitrate_std\\\":142680,\\\"resolution\\\":\\\"640x1280\\\",\\\"v_rtbitrate_timestamp\\\":1762917824396,\\\"v_rtpsnr\\\":0,\\\"gop\\\":4}\"}},\"uhd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302130869928898_uhd5.flv?expire=1764127439\\&sign=16f5353cf5fd4748f4f56e40190d85a5\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302130869928898_uhd5/index.mpd?expire=1764127439\\&sign=5ffe8d355f52c557a5f2330d895f2ea4\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"stream_suffix\\\":\\\"uhd5\\\",\\\"gop\\\":0,\\\"resolution\\\":\\\"640x1280\\\",\\\"vbitrate\\\":1000000}\"}},\"ld\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302130869928898_ctld5.flv?expire=1764127439\\&sign=fe37f84a7e9c0add324f332d94fe7d45\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302130869928898_ctld5/index.mpd?expire=1764127439\\&sign=56a0f0dd8b7f46ee5097d0f25898d47b\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"gop\\\":4,\\\"resolution\\\":\\\"360x720\\\",\\\"vbitrate\\\":300000,\\\"stream_suffix\\\":\\\"ctld5\\\"}\"}}}}","options":{"default_quality":{"name":"AUTO","sdk_key":"auto"},"default_preview_quality":{}}},"push_data":{}}},"link_mic":{"channel_info":{},"battle_settings":{},"audience_id_list":[7515050388585612318,7203520962019886123]},"stats":{"total_user":179,"user_count_composition":{},"enter_count":179,"share_count":4},"living_room_attrs":{},"owner":{"id":6825178121018786821,"nickname":"😈🖤Baby😘🍼😈🖤♊️","bio_description":"Welcome
                            to the one and only Baby😘🍼 Experience live Sun-Fri
                            9:30-11:30BVA💃🏿💼","avatar_thumb":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=11cc6868\&x-expires=1763089200\&x-signature=qFd09jx6nffz%2BAfAFxtlwnD1Z%2BM%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=36ddce33\&x-expires=1763089200\&x-signature=r7ED9GvtYe7JuFq7mVfgkmKIPMk%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640\&refresh_token=c3f06644\&x-expires=1763089200\&x-signature=vrTAz9pmWuB6IFYWxoC8DVTmHqo%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"100x100/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44"},"avatar_medium":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=95908ff6\&x-expires=1763089200\&x-signature=ZGVBI78QlOW2%2BdLZspFKKa4Yq5o%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=788badc2\&x-expires=1763089200\&x-signature=GFCvB7rns5tE37xtBJAuHZqZXeE%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=4481a838\&x-expires=1763089200\&x-signature=Jd%2F6xmsoXBCgGXTjM24prxvgUNc%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44"},"avatar_large":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=52afb0b6\&x-expires=1763089200\&x-signature=LUdin3M2xBO4p6ULvXQEsn6DAvE%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=58a10d4a\&x-expires=1763089200\&x-signature=OpubfUbG1lPO11P%2BLAt9xs9RvF4%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640\&refresh_token=84f48d40\&x-expires=1763089200\&x-signature=qil%2BMmLb%2B55IhHD6strnERe4418%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"1080x1080/tos-useast8-avt-0068-tx2/5c2f95ac2aa90451e7fb7a80491eff44"},"status":1,"modify_time":1762916250,"follow_info":{"following_count":1050,"follower_count":11319},"pay_grade":{},"user_attr":{},"own_room":{"room_ids":[7571663113129380638],"room_ids_str":["7571663113129380638"]},"display_id":"the_one_he_cheats_with","sec_uid":"MS4wLjABAAAAaGMcqDiapwVT0t8uGHoT7hU8McFnxD9qUcOHrAQ6YszNPhV24b0wLDIJH73t-4LJ","badge_list":[{"display_type":4,"priority_type":20,"scene_type":8,"position":1,"OpenWebURL":"aweme://roma_redirect/?spark_page=user_level_main_page_privilege_panel","display":true,"privilege_log_extra":{"data_version":"2","privilege_id":"7138381861675423524","privilege_version":"0","privilege_order_id":"mock_fix_width_transparent_7138381861675423524","level":"26"},"combine":{"display_type":4,"icon":{"url_list":["https://p16-webcast.tiktokcdn.com/webcast-va/grade_badge_icon_lite_lv25_v1.png~tplv-obj.image","https://p19-webcast.tiktokcdn.com/webcast-va/grade_badge_icon_lite_lv25_v1.png~tplv-obj.image"],"uri":"webcast-va/grade_badge_icon_lite_lv25_v1.png","open_web_url":"aweme://roma_redirect/?spark_page=user_level_main_page_privilege_panel"},"str":"26","padding":{"use_specific":true,"badge_width":32},"font_style":{},"profile_card_panel":{"projection_config":{"icon":{}},"profile_content":{}},"background":{"image":{},"background_color_code":"#B3272FF3","left_side_image":{}},"background_dark_mode":{"image":{},"background_color_code":"#B3272FF3","left_side_image":{}},"public_screen_show_style":14,"personal_card_show_style":15,"padding_new_font":{"use_specific":true,"badge_width":32}}}],"mint_type_label":[7160893592603461633,7173951284645464070],"id_str":"6825178121018786821"},"start_time":1762915274,"room_auth":{"Landscape":2,"anchor_level_permission":{}},"like_count":21220,"social_interaction":{},"game_tag":[{}],"room_auth_message":{},"age_restricted":{},"multi_stream_url":{"extra":{"super_resolution":{}},"live_core_sdk_data":{"pull_data":{"options":{"default_quality":{},"default_preview_quality":{}}},"push_data":{}}},"cover_type":1}
                          hybrid_label: null
                          geofencing_regions: null
                          search_extra:
                            current_time: 1762917839
                            search_live_struct:
                              live_cover_type: user_upload
                          cover_labels: null
                          mask_infos: null
                          search_highlight: null
                          green_screen_materials: null
                          question_list: null
                          content_desc_extra: null
                          products_info: null
                          branded_content_accounts: null
                          tts_voice_ids: null
                          reference_tts_voice_ids: null
                          voice_filter_ids: null
                          reference_voice_filter_ids: null
                          muf_comment_info_v2: null
                          behind_the_song_music_ids: null
                          behind_the_song_video_music_ids: null
                          operator_boost_info: null
                          banners: null
                          picked_users: null
                          comment_topbar_info: null
                          survey_info: null
                          ecosystem_perception_enhancement: null
                      - type: 1
                        lives:
                          aweme_id: '7571642891513842446'
                          author:
                            uid: '7504198476357354527'
                            short_id: '0'
                            nickname: TNT SPACE US
                            avatar_larger:
                              url_list: null
                              url_prefix: null
                            avatar_thumb:
                              uri: >-
                                100x100/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=84ca0824&x-expires=1763089200&x-signature=guGuoIazQ3tnsHJysZZV6AkdBi8%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=5aa17859&x-expires=1763089200&x-signature=VQFNKFg3VZZGCZpb36uJ6unbkgM%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=9aa4d991&x-expires=1763089200&x-signature=w8gwLzi8hDXY6nzaW8JwQOKcfcc%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                              url_prefix: null
                            avatar_medium:
                              url_list: null
                              url_prefix: null
                            follow_status: 0
                            custom_verify: ''
                            unique_id: tntspace_us
                            room_id: 7571642891513843000
                            verify_info: ''
                            enterprise_verify_reason: ''
                            followers_detail: null
                            platform_sync_info: null
                            geofencing: null
                            room_cover:
                              uri: webcast-oci-tx/91804fe5dcde8b3d5999be62208ef483
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/webcast-oci-tx/91804fe5dcde8b3d5999be62208ef483~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=1ffc7ab0&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=0OVcVEIVC41a8XDiD26VsL6MaaM%3D
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/webcast-oci-tx/91804fe5dcde8b3d5999be62208ef483~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=61defab5&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=yVGpzoKFGd8zTvbhHP1phYi1Sws%3D
                              width: 0
                              height: 0
                              url_prefix: null
                            cover_url: null
                            item_list: null
                            type_label: null
                            ad_cover_url: null
                            relative_users: null
                            cha_list: null
                            sec_uid: >-
                              MS4wLjABAAAAa0DVtASa551XcI3ZXdSO7y0c6n9rkwlpJgMxoZJl36X9QUo6gRJpZlZ5MKokx-9c
                            need_points: null
                            name_field: nickname
                            homepage_bottom_toast: null
                            can_set_geofencing: null
                            white_cover_url: null
                            user_tags: null
                            bold_fields: null
                            search_user_name: TNT SPACE US
                            search_user_desc: tntspace_us
                            search_highlight: null
                            mutual_relation_avatars: null
                            room_title: NEW BABY DORA IS HERE！
                            room_id_str: '7571642891513842446'
                            events: null
                            advance_feature_item_order: null
                            advanced_feature_info: null
                            user_profile_guide: null
                            shield_edit_field_info: null
                            can_message_follow_status_list: null
                            account_labels: null
                          cha_list: null
                          text_extra: null
                          video_labels: null
                          aweme_type: 101
                          image_infos: null
                          position: null
                          uniqid_position: null
                          geofencing: null
                          video_text: null
                          label_top_text: null
                          group_id: '7571642883955068173'
                          nickname_position: null
                          challenge_position: null
                          long_video: null
                          interaction_stickers: null
                          origin_comment_ids: null
                          commerce_config_data: null
                          room:
                            has_commerce_goods: true
                            is_battle: false
                          anchors: null
                          rawdata: >-
                            {"id":7571642891513842446,"id_str":"7571642891513842446","status":2,"owner_user_id":7504198476357354527,"title":"NEW
                            BABY DORA IS
                            HERE！","user_count":2,"client_version":9604,"cover":{"url_list":["https://p16-webcast.tiktokcdn-us.com/webcast-oci-tx/7561353701139417911~tplv-resize:1080:1080.webp","https://p19-webcast.tiktokcdn-us.com/webcast-oci-tx/7561353701139417911~tplv-resize:1080:1080.webp"],"uri":"webcast-oci-tx/7561353701139417911","height":1080,"width":1080,"avg_color":"#C8E0BC"},"stream_url":{"extra":{},"candidate_resolution":["SD1","SD2","HD1"],"live_core_sdk_data":{"pull_data":{"stream_data":"{\"common\":{\"session_id\":\"173-20251112032358143C8207847D280046B8\",\"rule_ids\":\"{\\\"ab_version_trace\\\":{\\\"10477\\\":[1749441195252],\\\"10554\\\":[1732592346481],\\\"10765\\\":[1721180488121],\\\"2138\\\":[1690519087933,1690525345742],\\\"2598\\\":[1715159344978],\\\"3054\\\":[1704722391811,1701746596108],\\\"4097\\\":[1721628097371,1725933627058],\\\"4238\\\":[1721648325234],\\\"5786\\\":[1732592346479],\\\"7426\\\":[1740725804738],\\\"8993\\\":[1741184324527],\\\"9193\\\":[1745735167278]},\\\"sched\\\":\\\"{\\\\\\\"ids\\\\\\\":[\\\\\\\"ex_3809126(Weight:100)\\\\\\\"],\\\\\\\"result\\\\\\\":{\\\\\\\"hit\\\\\\\":\\\\\\\"exclusive\\\\\\\",\\\\\\\"cdn\\\\\\\":2155}}\\\"}\",\"query\":{\"apool\":\"v2\",\"audio_balance\":\"v3\",\"audio_compressor\":\"ac_v1\",\"group_version\":\"node_opt_v3\",\"infos\":\"3803a703af8766a84d620319537931f5af9224ac2f8f4044f3c9799cf458\",\"node_opt\":\"v3\",\"rtm_expr_tag\":\"mio_live_us_r1_v2\"},\"rtmp_ports\":{\"main\":{\"h2q\":443}},\"http_ports\":{\"main\":{\"h2q\":443}},\"user_count\":10,\"peer_anchor_level\":2,\"common_sdk_params\":{\"main\":\"{\\\"ProtocolDowngrade\\\":1,\\\"EnableCertVerify\\\":1,\\\"EnableQueryWinSize\\\":1,\\\"cdn_name\\\":\\\"cdn77\\\",\\\"VCodec\\\":\\\"bytevc1\\\",\\\"ResetCalibPtsRollback\\\":1,\\\"SizeOfGopSizeCollector\\\":3,\\\"AudioPrerollTimeout\\\":500,\\\"AudioCalibrationType\\\":1,\\\"EnableAudioGraphRefactor\\\":1,\\\"EnableADecoderPlugin\\\":1,\\\"EnableOptimizeLivePtsRollback\\\":1,\\\"EnableUseNewSeiTypeInLoudness\\\":1,\\\"AudioDecodeMaxCacheSize\\\":8,\\\"SuggestFormat\\\":\\\"flv\\\",\\\"EnableUseLSS\\\":1,\\\"EnableCreateDecoderEarly\\\":1,\\\"LiveIOConfig\\\":{\\\"EnableLiveIOUseNewInterface\\\":1,\\\"EnableQuic\\\":1,\\\"EnableH2QPreconn\\\":1,\\\"EnableLiveIOUseJavaThread\\\":0,\\\"EnableABR\\\":1,\\\"EnableLiveIO\\\":1,\\\"ConfigParams\\\":{\\\"H2Q\\\":{\\\"HttpConfigJson\\\":{\\\"NetworkStatsContent\\\":10000,\\\"ConnCheckTimeout\\\":120,\\\"AddNetworkSeries\\\":1,\\\"ProcessWrite\\\":0,\\\"PING\\\":1,\\\"NewLog\\\":1,\\\"SCFGSaveIntvS\\\":1,\\\"CCTKVersion\\\":2,\\\"EnableExtendHSK\\\":1,\\\"LiveIOEnableRejAsSchlo\\\":0,\\\"NetworkStatsStringifyType\\\":1,\\\"EnableUseNewCCTKPath\\\":1,\\\"NetworkSeriesLen\\\":120,\\\"EnableGetCCTK\\\":1,\\\"ICSL\\\":5,\\\"SendPeriodOfCCTK\\\":1000},\\\"LSEngineParamJson\\\":{\\\"FixCloseWithATTQ\\\":1,\\\"CloseOnNetChange\\\":1,\\\"EnableGetLocalAddr\\\":1,\\\"FastReSend\\\":1}},\\\"Common\\\":{\\\"http_is_enable_prepare\\\":1,\\\"EnableRaceFailFix\\\":1,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"EnableRaceDefaultConfig\\\":1,\\\"ff_live_cond_timeout\\\":50,\\\"EnableRaceRedirectly\\\":true,\\\"EnableTaskListenerTransfer\\\":1}}},\\\"quic\\\":{\\\"QuicFifoRecvBufferLen\\\":8388608,\\\"QuicEarlyClose\\\":1,\\\"QuicALogLevel\\\":2},\\\"EnableUpateSessionIdInRetry\\\":1,\\\"EnableAudioDirectBuffer\\\":1,\\\"EnableCheckDropAudio\\\":1,\\\"E2EDelayReportFix\\\":0,\\\"EnableSaveSCFG\\\":1,\\\"AudioGraphMaxCacheSize\\\":3,\\\"UdpRealSpeed\\\":1,\\\"DurationOfCctkBwCollector\\\":5000,\\\"Auto\\\":{\\\"Enable\\\":1,\\\"Demotion\\\":{\\\"StallCount\\\":4}},\\\"EnableMediaCodecAsync\\\":1,\\\"EnableBinControl\\\":1,\\\"MediaCodecCheckInterval\\\":100,\\\"FixBinBuffering\\\":1,\\\"AudioBalanceTargetLuft\\\":-8,\\\"VoicePool\\\":{\\\"MaxSameCount\\\":4,\\\"Size\\\":7,\\\"UseCount\\\":20,\\\"Enable\\\":1,\\\"ForbidSampleRate\\\":\\\"48000\\\"},\\\"EnableAudioBalanceBySei\\\":1,\\\"AudioEffectCompressor\\\":{\\\"Type\\\":0,\\\"Enable\\\":1,\\\"Predelay\\\":0.007,\\\"Pregain\\\":0.25,\\\"Ratio\\\":8,\\\"Threshold\\\":-14},\\\"EnableAsyncSetSurface\\\":1,\\\"AudioWatermark\\\":{\\\"Enabled\\\":1,\\\"EnablePrivateRoom\\\":0,\\\"Density\\\":10},\\\"UseFastOpenDurationFromSetAPI\\\":1,\\\"EventReportConfig\\\":{\\\"EnableReportRecvedSpspps\\\":0,\\\"EnableReportDemuxStall\\\":0,\\\"EnableReportDecodeStall\\\":0},\\\"httpx\\\":{\\\"HttpEnableHttpRace\\\":1,\\\"HttpQuicVersion\\\":43,\\\"HttpPingTimeout\\\":5000,\\\"LSEngineParamJson\\\":{\\\"FastReSend\\\":1,\\\"FixCloseWithATTQ\\\":1,\\\"CloseOnNetChange\\\":1,\\\"EnableGetLocalAddr\\\":1,\\\"FIFOPoolLenInit\\\":1,\\\"FIFOPoolLenLimit\\\":3,\\\"FIFOSize\\\":1048576},\\\"HttpUseQuicCrypto\\\":1,\\\"HttpExecCreateRetryTimes\\\":2,\\\"HttpMainJobDelay\\\":1,\\\"HttpPreStart\\\":0,\\\"HttpMaxRetryAttempts\\\":0,\\\"HttpExecCreateRetryInt\\\":5,\\\"HttpVersion\\\":2,\\\"HttpEnableCertVerify\\\":1,\\\"HttpConfigJson\\\":{\\\"WriteDelayFor0RTT\\\":0,\\\"RWOnce\\\":1,\\\"BlockRead\\\":1,\\\"ConnCheckPeriod\\\":5,\\\"AckPacketsThreshold\\\":2,\\\"Pacing\\\":1,\\\"NetworkStatsStringifyType\\\":1,\\\"MaxProcTimeMs\\\":0,\\\"EnableUseNewCCTKPath\\\":1,\\\"NetworkSeriesLen\\\":120,\\\"SFCW\\\":16777216,\\\"MaxCFCW\\\":0,\\\"UAID\\\":\\\"ttplayer-live\\\",\\\"SCFGSaveIntvS\\\":1,\\\"AddNetworkSeries\\\":1,\\\"MIDS\\\":100,\\\"SendPeriodOfCctk\\\":1000,\\\"EnableGetCCTK\\\":1,\\\"NewLog\\\":1,\\\"NetworkStatsContent\\\":10000,\\\"LogLevel\\\":\\\"error\\\",\\\"JointCCOpti\\\":0,\\\"PING\\\":5,\\\"SCLS\\\":0,\\\"CFCW\\\":33554432,\\\"ICSL\\\":30,\\\"MinHandshakeTimeoutMs\\\":10,\\\"HSTimeoutUs\\\":4000000,\\\"CCTKVersion\\\":2,\\\"SendPeriodOfCCTK\\\":1000,\\\"ConnCheckTimeout\\\":120,\\\"EnableExtendHSK\\\":1,\\\"MaxSFCW\\\":0},\\\"HttpPingInterval\\\":10000,\\\"HttpPingForHeaderFrame\\\":1,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"UseLSQUIC\\\":1},\\\"EnableNTPByApp\\\":1,\\\"ProtocolRetryTimes\\\":1,\\\"NetworkAdapt\\\":{\\\"HurrySpeed\\\":1.1,\\\"EnableFixPtsShift\\\":1,\\\"Enabled\\\":1,\\\"HurryMillisecond\\\":3500,\\\"SlowMillisecond\\\":666,\\\"SlowTime\\\":666,\\\"HurryType\\\":0,\\\"SlowSpeed\\\":1,\\\"HurryTime\\\":3500},\\\"EnableSeiParserInCodec\\\":1,\\\"MediaCodecFrames\\\":7,\\\"EnableMcMonitor\\\":1,\\\"EnableMcPipeline\\\":1,\\\"GetNetworkStats\\\":1,\\\"FastOpenDuration\\\":-500,\\\"DisableDirectSetCodecId\\\":1,\\\"PreprocessAudioEffectType\\\":1,\\\"SizeOfCctkBwCollector\\\":5,\\\"MediaCodecDeadTimeThresh\\\":1000,\\\"EnableOnlyAudioInAoRes\\\":1,\\\"EnableE2EDelayCalc\\\":1,\\\"NotifyCompletedImmediately\\\":1,\\\"LoudnessStrategy\\\":{\\\"EffectType\\\":10,\\\"Enable\\\":1,\\\"LibraParamsStr\\\":\\\"{    
                            \\\\\\\"max_block_size\\\\\\\": 1024,    
                            \\\\\\\"Version\\\\\\\": 0,    
                            \\\\\\\"used_in_live\\\\\\\": 1,    
                            \\\\\\\"live_target_lu\\\\\\\": -8,    
                            \\\\\\\"lower_limit_level\\\\\\\": -18,    
                            \\\\\\\"loudness_lookahead_window\\\\\\\": 0.4,    
                            \\\\\\\"noise_gate_compress_ratio\\\\\\\": 0.67,    
                            \\\\\\\"lu_type\\\\\\\": 0,    
                            \\\\\\\"use_no_mdsp_graph\\\\\\\": 1,    
                            \\\\\\\"limiter_peak\\\\\\\": -1,    
                            \\\\\\\"limiter_makeup_gain\\\\\\\": 1,
                            \\\\\\\"is_fixed_drc_compressor_ratio\\\\\\\":1,
                            \\\\\\\"drc_compressor_ratio\\\\\\\":2.5
                            }\\\"},\\\"SuggestProtocol\\\":\\\"h2q\\\",\\\"EnablePixelFormatFullRange\\\":1,\\\"EnableUseNewCCTKPath\\\":1,\\\"DurationOfGopSizeCollector\\\":20000,\\\"EnableStopCloseIO\\\":1,\\\"AudioSampleMap\\\":1,\\\"BufferDataMs\\\":500,\\\"AudioGetLatencyFreq\\\":10000,\\\"QuicConfigOptimize\\\":1,\\\"WaitSetSurfaceTimeout\\\":60,\\\"EnablePlayerFR\\\":1}\"}},\"data\":{\"origin\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/game/stream-3577071437430653884.flv?expire=1764127439\\&sign=09193c1efc9eda4830179893fa89fbd1\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/game/stream-3577071437430653884/index.mpd?expire=1764127439\\&sign=6cc3d70e2b86b366abb6ad3ac5bc61a7\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"resolution\\\":\\\"720x1280\\\",\\\"vbitrate\\\":2765000,\\\"gop\\\":4}\"}},\"sd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/game/stream-3577071437430653884_sd5.flv?expire=1764127439\\&sign=382ece390a52cfe6f2cbcb8b7805fc00\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/game/stream-3577071437430653884_sd5/index.mpd?expire=1764127439\\&sign=60b6e615cde593343932d6d5981a472d\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtpsnr\\\":0,\\\"vbitrate\\\":1000000,\\\"v_rtbitrate_std\\\":71710,\\\"resolution\\\":\\\"540x960\\\",\\\"gop\\\":4,\\\"v_rtbitrate\\\":936990,\\\"v_rtbitrate_timestamp\\\":1762917674131,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"v_rtbitrate_pct\\\":1022030,\\\"stream_suffix\\\":\\\"sd5\\\"}\"}},\"ld\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/game/stream-3577071437430653884_ld5.flv?expire=1764127439\\&sign=546b8e2a6639f1d0b0d297023c27796c\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/game/stream-3577071437430653884_ld5/index.mpd?expire=1764127439\\&sign=fd848fe233687a2b0136d150484c21bd\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtbitrate_pct\\\":587640,\\\"v_rtbitrate\\\":554580,\\\"v_rtbitrate_std\\\":25880,\\\"resolution\\\":\\\"360x640\\\",\\\"v_rtbitrate_timestamp\\\":1762917823237,\\\"v_rtpsnr\\\":0,\\\"vbitrate\\\":600000,\\\"stream_suffix\\\":\\\"ld5\\\",\\\"gop\\\":4,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294}\"}},\"hd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/game/stream-3577071437430653884_hd5s.flv?expire=1764127439\\&sign=36c00e4eeec28bb384277292cc10ff54\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt01.tiktokcdn-us.com/game/stream-3577071437430653884_hd5s/index.mpd?expire=1764127439\\&sign=275d81d88a2fb6aa30b79488293ede4c\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"vbitrate\\\":1600000,\\\"v_rtpsnr\\\":0,\\\"gop\\\":4,\\\"stream_suffix\\\":\\\"hd5s\\\",\\\"v_rtbitrate\\\":1754460,\\\"v_rtbitrate_std\\\":241550,\\\"v_rtbitrate_pct\\\":2089540,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"resolution\\\":\\\"720x1280\\\",\\\"v_rtbitrate_timestamp\\\":1762917823365}\"}},\"ao\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt01.tiktokcdn-us.com/game/stream-3577071437430653884.flv?expire=1764127439\\&sign=09193c1efc9eda4830179893fa89fbd1\\&only_audio=1\",\"hls\":\"\",\"cmaf\":\"\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"gop\\\":0,\\\"resolution\\\":\\\"\\\",\\\"vbitrate\\\":0}\"}}}}","options":{"default_quality":{"name":"720p","sdk_key":"hd"},"default_preview_quality":{}}},"push_data":{}}},"link_mic":{"channel_info":{},"battle_settings":{}},"stats":{"total_user":482,"user_count_composition":{},"enter_count":482,"share_count":2},"living_room_attrs":{},"owner":{"id":7504198476357354527,"nickname":"TNT
                            SPACE US","bio_description":"TNTSPACE US
                            Official\n🌟We're all connected in this big
                            #TNTWORLD\n🛒tntspace.com","avatar_thumb":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=84ca0824\&x-expires=1763089200\&x-signature=guGuoIazQ3tnsHJysZZV6AkdBi8%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=5aa17859\&x-expires=1763089200\&x-signature=VQFNKFg3VZZGCZpb36uJ6unbkgM%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640\&refresh_token=9aa4d991\&x-expires=1763089200\&x-signature=w8gwLzi8hDXY6nzaW8JwQOKcfcc%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"100x100/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd"},"avatar_medium":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=7f62270c\&x-expires=1763089200\&x-signature=9dL25fWz3R81alNrhd7vM2EO7F0%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=6964a998\&x-expires=1763089200\&x-signature=p7KfXUEI4PKyZzIKjyPfUsE%2BpTo%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=273c892f\&x-expires=1763089200\&x-signature=8IJtG0eACkRmAN707s6puULN6js%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd"},"avatar_large":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=ceb7bdc7\&x-expires=1763089200\&x-signature=Y9mhKPXGtDnlG54EI42s13leRnA%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=67ece1a3\&x-expires=1763089200\&x-signature=9l15qLDPjqx1WexvRka%2FgV%2BQetM%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640\&refresh_token=4d21f5fe\&x-expires=1763089200\&x-signature=D6DVxeGhGffyQjGaLu8FDdxAFao%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"1080x1080/tos-useast8-avt-0068-tx2/6e0ffdeee2ec2262f3d32277373d85dd"},"status":1,"modify_time":1762910543,"follow_info":{"following_count":21,"follower_count":2300},"pay_grade":{},"user_attr":{},"own_room":{"room_ids":[7571642891513842446],"room_ids_str":["7571642891513842446"]},"display_id":"tntspace_us","sec_uid":"MS4wLjABAAAAa0DVtASa551XcI3ZXdSO7y0c6n9rkwlpJgMxoZJl36X9QUo6gRJpZlZ5MKokx-9c","mint_type_label":[7240352032303874054],"id_str":"7504198476357354527"},"has_commerce_goods":true,"live_type_third_party":true,"start_time":1762910548,"room_auth":{"Landscape":2,"anchor_level_permission":{}},"like_count":757,"hashtag":{"id":10,"title":"Art","image":{"url_list":["https://p16-webcast.tiktokcdn.com/img/alisg/webcast-sg/10Art.png~tplv-obj.image","https://p19-webcast.tiktokcdn.com/img/alisg/webcast-sg/10Art.png~tplv-obj.image"],"uri":"webcast-sg/10Art.png","avg_color":"#FADCF0"}},"live_room_mode":6,"social_interaction":{},"game_tag":[{}],"square_cover_img":{"url_list":["https://p16-webcast.tiktokcdn-us.com/webcast-oci-tx/91804fe5dcde8b3d5999be62208ef483~tplv-obj.image","https://p19-webcast.tiktokcdn-us.com/webcast-oci-tx/91804fe5dcde8b3d5999be62208ef483~tplv-obj.image"],"uri":"webcast-oci-tx/91804fe5dcde8b3d5999be62208ef483","avg_color":"#53537A"},"rectangle_cover_img":{"url_list":["https://p16-webcast.tiktokcdn-us.com/webcast-oci-tx/246039bd97e87afdaef0ac520c62a54b~tplv-obj.image","https://p19-webcast.tiktokcdn-us.com/webcast-oci-tx/246039bd97e87afdaef0ac520c62a54b~tplv-obj.image"],"uri":"webcast-oci-tx/246039bd97e87afdaef0ac520c62a54b","avg_color":"#89A37C"},"room_auth_message":{},"age_restricted":{},"multi_stream_url":{"extra":{"super_resolution":{}},"live_core_sdk_data":{"pull_data":{"options":{"default_quality":{},"default_preview_quality":{}}},"push_data":{}}},"cover_type":2}
                          hybrid_label: null
                          geofencing_regions: null
                          search_extra:
                            current_time: 1762917839
                            search_live_struct:
                              live_cover_type: screen_shot
                          cover_labels: null
                          mask_infos: null
                          search_highlight: null
                          green_screen_materials: null
                          question_list: null
                          content_desc_extra: null
                          products_info: null
                          products_count: 38
                          branded_content_accounts: null
                          tts_voice_ids: null
                          reference_tts_voice_ids: null
                          voice_filter_ids: null
                          reference_voice_filter_ids: null
                          muf_comment_info_v2: null
                          behind_the_song_music_ids: null
                          is_live_has_products: true
                          behind_the_song_video_music_ids: null
                          operator_boost_info: null
                          banners: null
                          picked_users: null
                          comment_topbar_info: null
                          survey_info: null
                          ecosystem_perception_enhancement: null
                      - type: 1
                        lives:
                          aweme_id: '7571586614119549718'
                          author:
                            uid: '6759956665967281157'
                            short_id: '0'
                            nickname: Horia 🌍
                            avatar_larger:
                              url_list: null
                              url_prefix: null
                            avatar_thumb:
                              uri: >-
                                100x100/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=c7852e2d&x-expires=1763089200&x-signature=Bx0YjW%2FOdN8dMpjV1qhW3I9nY%2FI%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=4dba9fbb&x-expires=1763089200&x-signature=1ioWV2iB7nlr9UpplXtyQBLkO%2FI%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=a355eaed&x-expires=1763089200&x-signature=xdlq9uBl6UzXX6WrGDJnSR64wiY%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                              url_prefix: null
                            avatar_medium:
                              url_list: null
                              url_prefix: null
                            follow_status: 0
                            custom_verify: ''
                            unique_id: h.is.here
                            room_id: 7571586614119550000
                            verify_info: ''
                            enterprise_verify_reason: ''
                            followers_detail: null
                            platform_sync_info: null
                            geofencing: null
                            room_cover:
                              uri: >-
                                tos-alisg-i-6sfwe43m1g-sg/4d4835763e72481dae9b8ca7790f6878.jpeg
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/4d4835763e72481dae9b8ca7790f6878.jpeg~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=ca52af07&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=HzzWHWmVNpBKcz5AoaD1eZ9KrDo%3D
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/4d4835763e72481dae9b8ca7790f6878.jpeg~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=0ee93f1f&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=sQXwk4uIIyULaw2VyH%2FG8iycqIA%3D
                              url_prefix: null
                            cover_url: null
                            item_list: null
                            type_label: null
                            ad_cover_url: null
                            relative_users: null
                            cha_list: null
                            sec_uid: >-
                              MS4wLjABAAAAwoMlLECQLTL_se94WuhpacaiQRXEUm6ZPqk37LoEp0yZ2VKJvKijMOfOBQ_rY82D
                            need_points: null
                            name_field: nickname
                            homepage_bottom_toast: null
                            can_set_geofencing: null
                            white_cover_url: null
                            user_tags: null
                            bold_fields: null
                            search_user_name: Horia 🌍
                            search_user_desc: h.is.here
                            search_highlight: null
                            mutual_relation_avatars: null
                            room_title: We’re back, baby!
                            room_id_str: '7571586614119549718'
                            events: null
                            advance_feature_item_order: null
                            advanced_feature_info: null
                            user_profile_guide: null
                            shield_edit_field_info: null
                            can_message_follow_status_list: null
                            account_labels: null
                          cha_list: null
                          text_extra: null
                          video_labels: null
                          aweme_type: 101
                          image_infos: null
                          position: null
                          uniqid_position: null
                          geofencing: null
                          video_text: null
                          label_top_text: null
                          group_id: '7571586612350487830'
                          nickname_position: null
                          challenge_position: null
                          long_video: null
                          interaction_stickers: null
                          origin_comment_ids: null
                          commerce_config_data: null
                          room:
                            has_commerce_goods: false
                            is_battle: false
                          anchors: null
                          rawdata: >-
                            {"id":7571586614119549718,"id_str":"7571586614119549718","status":2,"owner_user_id":6759956665967281157,"title":"We’re
                            back,
                            baby!","user_count":64,"client_version":420400,"cover":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=77235448\&x-expires=1763089200\&x-signature=zHec1OPWlIj92FbC%2BGcoykGb8J4%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=a0acd2b9\&x-expires=1763089200\&x-signature=Fry2pO%2BiTy7pwhYXaGr4KcGRoOU%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=0accf94c\&x-expires=1763089200\&x-signature=5sMUPaja9o57mP%2F95MKsan3vbqg%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c"},"stream_url":{"extra":{},"candidate_resolution":["SD1","SD2","HD1","FULL_HD1"],"live_core_sdk_data":{"pull_data":{"stream_data":"{\"common\":{\"session_id\":\"173-20251112032358143C8207847D280046B8\",\"rule_ids\":\"{\\\"ab_version_trace\\\":{\\\"10477\\\":[1749441195252],\\\"10765\\\":[1721180488121],\\\"10810\\\":[1732625569945],\\\"10814\\\":[1732625570224],\\\"12298\\\":[1755604894166],\\\"2138\\\":[1690519087933,1690525345742],\\\"2598\\\":[1715159344978],\\\"3054\\\":[1701746596108,1704722391811],\\\"3450\\\":[1696749716805,1705387313810],\\\"4097\\\":[1725933627058,1721628097371],\\\"4238\\\":[1721648325234],\\\"7426\\\":[1740725804738],\\\"8993\\\":[1741184324527],\\\"9193\\\":[1745735167278]},\\\"sched\\\":\\\"{\\\\\\\"ids\\\\\\\":[\\\\\\\"ex_3809210(Weight:100)\\\\\\\"],\\\\\\\"result\\\\\\\":{\\\\\\\"hit\\\\\\\":\\\\\\\"exclusive\\\\\\\",\\\\\\\"cdn\\\\\\\":4303}}\\\"}\",\"query\":{\"apool\":\"v2\",\"max_push_res\":\"v3\",\"start_startup_1080\":\"v2\",\"node_opt\":\"v3\",\"rtm_expr_tag\":\"mio_live_us_r1_v2\",\"audio_balance\":\"v3\",\"audio_compressor\":\"ac_v1\",\"group_version\":\"71350460_1080_v1\",\"infos\":\"db8e4390da30e18135fcee817758e2dc8c2582aa3c795b4b567c209dbc0e\"},\"auto\":{\"strategy\":\"abr_bb_4live\",\"enable\":1,\"default\":\"hd\",\"list\":[\"hd\",\"uhd\"],\"enable_origin_resolution\":1},\"rtmp_ports\":{\"main\":{\"h2q\":443}},\"http_ports\":{\"main\":{\"h2q\":443}},\"user_count\":10,\"peer_anchor_level\":32,\"common_sdk_params\":{\"main\":\"{\\\"SizeOfGopSizeCollector\\\":3,\\\"DurationOfGopSizeCollector\\\":20000,\\\"ProtocolDowngrade\\\":1,\\\"EnableCheckDropAudio\\\":1,\\\"EnableCertVerify\\\":1,\\\"AudioRenderStallThreshold\\\":200,\\\"UseFastOpenDurationFromSetAPI\\\":1,\\\"EventReportConfig\\\":{\\\"EnableReportRecvedSpspps\\\":0,\\\"EnableReportDemuxStall\\\":0,\\\"EnableReportDecodeStall\\\":0},\\\"AudioEffectCompressor\\\":{\\\"Pregain\\\":0.25,\\\"Ratio\\\":8,\\\"Threshold\\\":-14,\\\"Type\\\":0,\\\"Enable\\\":1,\\\"Predelay\\\":0.007},\\\"FixStreamFinAndRst\\\":1,\\\"EnableUseLSS\\\":1,\\\"disable_algorithm\\\":1,\\\"EnableMcMonitor\\\":1,\\\"StrategyInLSS\\\":{\\\"StrategyList\\\":{\\\"live_stream_strategy_abr_predict_bitrate\\\":{\\\"StrategyInputParams\\\":{\\\"EnableLocalStrategyModel\\\":1}}}},\\\"LiveIOConfig\\\":{\\\"EnableABR\\\":1,\\\"EnableLiveIOUseJavaThread\\\":0,\\\"EnableLiveIOUseNewInterface\\\":1,\\\"ConfigParams\\\":{\\\"Common\\\":{\\\"NetworkStatsUpdatePeriod\\\":0,\\\"EnableTaskListenerTransfer\\\":1,\\\"EnableRaceRedirectly\\\":true,\\\"ff_live_cond_timeout\\\":50,\\\"EnableRaceDefaultConfig\\\":1,\\\"http_is_enable_prepare\\\":1,\\\"EnableRaceFailFix\\\":1},\\\"H2Q\\\":{\\\"LSEngineParamJson\\\":{\\\"EnableGetLocalAddr\\\":1,\\\"FastReSend\\\":1,\\\"FixCloseWithATTQ\\\":1,\\\"CloseOnNetChange\\\":1},\\\"HttpConfigJson\\\":{\\\"AddNetworkSeries\\\":1,\\\"CCTKVersion\\\":2,\\\"SendPeriodOfCCTK\\\":1000,\\\"NewLog\\\":1,\\\"NetworkSeriesLen\\\":120,\\\"PING\\\":1,\\\"ICSL\\\":5,\\\"ProcessWrite\\\":0,\\\"NetworkStatsStringifyType\\\":1,\\\"EnableUseNewCCTKPath\\\":1,\\\"SCFGSaveIntvS\\\":1,\\\"ConnCheckTimeout\\\":120,\\\"LiveIOEnableRejAsSchlo\\\":0,\\\"EnableExtendHSK\\\":1,\\\"NetworkStatsContent\\\":10000,\\\"EnableGetCCTK\\\":1}}},\\\"EnableH2QPreconn\\\":1,\\\"EnableLiveIO\\\":1,\\\"EnableQuic\\\":1},\\\"EnableOptimizeLivePtsRollback\\\":1,\\\"VideoRenderStallThreshold\\\":200,\\\"EnableCreateDecoderEarly\\\":1,\\\"EnableOnlyAudioInAoRes\\\":1,\\\"MediaCodecFrames\\\":7,\\\"SuggestFormat\\\":\\\"flv\\\",\\\"NetworkAdapt\\\":{\\\"HurryMillisecond\\\":3500,\\\"SlowMillisecond\\\":666,\\\"SlowSpeed\\\":1,\\\"HurryTime\\\":3500,\\\"SlowTime\\\":666,\\\"Enabled\\\":1,\\\"EnableFixPtsShift\\\":1,\\\"HurrySpeed\\\":1.1,\\\"HurryType\\\":0},\\\"MediaCodecCheckInterval\\\":100,\\\"DisableDirectSetCodecId\\\":1,\\\"AbrStallDegradeImmediately\\\":0,\\\"PreprocessAudioEffectType\\\":1,\\\"ABRCheckInterval\\\":1000,\\\"EnableAudioGraphRefactor\\\":1,\\\"AudioSampleMap\\\":1,\\\"UdpRealSpeed\\\":1,\\\"BufferDataMs\\\":500,\\\"EnableMcPipeline\\\":1,\\\"AudioPrerollTimeout\\\":500,\\\"EnableUseNewSeiTypeInLoudness\\\":1,\\\"AudioDecodeMaxCacheSize\\\":8,\\\"EnableUseNewCCTKPath\\\":1,\\\"EnablePlayerFR\\\":1,\\\"E2EDelayReportFix\\\":0,\\\"EnableBinControl\\\":1,\\\"MediaCodecDeadTimeThresh\\\":1000,\\\"DurationOfCctkBwCollector\\\":5000,\\\"AudioCalibrationType\\\":1,\\\"httpx\\\":{\\\"HttpExecCreateRetryInt\\\":5,\\\"HttpPingTimeout\\\":5000,\\\"HttpEnableHttpRace\\\":1,\\\"HttpMainJobDelay\\\":1,\\\"HttpEnableCertVerify\\\":1,\\\"HttpPingInterval\\\":10000,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"HttpPingForHeaderFrame\\\":1,\\\"HttpVersion\\\":2,\\\"HttpMaxRetryAttempts\\\":0,\\\"HttpUseQuicCrypto\\\":1,\\\"HttpPreStart\\\":0,\\\"HttpExecCreateRetryTimes\\\":2,\\\"HttpQuicVersion\\\":43,\\\"UseLSQUIC\\\":1,\\\"LSEngineParamJson\\\":{\\\"FixCloseWithATTQ\\\":1,\\\"FIFOPoolLenInit\\\":1,\\\"FIFOPoolLenLimit\\\":3,\\\"CloseOnNetChange\\\":1,\\\"FastReSend\\\":1,\\\"EnableGetLocalAddr\\\":1,\\\"FIFOSize\\\":1048576},\\\"HttpConfigJson\\\":{\\\"MinHandshakeTimeoutMs\\\":10,\\\"NetworkStatsStringifyType\\\":1,\\\"HSTimeoutUs\\\":4000000,\\\"SCLS\\\":0,\\\"MIDS\\\":100,\\\"NetworkSeriesLen\\\":120,\\\"ConnCheckTimeout\\\":120,\\\"ConnCheckPeriod\\\":5,\\\"NetworkStatsContent\\\":10000,\\\"MaxProcTimeMs\\\":0,\\\"ICSL\\\":30,\\\"MaxSFCW\\\":0,\\\"BlockRead\\\":1,\\\"SFCW\\\":16777216,\\\"SCFGSaveIntvS\\\":1,\\\"SendPeriodOfCCTK\\\":1000,\\\"NewLog\\\":1,\\\"Pacing\\\":1,\\\"AddNetworkSeries\\\":1,\\\"EnableUseNewCCTKPath\\\":1,\\\"CFCW\\\":33554432,\\\"WriteDelayFor0RTT\\\":0,\\\"SendPeriodOfCctk\\\":1000,\\\"CCTKVersion\\\":2,\\\"JointCCOpti\\\":0,\\\"PING\\\":5,\\\"EnableExtendHSK\\\":1,\\\"RWOnce\\\":1,\\\"MaxCFCW\\\":0,\\\"UAID\\\":\\\"ttplayer-live\\\",\\\"EnableGetCCTK\\\":1,\\\"AckPacketsThreshold\\\":2,\\\"LogLevel\\\":\\\"error\\\"}},\\\"quic\\\":{\\\"QuicALogLevel\\\":2,\\\"QuicFifoRecvBufferLen\\\":8388608,\\\"QuicEarlyClose\\\":1},\\\"EnableNTPByApp\\\":1,\\\"EnableSaveSCFG\\\":1,\\\"TargetOriginBitRate\\\":2000000,\\\"EnableMediaCodecAsync\\\":1,\\\"TTMPDnsParseEnable\\\":1,\\\"QuicVersion\\\":43,\\\"FixBinBuffering\\\":1,\\\"EnablePixelFormatFullRange\\\":1,\\\"ProtocolRetryTimes\\\":1,\\\"EnableUpateSessionIdInRetry\\\":1,\\\"QuicConfigOptimize\\\":1,\\\"ABRMethod\\\":3,\\\"ResetCalibPtsRollback\\\":1,\\\"cdn_name\\\":\\\"cdn77\\\",\\\"VoicePool\\\":{\\\"Size\\\":7,\\\"UseCount\\\":20,\\\"Enable\\\":1,\\\"ForbidSampleRate\\\":\\\"48000\\\",\\\"MaxSameCount\\\":4},\\\"EnableAsyncSetSurface\\\":1,\\\"AudioWatermark\\\":{\\\"EnablePrivateRoom\\\":0,\\\"Density\\\":10,\\\"Enabled\\\":1},\\\"WaitSetSurfaceTimeout\\\":60,\\\"EnableAudioBalanceBySei\\\":1,\\\"EnableE2EDelayCalc\\\":1,\\\"AudioGetLatencyFreq\\\":10000,\\\"EnableStopCloseIO\\\":1,\\\"ABROptimumStartupBiterateEnabled\\\":1,\\\"CmafSegmentSyncThreshold\\\":2000,\\\"EnableQueryWinSize\\\":1,\\\"FastOpenDuration\\\":-500,\\\"auto\\\":{\\\"enable_origin_resolution\\\":1,\\\"list\\\":[\\\"hd\\\",\\\"uhd\\\"],\\\"strategy\\\":\\\"abr_bb_4live\\\",\\\"default\\\":\\\"hd\\\",\\\"demotion\\\":{\\\"stall_count\\\":9999},\\\"enable\\\":1},\\\"StrategyInLss\\\":{\\\"StrategyList\\\":[{\\\"Name\\\":\\\"live_stream_strategy_startup_bitrate_predict\\\",\\\"Repeat\\\":0,\\\"Time\\\":0,\\\"Enable\\\":1}]},\\\"EnableADecoderPlugin\\\":1,\\\"TTMPDnsParseTimeout\\\":5000000,\\\"AudioBalanceTargetLuft\\\":-8,\\\"EnableABRCheckEnhance\\\":1,\\\"AudioGraphMaxCacheSize\\\":3,\\\"LoudnessStrategy\\\":{\\\"LibraParamsStr\\\":\\\"{    
                            \\\\\\\"max_block_size\\\\\\\": 1024,    
                            \\\\\\\"Version\\\\\\\": 0,    
                            \\\\\\\"used_in_live\\\\\\\": 1,    
                            \\\\\\\"live_target_lu\\\\\\\": -8,    
                            \\\\\\\"lower_limit_level\\\\\\\": -18,    
                            \\\\\\\"loudness_lookahead_window\\\\\\\": 0.4,    
                            \\\\\\\"noise_gate_compress_ratio\\\\\\\": 0.67,    
                            \\\\\\\"lu_type\\\\\\\": 0,    
                            \\\\\\\"use_no_mdsp_graph\\\\\\\": 1,    
                            \\\\\\\"limiter_peak\\\\\\\": -1,    
                            \\\\\\\"limiter_makeup_gain\\\\\\\": 1,
                            \\\\\\\"is_fixed_drc_compressor_ratio\\\\\\\":1,
                            \\\\\\\"drc_compressor_ratio\\\\\\\":2.5
                            }\\\",\\\"EffectType\\\":10,\\\"Enable\\\":1},\\\"NotifyCompletedImmediately\\\":1,\\\"EnableSeiParserInCodec\\\":1,\\\"SuggestProtocol\\\":\\\"h2q\\\",\\\"SizeOfCctkBwCollector\\\":5,\\\"EnableAudioDirectBuffer\\\":1,\\\"GetNetworkStats\\\":1}\"}},\"data\":{\"hd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt04.tiktokcdn-us.com/stage/stream-1271227547006797121_hd5.flv?expire=1764127439\\&sign=93fdd86077b4df7361357fe39ca0aeb2\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt04.tiktokcdn-us.com/stage/stream-1271227547006797121_hd5/index.mpd?expire=1764127439\\&sign=5e6dd5ecf165a42fca8ec55a364716c1\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"v_rtbitrate\\\":1068420,\\\"v_rtbitrate_std\\\":103230,\\\"v_rtpsnr\\\":0,\\\"resolution\\\":\\\"720x1440\\\",\\\"v_rtbitrate_timestamp\\\":1762917825864,\\\"gop\\\":4,\\\"v_rtbitrate_pct\\\":1171730,\\\"VCodec\\\":\\\"bytevc1\\\",\\\"vbitrate\\\":1000000,\\\"stream_suffix\\\":\\\"hd5\\\"}\"}},\"uhd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt04.tiktokcdn-us.com/stage/stream-1271227547006797121_uhd5d.flv?expire=1764127439\\&sign=f1bc84e4f6b5f0e16610a541fa9c65c5\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt04.tiktokcdn-us.com/stage/stream-1271227547006797121_uhd5d/index.mpd?expire=1764127439\\&sign=c8bea54454011803252850c9812f016f\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtbitrate_timestamp\\\":1762917826148,\\\"v_rtpsnr\\\":0,\\\"vbitrate\\\":4000000,\\\"resolution\\\":\\\"960x1920\\\",\\\"VCodec\\\":\\\"bytevc1\\\",\\\"gop\\\":4,\\\"v_rtbitrate_std\\\":172020,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917839294,\\\"v_rtbitrate\\\":1892000,\\\"stream_suffix\\\":\\\"uhd5d\\\",\\\"v_rtbitrate_pct\\\":2061530.0000000002}\"}},\"origin\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt04.tiktokcdn-us.com/stage/stream-1271227547006797121.flv?expire=1764127439\\&sign=02c785a56ee4cdf61809911fbacd7881\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt04.tiktokcdn-us.com/stage/stream-1271227547006797121/index.mpd?expire=1764127439\\&sign=6a7ab9583baff03e225ed8e324e6db3e\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"VCodec\\\":\\\"bytevc1\\\",\\\"vbitrate\\\":2163000,\\\"gop\\\":4,\\\"resolution\\\":\\\"960x1920\\\"}\"}},\"ao\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt04.tiktokcdn-us.com/stage/stream-1271227547006797121.flv?expire=1764127439\\&sign=02c785a56ee4cdf61809911fbacd7881\\&only_audio=1\",\"hls\":\"\",\"cmaf\":\"\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"vbitrate\\\":0,\\\"VCodec\\\":\\\"h264\\\",\\\"gop\\\":4,\\\"resolution\\\":\\\"\\\"}\"}},\"sd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt04.tiktokcdn-us.com/stage/stream-1271227547006797121_sd5.flv?expire=1764127439\\&sign=5dc144fc65dd96b785452403b8ef1d12\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt04.tiktokcdn-us.com/stage/stream-1271227547006797121_sd5/index.mpd?expire=1764127439\\&sign=7220e0036d436ab9ac1f0b32ab852755\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"vbitrate\\\":600000,\\\"resolution\\\":\\\"480x960\\\",\\\"gop\\\":0,\\\"stream_suffix\\\":\\\"sd5\\\",\\\"VCodec\\\":\\\"bytevc1\\\"}\"}},\"ld\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt04.tiktokcdn-us.com/stage/stream-1271227547006797121_ld5.flv?expire=1764127439\\&sign=e3783a23a8500b41e7b6ca7ded22a897\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt04.tiktokcdn-us.com/stage/stream-1271227547006797121_ld5/index.mpd?expire=1764127439\\&sign=db4348840d046a4153a546756418ed08\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"VCodec\\\":\\\"bytevc1\\\",\\\"resolution\\\":\\\"480x960\\\",\\\"gop\\\":0,\\\"vbitrate\\\":400000,\\\"stream_suffix\\\":\\\"ld5\\\"}\"}}}}","options":{"default_quality":{"name":"AUTO","sdk_key":"auto"},"default_preview_quality":{}}},"push_data":{}}},"link_mic":{"channel_info":{},"battle_settings":{}},"stats":{"total_user":3109,"user_count_composition":{},"enter_count":3109,"share_count":431},"living_room_attrs":{},"owner":{"id":6759956665967281157,"nickname":"Horia
                            🌍","bio_description":"📍 London \n\nLive everyday
                            at 6pm EST \n\n🌍 most likely traveling
                            somewhere","avatar_thumb":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=c7852e2d\&x-expires=1763089200\&x-signature=Bx0YjW%2FOdN8dMpjV1qhW3I9nY%2FI%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=4dba9fbb\&x-expires=1763089200\&x-signature=1ioWV2iB7nlr9UpplXtyQBLkO%2FI%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640\&refresh_token=a355eaed\&x-expires=1763089200\&x-signature=xdlq9uBl6UzXX6WrGDJnSR64wiY%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"100x100/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c"},"avatar_medium":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=77235448\&x-expires=1763089200\&x-signature=zHec1OPWlIj92FbC%2BGcoykGb8J4%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=a0acd2b9\&x-expires=1763089200\&x-signature=Fry2pO%2BiTy7pwhYXaGr4KcGRoOU%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=0accf94c\&x-expires=1763089200\&x-signature=5sMUPaja9o57mP%2F95MKsan3vbqg%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c"},"avatar_large":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=556348d6\&x-expires=1763089200\&x-signature=d4Su31zNUsIptHXSXiKiUvo0aS0%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=db8efc3d\&x-expires=1763089200\&x-signature=SmTDl8D3PSOkMW2pcw7%2BMYm4dJo%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640\&refresh_token=0382f7b8\&x-expires=1763089200\&x-signature=3XuoPglPm237GV46aRCKfgTvuAc%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"1080x1080/tos-useast2a-avt-0068-euttp/a7bed2f51766306dea01cb6133aa312c"},"status":1,"modify_time":1762905110,"follow_info":{"following_count":4166,"follower_count":211650},"pay_grade":{},"user_attr":{},"own_room":{"room_ids":[7571586614119549718],"room_ids_str":["7571586614119549718"]},"display_id":"h.is.here","sec_uid":"MS4wLjABAAAAwoMlLECQLTL_se94WuhpacaiQRXEUm6ZPqk37LoEp0yZ2VKJvKijMOfOBQ_rY82D","mint_type_label":[6717062916320790534,7160893592603461633],"id_str":"6759956665967281157"},"start_time":1762897411,"room_auth":{"Landscape":2,"anchor_level_permission":{}},"like_count":90406,"social_interaction":{},"game_tag":[{}],"room_auth_message":{},"age_restricted":{},"multi_stream_url":{"extra":{"super_resolution":{}},"live_core_sdk_data":{"pull_data":{"options":{"default_quality":{},"default_preview_quality":{}}},"push_data":{}}},"cover_type":1,"stream_snapshot":{"uri":"tos-alisg-i-6sfwe43m1g-sg/4d4835763e72481dae9b8ca7790f6878.jpeg","urls":["https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/4d4835763e72481dae9b8ca7790f6878.jpeg~tplv-tiktokx-origin.image?dr=9643\&refresh_token=8da3e508\&x-expires=1762938000\&x-signature=XSGNkcjmBqrgFCaYvqM9BdIToKo%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/4d4835763e72481dae9b8ca7790f6878.jpeg~tplv-tiktokx-origin.image?dr=9643\&refresh_token=7a9f62e8\&x-expires=1762938000\&x-signature=8HkNcqV7YcbuS3uJVRB7QLPr7Mg%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-6sfwe43m1g-sg/4d4835763e72481dae9b8ca7790f6878.jpeg~tplv-tiktokx-origin.jpeg?dr=9643\&refresh_token=c084c5db\&x-expires=1762938000\&x-signature=DPLGYOJJRCIkFKIwRH0feak8ABs%3D\&t=4d5b0474\&ps=13740610\&shp=97fb53a0\&shcp=2de197d8\&idc=useast8"],"height":1920,"width":960,"face_center_x":429,"face_center_y":1036}}
                          hybrid_label: null
                          geofencing_regions: null
                          search_extra:
                            current_time: 1762917839
                            search_live_struct:
                              live_cover_type: gif_shot
                          cover_labels: null
                          mask_infos: null
                          search_highlight: null
                          green_screen_materials: null
                          question_list: null
                          content_desc_extra: null
                          products_info: null
                          branded_content_accounts: null
                          tts_voice_ids: null
                          reference_tts_voice_ids: null
                          voice_filter_ids: null
                          reference_voice_filter_ids: null
                          muf_comment_info_v2: null
                          behind_the_song_music_ids: null
                          behind_the_song_video_music_ids: null
                          operator_boost_info: null
                          banners: null
                          picked_users: null
                          comment_topbar_info: null
                          survey_info: null
                          ecosystem_perception_enhancement: null
                      - type: 1
                        lives:
                          aweme_id: '7571671258190924574'
                          author:
                            uid: '7180090041493734446'
                            short_id: '0'
                            nickname: jeff Signature
                            avatar_larger:
                              url_list: null
                              url_prefix: null
                            avatar_thumb:
                              uri: >-
                                100x100/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=c797b588&x-expires=1763089200&x-signature=icNJp67SVGaowdyzrp0JxMD8mH4%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=ce698d10&x-expires=1763089200&x-signature=t3h9gvTyuCH2YVf2HJ06acG4gCI%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=90ac8143&x-expires=1763089200&x-signature=IdzYpcAgp3CpQsbsBrS5OO9Apec%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=fdd36af4&idc=useast8
                              url_prefix: null
                            avatar_medium:
                              url_list: null
                              url_prefix: null
                            follow_status: 0
                            custom_verify: ''
                            unique_id: jeffsignature
                            room_id: 7571671258190925000
                            verify_info: ''
                            enterprise_verify_reason: ''
                            followers_detail: null
                            platform_sync_info: null
                            geofencing: null
                            room_cover:
                              uri: webcast-oci-tx2/7482051798673623838
                              url_list:
                                - >-
                                  https://p16-common-sign.tiktokcdn-us.com/webcast-oci-tx2/7482051798673623838~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=072f0e97&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=HifswZ3GLUhXd6USJZTbZi%2Bx58k%3D
                                - >-
                                  https://p19-common-sign.tiktokcdn-us.com/webcast-oci-tx2/7482051798673623838~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_live.live_cover&dr=9638&idc=useast8&ps=13740610&refresh_token=94cf8be6&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1762938000&x-signature=BxzAgRYnaRmccHO6f%2Fb%2FCB27Fdw%3D
                              width: 1080
                              height: 1080
                              url_prefix: null
                            cover_url: null
                            item_list: null
                            type_label: null
                            ad_cover_url: null
                            relative_users: null
                            cha_list: null
                            sec_uid: >-
                              MS4wLjABAAAAVpHygKu5UVRC5cFh-QTUDg_Hhr03QoC5THXP_HTQCIezWl4huoIP5RBY_XQxYtf3
                            need_points: null
                            name_field: nickname
                            homepage_bottom_toast: null
                            can_set_geofencing: null
                            white_cover_url: null
                            user_tags: null
                            bold_fields: null
                            search_user_name: jeff Signature
                            search_user_desc: jeffsignature
                            search_highlight: null
                            mutual_relation_avatars: null
                            room_title: Got my baby with me😎
                            room_id_str: '7571671258190924574'
                            events: null
                            advance_feature_item_order: null
                            advanced_feature_info: null
                            user_profile_guide: null
                            shield_edit_field_info: null
                            can_message_follow_status_list: null
                            account_labels: null
                          cha_list: null
                          text_extra: null
                          video_labels: null
                          aweme_type: 101
                          image_infos: null
                          position: null
                          uniqid_position: null
                          geofencing: null
                          video_text: null
                          label_top_text: null
                          group_id: '7571671252667075871'
                          nickname_position: null
                          challenge_position: null
                          long_video: null
                          interaction_stickers: null
                          origin_comment_ids: null
                          commerce_config_data: null
                          room:
                            has_commerce_goods: false
                            is_battle: false
                          anchors: null
                          rawdata: >-
                            {"id":7571671258190924574,"id_str":"7571671258190924574","status":2,"owner_user_id":7180090041493734446,"title":"Got
                            my baby with
                            me😎","user_count":8,"client_version":400900,"cover":{"url_list":["https://p16-webcast.tiktokcdn-us.com/webcast-oci-tx2/7482051798673623838~tplv-resize:1080:1080.webp","https://p19-webcast.tiktokcdn-us.com/webcast-oci-tx2/7482051798673623838~tplv-resize:1080:1080.webp"],"uri":"webcast-oci-tx2/7482051798673623838","height":1080,"width":1080,"avg_color":"#CCA3BE"},"stream_url":{"extra":{},"candidate_resolution":["SD1","SD2","HD1","FULL_HD1"],"live_core_sdk_data":{"pull_data":{"stream_data":"{\"common\":{\"session_id\":\"173-20251112032358143C8207847D280046B8\",\"rule_ids\":\"{\\\"ab_version_trace\\\":{\\\"10477\\\":[1749441195252],\\\"10765\\\":[1721180488121],\\\"10810\\\":[1732625569945],\\\"10814\\\":[1732625570224],\\\"11882\\\":[1727414761058],\\\"12298\\\":[1755604894166],\\\"2138\\\":[1690519087933,1690525345742],\\\"2598\\\":[1715159344978],\\\"3054\\\":[1704722391811,1701746596108],\\\"3450\\\":[1696749716805,1705387313810],\\\"4097\\\":[1721628097371,1725933627058],\\\"4238\\\":[1721648325234],\\\"7426\\\":[1740725804738],\\\"8957\\\":[1737372876846],\\\"8965\\\":[1745816582967],\\\"8993\\\":[1741184324527],\\\"9193\\\":[1745735167278]},\\\"sched\\\":\\\"{\\\\\\\"ids\\\\\\\":[\\\\\\\"ex_3809130(Weight:100)\\\\\\\"],\\\\\\\"result\\\\\\\":{\\\\\\\"hit\\\\\\\":\\\\\\\"exclusive\\\\\\\",\\\\\\\"cdn\\\\\\\":2221}}\\\"}\",\"query\":{\"rtm_expr_tag\":\"mio_live_us_r1_v2\",\"start_startup_1080\":\"v2\",\"apool\":\"v2\",\"audio_balance\":\"v3\",\"audio_compressor\":\"ac_v1\",\"group_version\":\"71350460_1080_v1\",\"infos\":\"1cf14a340d7c09615c1538383a6550e4acc5818e7930c16187fdc0df0c4c\",\"max_push_res\":\"v3\",\"node_opt\":\"v3\"},\"auto\":{\"strategy\":\"abr_bb_4live\",\"enable\":1,\"default\":\"hd\",\"list\":[\"uhd\",\"hd\",\"sd\",\"ld\"],\"enable_origin_resolution\":1},\"rtmp_ports\":{\"main\":{\"h2q\":443}},\"http_ports\":{\"main\":{\"h2q\":443}},\"user_count\":10,\"peer_anchor_level\":4,\"common_sdk_params\":{\"main\":\"{\\\"DurationOfCctkBwCollector\\\":5000,\\\"UdpRealSpeed\\\":1,\\\"AudioGetLatencyFreq\\\":10000,\\\"ProtocolRetryTimes\\\":1,\\\"ResetCalibPtsRollback\\\":1,\\\"MediaCodecDeadTimeThresh\\\":1000,\\\"EnableUseNewCCTKPath\\\":1,\\\"UseFastOpenDurationFromSetAPI\\\":1,\\\"EnableMcPipeline\\\":1,\\\"EnableRetryWithAbrSwitchRes\\\":1,\\\"EnableAudioGraphRefactor\\\":1,\\\"StrategyInLss\\\":{\\\"StrategyList\\\":[{\\\"Repeat\\\":0,\\\"Time\\\":0,\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_startup_bitrate_predict\\\"}]},\\\"EnableNTPByApp\\\":1,\\\"EnableSaveSCFG\\\":1,\\\"EnableUpateSessionIdInRetry\\\":1,\\\"FastOpenDuration\\\":-500,\\\"EnableStopCloseIO\\\":1,\\\"SuggestFormat\\\":\\\"flv\\\",\\\"auto\\\":{\\\"enable\\\":1,\\\"enable_origin_resolution\\\":1,\\\"list\\\":[\\\"uhd\\\",\\\"hd\\\",\\\"sd\\\",\\\"ld\\\"],\\\"strategy\\\":\\\"abr_bb_4live\\\",\\\"default\\\":\\\"hd\\\",\\\"demotion\\\":{\\\"stall_count\\\":9999}},\\\"EnableAbrLogOnBitrateChange\\\":0,\\\"TargetOriginBitRate\\\":2000000,\\\"AudioEffectCompressor\\\":{\\\"Pregain\\\":0.25,\\\"Ratio\\\":8,\\\"Threshold\\\":-14,\\\"Type\\\":0,\\\"Enable\\\":1,\\\"Predelay\\\":0.007},\\\"MediaCodecCheckInterval\\\":100,\\\"SizeOfGopSizeCollector\\\":3,\\\"llash\\\":{\\\"FixPrevBufferLog\\\":1,\\\"RemoveTSWrap\\\":1,\\\"UseTotalBuffer\\\":1,\\\"PreSwitchWaitThreshold\\\":100,\\\"PreSwitchCheckDuration\\\":50,\\\"EnablePreSwitch\\\":1,\\\"EnableAbrSwitchLog\\\":1,\\\"PreSwitchEnableDrop\\\":0,\\\"PreSwitchEnableWait\\\":1},\\\"CmafSegmentSyncThreshold\\\":2000,\\\"AudioRenderStallThreshold\\\":200,\\\"NotifyCompletedImmediately\\\":1,\\\"EnableBinControl\\\":1,\\\"ABRCheckInterval\\\":1000,\\\"DurationOfGopSizeCollector\\\":20000,\\\"AudioBalanceTargetLuft\\\":-8,\\\"ABROptimumStartupBiterateEnabled\\\":0,\\\"BufferDataMs\\\":500,\\\"AudioCalibrationType\\\":1,\\\"NetworkAdapt\\\":{\\\"Enabled\\\":1,\\\"HurryType\\\":0,\\\"HurryMillisecond\\\":3500,\\\"SlowTime\\\":666,\\\"HurryTime\\\":3500,\\\"HurrySpeed\\\":1.1,\\\"SlowMillisecond\\\":666,\\\"EnableFixPtsShift\\\":1,\\\"SlowSpeed\\\":1},\\\"StrategyInLSS\\\":{\\\"StrategyList\\\":{\\\"live_stream_strategy_startup_bitrate_predict\\\":{\\\"StrategyInputParams\\\":{\\\"Enable\\\":1,\\\"EnableSmartStrategyConfig\\\":0,\\\"InputFeatureList\\\":[\\\"PLAY-BitrateList\\\",\\\"NETWORK-RecommendBitrate\\\",\\\"PLAY-ResolutionMap\\\",\\\"PLAY-IsPreview\\\",\\\"PLAY-PushResolution\\\",\\\"PLAY-NeptuneName\\\",\\\"PLAY-ProbeStartupBandwidth\\\",\\\"USER-Performance\\\",\\\"DEVICE-PhoneLevel\\\",\\\"NETWORK-NetworkLevel\\\"],\\\"InputSettingsParam\\\":{\\\"EnableUsePRDStrategy\\\":1,\\\"PRDSettings\\\":{\\\"BaselineParams\\\":{\\\"DefaultResolution\\\":\\\"hd\\\"},\\\"BweToBitrateParams\\\":{\\\"Mode\\\":\\\"bottomline\\\",\\\"BottomLineParams\\\":{\\\"SourceVoD-NoPreview\\\":{\\\"default\\\":{\\\"uhd\\\":4000000,\\\"hd\\\":550000,\\\"ld\\\":300000,\\\"sd\\\":400000}},\\\"SourceVoD-Preview\\\":{\\\"default\\\":{\\\"hd\\\":550000,\\\"ld\\\":300000,\\\"sd\\\":400000,\\\"uhd\\\":4000000}},\\\"Default\\\":{\\\"hd\\\":1100000,\\\"ld\\\":480000,\\\"sd\\\":980000,\\\"uhd\\\":13200000},\\\"SourceCCTK-NoPreview\\\":{\\\"default\\\":{\\\"ld\\\":480000,\\\"sd\\\":980000,\\\"uhd\\\":13200000,\\\"hd\\\":1100000}},\\\"SourceCCTK-Preview\\\":{\\\"default\\\":{\\\"sd\\\":980000,\\\"uhd\\\":12000000,\\\"hd\\\":1100000,\\\"ld\\\":480000}}}},\\\"JudgePipeline\\\":{\\\"Preview\\\":[\\\"High-Bwe\\\"],\\\"NoPreview\\\":[\\\"High-Bwe\\\"]}}}},\\\"Time\\\":0,\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_startup_bitrate_predict\\\",\\\"Repeat\\\":0},\\\"live_stream_strategy_abr_predict_bitrate\\\":{\\\"StrategyInputParams\\\":{\\\"Enable\\\":1,\\\"EnableLocalStrategyModel\\\":1,\\\"EnableSmartStrategyConfig\\\":1,\\\"InputFeatureList\\\":[\\\"PLAY-IoBitrate\\\",\\\"PLAY-BitrateList\\\",\\\"PLAY-StartTs\\\",\\\"PLAY-FirstFrameDownloadSpeed\\\",\\\"PLAY-FirstFrame\\\",\\\"PLAY-Bitrate\\\",\\\"PLAY-VideoBuffer\\\",\\\"PLAY-DownloadSpeed\\\",\\\"PLAY-StallState\\\",\\\"PLAY-IsPreview\\\",\\\"PLAY-NeptuneName\\\",\\\"PLAY-FastOpenDuration\\\",\\\"PLAY-CCTKCongestionInfo\\\",\\\"PLAY-StallStartSeries\\\",\\\"PLAY-StallDurationSeries\\\",\\\"PLAY-VideoTotalBuffer\\\",\\\"PLAY-VrtBitrateList\\\",\\\"PLAY-Protocol\\\"],\\\"InputSettingsParam\\\":{\\\"begin_switch_up_counter_threshold\\\":2,\\\"enable_new_calibrate_bitrate\\\":1,\\\"tls_penalty_switch_time_ms\\\":30000,\\\"buffer_slope_threshold\\\":-0.5,\\\"enable_check_stall_series\\\":1,\\\"enable_downgrade_check_network\\\":1,\\\"enable_only_check_latest_stall\\\":1,\\\"pid_bw_multiplier\\\":0.75,\\\"tls_min_downloadspeed_ratio\\\":0.8,\\\"switch_up_counter_threshold\\\":6,\\\"flv_bw_multiplier\\\":1,\\\"tls_min_buffer_diff_ms\\\":180,\\\"degrade_to_upgrade_interval_threshold\\\":20000,\\\"reduce_buffer_threshold\\\":2,\\\"switch_down_to_up_penalty_time_ms\\\":20000,\\\"begin_quick_switch_time_ms\\\":20000,\\\"switch_down_to_up_max_penalty_time_ms\\\":60000,\\\"min_down_buffer_length\\\":0,\\\"min_up_buffer_length\\\":0.5,\\\"tls_buffer_watch_num\\\":9,\\\"enable_buffer_slope\\\":1,\\\"game_params\\\":{\\\"enable_cctk_bw_prediction\\\":0,\\\"game_preview_disable_abr\\\":1},\\\"enable_bandwidth_allocation\\\":1,\\\"enable_tls_upgrade\\\":1,\\\"enable_use_total_buffer\\\":1,\\\"tls_switch_interval_ms\\\":20000,\\\"enable_downgrade_for_low_buffer\\\":1,\\\"enable_game_selector\\\":1,\\\"switch_down_counter_threshold\\\":3,\\\"enable_upgrade_check_network\\\":1}},\\\"Time\\\":1000,\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_abr_predict_bitrate\\\",\\\"Repeat\\\":1},\\\"live_stream_strategy_bandwidth_estimator\\\":{\\\"Enable\\\":1,\\\"Name\\\":\\\"live_stream_strategy_bandwidth_estimator\\\",\\\"StrategyInputParams\\\":{\\\"InputSettingsParam\\\":{\\\"PriorityMap\\\":{\\\"cctkBw\\\":10000,\\\"vodBitrate\\\":100},\\\"MaxBwSampleSize\\\":10,\\\"MaxSessionSize\\\":10,\\\"MinBwEstimatorBitrate\\\":0,\\\"CalculateSize\\\":10,\\\"LiveProtectedDuration\\\":0,\\\"UseWithAttributionImpl\\\":1,\\\"NetworkMatchMode\\\":1,\\\"OverallStrategy\\\":1,\\\"CalculateEWMAFactor\\\":0.5,\\\"MinPlayedDurationThresh\\\":0,\\\"RemoveSampleTimer\\\":1,\\\"CalculateFunc\\\":2,\\\"MaxBandwidthSampleDuration\\\":60},\\\"Enable\\\":1,\\\"EnableSmartStrategyConfig\\\":0,\\\"InputFeatureList\\\":[\\\"PLAY-CCTKCongestionInfo\\\",\\\"NETWORK-RecommendBitrate\\\",\\\"PLAY-Bitrate\\\"]}}}},\\\"QuicConfigOptimize\\\":1,\\\"quic\\\":{\\\"QuicEarlyClose\\\":1,\\\"QuicALogLevel\\\":2,\\\"QuicFifoRecvBufferLen\\\":8388608},\\\"DisableDirectSetCodecId\\\":1,\\\"VoicePool\\\":{\\\"Enable\\\":1,\\\"ForbidSampleRate\\\":\\\"48000\\\",\\\"MaxSameCount\\\":4,\\\"Size\\\":7,\\\"UseCount\\\":20},\\\"PreprocessAudioEffectType\\\":1,\\\"AudioGraphMaxCacheSize\\\":3,\\\"EnableCheckDropAudio\\\":1,\\\"EnableGetMpdUrlOpt\\\":1,\\\"FixStreamFinAndRst\\\":1,\\\"EnableAsyncSetSurface\\\":1,\\\"disable_algorithm\\\":1,\\\"SuggestProtocol\\\":\\\"h2q\\\",\\\"AudioWatermark\\\":{\\\"EnablePrivateRoom\\\":0,\\\"Density\\\":10,\\\"Enabled\\\":1},\\\"EnableCertVerify\\\":1,\\\"httpx\\\":{\\\"HttpMaxRetryAttempts\\\":0,\\\"HttpExecCreateRetryInt\\\":5,\\\"HttpMainJobDelay\\\":1,\\\"HttpUseQuicCrypto\\\":1,\\\"HttpQuicVersion\\\":43,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"HttpVersion\\\":2,\\\"HttpConfigJson\\\":{\\\"ConnCheckPeriod\\\":5,\\\"CFCW\\\":33554432,\\\"Pacing\\\":1,\\\"HSTimeoutUs\\\":4000000,\\\"MaxSFCW\\\":0,\\\"BlockRead\\\":1,\\\"ConnCheckTimeout\\\":120,\\\"UAID\\\":\\\"ttplayer-live\\\",\\\"MaxProcTimeMs\\\":0,\\\"EnableExtendHSK\\\":1,\\\"EnableUseNewCCTKPath\\\":1,\\\"SFCW\\\":16777216,\\\"NewLog\\\":1,\\\"NetworkSeriesLen\\\":120,\\\"WriteDelayFor0RTT\\\":0,\\\"SendPeriodOfCctk\\\":1000,\\\"SCLS\\\":0,\\\"PING\\\":5,\\\"SendPeriodOfCCTK\\\":1000,\\\"RWOnce\\\":1,\\\"JointCCOpti\\\":0,\\\"AddNetworkSeries\\\":1,\\\"AckPacketsThreshold\\\":2,\\\"LogLevel\\\":\\\"error\\\",\\\"MIDS\\\":100,\\\"CCTKVersion\\\":2,\\\"MinHandshakeTimeoutMs\\\":10,\\\"NetworkStatsStringifyType\\\":1,\\\"MaxCFCW\\\":0,\\\"ICSL\\\":30,\\\"EnableGetCCTK\\\":1,\\\"NetworkStatsContent\\\":10000,\\\"SCFGSaveIntvS\\\":1},\\\"HttpPingForHeaderFrame\\\":1,\\\"HttpExecCreateRetryTimes\\\":2,\\\"LSEngineParamJson\\\":{\\\"CloseOnNetChange\\\":1,\\\"FastReSend\\\":1,\\\"FIFOSize\\\":1048576,\\\"FIFOPoolLenLimit\\\":3,\\\"FixCloseWithATTQ\\\":1,\\\"FIFOPoolLenInit\\\":1,\\\"EnableGetLocalAddr\\\":1},\\\"HttpEnableCertVerify\\\":1,\\\"HttpEnableHttpRace\\\":1,\\\"HttpPingInterval\\\":10000,\\\"HttpPreStart\\\":0,\\\"UseLSQUIC\\\":1,\\\"HttpPingTimeout\\\":5000},\\\"FixBinBuffering\\\":1,\\\"ABRMethod\\\":3,\\\"EnableAudioBalanceBySei\\\":1,\\\"VCodec\\\":\\\"bytevc1\\\",\\\"ProtocolDowngrade\\\":1,\\\"EnableUseRefactorStrategy\\\":1,\\\"EnablePixelFormatFullRange\\\":1,\\\"EnableQueryWinSize\\\":1,\\\"LiveIOConfig\\\":{\\\"EnableLiveIO\\\":1,\\\"EnableLiveIOUseJavaThread\\\":0,\\\"EnableLiveIOUseNewInterface\\\":1,\\\"EnableH2QPreconn\\\":1,\\\"ConfigParams\\\":{\\\"H2Q\\\":{\\\"LSEngineParamJson\\\":{\\\"EnableGetLocalAddr\\\":1,\\\"FastReSend\\\":1,\\\"FixCloseWithATTQ\\\":1,\\\"CloseOnNetChange\\\":1},\\\"HttpConfigJson\\\":{\\\"CCTKVersion\\\":2,\\\"NetworkSeriesLen\\\":120,\\\"PING\\\":1,\\\"ICSL\\\":5,\\\"ProcessWrite\\\":0,\\\"EnableExtendHSK\\\":1,\\\"EnableGetCCTK\\\":1,\\\"NetworkStatsStringifyType\\\":1,\\\"NetworkStatsContent\\\":10000,\\\"AddNetworkSeries\\\":1,\\\"SCFGSaveIntvS\\\":1,\\\"NewLog\\\":1,\\\"SendPeriodOfCCTK\\\":1000,\\\"LiveIOEnableRejAsSchlo\\\":0,\\\"ConnCheckTimeout\\\":120,\\\"EnableUseNewCCTKPath\\\":1}},\\\"Common\\\":{\\\"EnableRaceDefaultConfig\\\":1,\\\"EnableRaceRedirectly\\\":true,\\\"EnableRaceFailFix\\\":1,\\\"EnableTaskListenerTransfer\\\":1,\\\"ff_live_cond_timeout\\\":50,\\\"NetworkStatsUpdatePeriod\\\":0,\\\"http_is_enable_prepare\\\":1}},\\\"EnableABR\\\":1,\\\"EnableQuic\\\":1},\\\"EnableAudioDirectBuffer\\\":1,\\\"QuicVersion\\\":43,\\\"WaitSetSurfaceTimeout\\\":60,\\\"EventReportConfig\\\":{\\\"EnableReportRecvedSpspps\\\":0,\\\"EnableReportDemuxStall\\\":0,\\\"EnableReportDecodeStall\\\":0},\\\"EnableADecoderPlugin\\\":1,\\\"AbrStallDegradeImmediately\\\":0,\\\"EnableUseLSS\\\":1,\\\"EnableOnlyAudioInAoRes\\\":1,\\\"TTMPDnsParseEnable\\\":1,\\\"EnableMcMonitor\\\":1,\\\"EnableE2EDelayCalc\\\":1,\\\"EnableOptimizeLivePtsRollback\\\":1,\\\"cdn_name\\\":\\\"cdn77\\\",\\\"MediaCodecFrames\\\":7,\\\"GetNetworkStats\\\":1,\\\"SizeOfCctkBwCollector\\\":5,\\\"E2EDelayReportFix\\\":0,\\\"AudioDecodeMaxCacheSize\\\":8,\\\"AudioPrerollTimeout\\\":500,\\\"EnableABRCheckEnhance\\\":0,\\\"EnablePlayerFR\\\":1,\\\"EnableUseNewSeiTypeInLoudness\\\":1,\\\"EnableCreateDecoderEarly\\\":1,\\\"EnableMediaCodecAsync\\\":1,\\\"AudioSampleMap\\\":1,\\\"VideoRenderStallThreshold\\\":200,\\\"EnableSeiParserInCodec\\\":1,\\\"TTMPDnsParseTimeout\\\":5000000,\\\"ABRDecisionReportLevel\\\":2,\\\"LoudnessStrategy\\\":{\\\"LibraParamsStr\\\":\\\"{    
                            \\\\\\\"max_block_size\\\\\\\": 1024,    
                            \\\\\\\"Version\\\\\\\": 0,    
                            \\\\\\\"used_in_live\\\\\\\": 1,    
                            \\\\\\\"live_target_lu\\\\\\\": -8,    
                            \\\\\\\"lower_limit_level\\\\\\\": -18,    
                            \\\\\\\"loudness_lookahead_window\\\\\\\": 0.4,    
                            \\\\\\\"noise_gate_compress_ratio\\\\\\\": 0.67,    
                            \\\\\\\"lu_type\\\\\\\": 0,    
                            \\\\\\\"use_no_mdsp_graph\\\\\\\": 1,    
                            \\\\\\\"limiter_peak\\\\\\\": -1,    
                            \\\\\\\"limiter_makeup_gain\\\\\\\": 1,
                            \\\\\\\"is_fixed_drc_compressor_ratio\\\\\\\":1,
                            \\\\\\\"drc_compressor_ratio\\\\\\\":2.5
                            }\\\",\\\"EffectType\\\":10,\\\"Enable\\\":1}}\"}},\"data\":{\"hd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302258578621378_hd5.flv?expire=1764127439\\&sign=8977d5e89e19e437a2bf9b0d71918df8\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302258578621378_hd5/index.mpd?expire=1764127439\\&sign=cc0cda980cf1ebef0b0943a1d8ba4a2d\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"v_rtbitrate_pct\\\":894770,\\\"v_rtbitrate_std\\\":146780,\\\"vbitrate\\\":1000000,\\\"v_rtbitrate_timestamp\\\":1762917820056,\\\"v_rtbitrate\\\":723130,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917824082,\\\"gop\\\":4,\\\"resolution\\\":\\\"720x1280\\\",\\\"v_rtpsnr\\\":0,\\\"stream_suffix\\\":\\\"hd5\\\"}\"}},\"uhd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302258578621378_uhd5d.flv?expire=1764127439\\&sign=3d25c1a19bde66d715f5058c480a347b\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302258578621378_uhd5d/index.mpd?expire=1764127439\\&sign=83b2cfb5624a916379169a964e710b88\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"stream_suffix\\\":\\\"uhd5d\\\",\\\"v_rtbitrate_pct\\\":2565320,\\\"v_rtbitrate_std\\\":382590,\\\"v_rtbitrate_timestamp\\\":1762917805818,\\\"v_rtbitrate\\\":2243910,\\\"v_rtpsnr\\\":0,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917824082,\\\"resolution\\\":\\\"1080x1920\\\",\\\"gop\\\":4,\\\"vbitrate\\\":4000000}\"}},\"ld\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302258578621378_ctld5.flv?expire=1764127439\\&sign=53b66406157e4f6df4a351b29b7c4628\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302258578621378_ctld5/index.mpd?expire=1764127439\\&sign=0aac4c79d3080b5825b96f50b4d30a7d\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"gop\\\":4,\\\"resolution\\\":\\\"360x640\\\",\\\"vbitrate\\\":300000,\\\"stream_suffix\\\":\\\"ctld5\\\"}\"}},\"sd\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302258578621378_ctsd5.flv?expire=1764127439\\&sign=1e0b3a24e6d2bf8e3e880f0ab404ab63\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302258578621378_ctsd5/index.mpd?expire=1764127439\\&sign=0b01d6770b0bac09a1fb465dc8e9e5e7\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"resolution\\\":\\\"480x853\\\",\\\"gop\\\":4,\\\"v_rtbitrate_vpaas_timestamp\\\":1762917824082,\\\"v_rtpsnr\\\":0,\\\"v_rtbitrate_pct\\\":695740,\\\"v_rtbitrate_timestamp\\\":1762917816085,\\\"stream_suffix\\\":\\\"ctsd5\\\",\\\"v_rtbitrate\\\":551030,\\\"vbitrate\\\":550000,\\\"v_rtbitrate_std\\\":128419.99999999999}\"}},\"origin\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302258578621378.flv?expire=1764127439\\&sign=96a2e87b5a81cf1fdd0d3d57c0a67fdd\",\"hls\":\"\",\"cmaf\":\"https://pull-cmaf-f77-tt02.tiktokcdn-us.com/stage/stream-3865302258578621378/index.mpd?expire=1764127439\\&sign=33ea9189a9544bf8e3089b5b9a67607d\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"resolution\\\":\\\"1080x1920\\\",\\\"gop\\\":4,\\\"vbitrate\\\":3127000}\"}},\"ao\":{\"main\":{\"flv\":\"https://pull-flv-f77-tt02.tiktokcdn-us.com/stage/stream-3865302258578621378.flv?expire=1764127439\\&sign=96a2e87b5a81cf1fdd0d3d57c0a67fdd\\&only_audio=1\",\"hls\":\"\",\"cmaf\":\"\",\"dash\":\"\",\"lls\":\"\",\"tsl\":\"\",\"tile\":\"\",\"rtc\":\"\",\"sdk_params\":\"{\\\"resolution\\\":\\\"\\\",\\\"vbitrate\\\":0,\\\"gop\\\":0}\"}}}}","options":{"default_quality":{"name":"AUTO","sdk_key":"auto"},"default_preview_quality":{}}},"push_data":{}}},"link_mic":{"channel_info":{},"battle_settings":{}},"stats":{"total_user":117,"user_count_composition":{},"enter_count":117},"living_room_attrs":{},"owner":{"id":7180090041493734446,"nickname":"jeff
                            Signature","bio_description":"@jeff Signature \nMr.
                            Can Do it All 🏃🏿💰☝🏾. 
                            $jeffsignature","avatar_thumb":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=c797b588\&x-expires=1763089200\&x-signature=icNJp67SVGaowdyzrp0JxMD8mH4%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006~tplv-tiktokx-cropcenter:100:100.webp?dr=9640\&refresh_token=ce698d10\&x-expires=1763089200\&x-signature=t3h9gvTyuCH2YVf2HJ06acG4gCI%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640\&refresh_token=90ac8143\&x-expires=1763089200\&x-signature=IdzYpcAgp3CpQsbsBrS5OO9Apec%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"100x100/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006"},"avatar_medium":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=5d02a2c3\&x-expires=1763089200\&x-signature=c6jiBegE3VzsmFiWc2YjFx3qoBI%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006~tplv-tiktokx-cropcenter:720:720.webp?dr=9640\&refresh_token=5612a198\&x-expires=1763089200\&x-signature=3JxJxtwoFmZXTE6d%2FgZw5mgoQ%2Bc%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640\&refresh_token=558bf12a\&x-expires=1763089200\&x-signature=OiGMNkTYySp4ZYtvbnWy5cO7tSg%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"720x720/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006"},"avatar_large":{"url_list":["https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=8006bd0d\&x-expires=1763089200\&x-signature=wY40DwvueZDEgSTg41yGDOdzfbU%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640\&refresh_token=a2f7e4b6\&x-expires=1763089200\&x-signature=%2Fu2hArc0GkCn30VOX9NZ22hE36k%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8","https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640\&refresh_token=731a3676\&x-expires=1763089200\&x-signature=lmKKsGF0UFlDhim4atyPfwCmR5E%3D\&t=4d5b0474\&ps=13740610\&shp=a5d48078\&shcp=fdd36af4\&idc=useast8"],"uri":"1080x1080/tos-useast8-avt-0068-tx2/a6d10891ca0a84ef572a6872ace0e006"},"status":1,"modify_time":1762868781,"follow_info":{"following_count":2678,"follower_count":10507},"pay_grade":{},"user_attr":{},"own_room":{"room_ids":[7571671258190924574],"room_ids_str":["7571671258190924574"]},"display_id":"jeffsignature","sec_uid":"MS4wLjABAAAAVpHygKu5UVRC5cFh-QTUDg_Hhr03QoC5THXP_HTQCIezWl4huoIP5RBY_XQxYtf3","badge_list":[{"display_type":4,"priority_type":20,"scene_type":8,"position":1,"OpenWebURL":"aweme://roma_redirect/?spark_page=user_level_main_page_privilege_panel","display":true,"privilege_log_extra":{"data_version":"2","privilege_id":"7138381861675439908","privilege_version":"0","privilege_order_id":"mock_fix_width_transparent_7138381861675439908","level":"27"},"combine":{"display_type":4,"icon":{"url_list":["https://p16-webcast.tiktokcdn.com/webcast-va/grade_badge_icon_lite_lv25_v1.png~tplv-obj.image","https://p19-webcast.tiktokcdn.com/webcast-va/grade_badge_icon_lite_lv25_v1.png~tplv-obj.image"],"uri":"webcast-va/grade_badge_icon_lite_lv25_v1.png","open_web_url":"aweme://roma_redirect/?spark_page=user_level_main_page_privilege_panel"},"str":"27","padding":{"use_specific":true,"badge_width":32},"font_style":{},"profile_card_panel":{"projection_config":{"icon":{}},"profile_content":{}},"background":{"image":{},"background_color_code":"#B3272FF3","left_side_image":{}},"background_dark_mode":{"image":{},"background_color_code":"#B3272FF3","left_side_image":{}},"public_screen_show_style":14,"personal_card_show_style":15,"padding_new_font":{"use_specific":true,"middle_padding":1,"badge_width":32}}}],"mint_type_label":[7160893592603461633,7240352032303874054],"id_str":"7180090041493734446"},"start_time":1762917174,"room_auth":{"Landscape":2,"anchor_level_permission":{}},"like_count":340,"hashtag":{"id":42,"title":"Chat
                            \&
                            Interview","image":{"url_list":["https://p16-webcast.tiktokcdn.com/img/alisg/webcast-sg/2Chat.png~tplv-obj.image","https://p19-webcast.tiktokcdn.com/img/alisg/webcast-sg/2Chat.png~tplv-obj.image"],"uri":"webcast-sg/2Chat.png","avg_color":"#666666"}},"social_interaction":{},"game_tag":[{}],"room_auth_message":{},"age_restricted":{},"multi_stream_url":{"extra":{"super_resolution":{}},"live_core_sdk_data":{"pull_data":{"options":{"default_quality":{},"default_preview_quality":{}}},"push_data":{}}},"cover_type":2}
                          hybrid_label: null
                          geofencing_regions: null
                          search_extra:
                            current_time: 1762917839
                            search_live_struct:
                              live_cover_type: user_upload
                          cover_labels: null
                          mask_infos: null
                          search_highlight: null
                          green_screen_materials: null
                          question_list: null
                          content_desc_extra: null
                          products_info: null
                          branded_content_accounts: null
                          tts_voice_ids: null
                          reference_tts_voice_ids: null
                          voice_filter_ids: null
                          reference_voice_filter_ids: null
                          muf_comment_info_v2: null
                          behind_the_song_music_ids: null
                          behind_the_song_video_music_ids: null
                          operator_boost_info: null
                          banners: null
                          picked_users: null
                          comment_topbar_info: null
                          survey_info: null
                          ecosystem_perception_enhancement: null
                    has_more: 1
                    cursor: 10
                    guide_search_words: null
                    extra:
                      now: 1762917839000
                      logid: 20251112032358143C8207847D280046B8
                      fatal_item_ids: []
                      search_request_id: ''
                      server_stream_time: 932
                      api_debug_info: null
                    log_pb:
                      impr_id: 20251112032358143C8207847D280046B8
                    global_doodle_config:
                      keyword: baby
                      new_source: switch_tab
                      search_channel: musically_live
                      tns_search_result: Pass
                      hide_results: false
                      feedback_survey:
                        - feedback_type: live
                          multiple_choices:
                            - key: Dislike
                              value: Dislike
                            - key: Unrelated content
                              value: Unrelated content
                            - key: Language issues
                              value: Language issues
                            - key: Inappropriate content
                              value: Inappropriate content
                            - key: Others
                              value: Others
                          long_stress_info: null
                          send_us_multiple_choices: null
                      hit_shark: false
                      hit_dolphin: false
                    extra_data: null
                    feedback_type: live
                  requestId: 5fdb220a-cc7e-429d-898f-03e46c7642dc
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 400
                  data: null
                  message: 'Missing required parameter: handle'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 401
                  data: null
                  message: apiKey is null
        '402':
          description: Payment Required
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 402
                  data: null
                  message: apiKey quota is not enough
        '429':
          description: Too Many Requests
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 429
                  data: null
                  message: qps limit exceeded
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 500
                  data: null
                  message: Internal server error
      deprecated: false
      security:
        - JWT Bearer: []
      x-codeSamples:
        - lang: curl
          label: cURL
          source: |-
            curl --request GET \
              --url 'https://api.keyapi.ai/v1/tiktok/live/search?keyword=baby&region=US&offset=0' \
              --header 'Authorization: Bearer <YOUR_API_KEY>'
        - lang: python
          label: Python
          source: |-
            import requests

            response = requests.get(
                'https://api.keyapi.ai/v1/tiktok/live/search',
                params={"keyword": "baby", "region": "US", "offset": "0"},
                headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
            )
            print(response.json())
        - lang: javascript
          label: JavaScript
          source: >-
            const params = new URLSearchParams({"keyword": "baby", "region":
            "US", "offset": "0"});


            const response = await
            fetch(`https://api.keyapi.ai/v1/tiktok/live/search?${params}`, {
              method: 'GET',
              headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
            });

            const data = await response.json();

            console.log(data);
components:
  securitySchemes:
    JWT Bearer:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: |-
        API key for authentication. Format: `sk_live_xxxxxxxxxxxxx`
        Get your API key from the [Dashboard](http://keyapi.ai/app/dashboard).

````