using Hanatric.Unity.Video.FFmpegPlayer; using Newtonsoft.Json; using System.IO; using TMPro; using UnityEngine; using UnityEngine.UI; using Vuplex.WebView; using static UnityEngine.UIElements.UxmlAttributeDescription; public class UI_BGPanel : BasePanel { [HideInInspector] public Button btn_h51, btn_h52; TextMeshProUGUI text1, text2, text3; public FFmpegPlayerBasicRawImage mediaPlayer1; public FFmpegPlayerBasicRawImage mediaPlayer2; public FFmpegPlayerBasicRawImage mediaPlayer3; public FFmpegPlayerBasicRawImage mediaPlayer4; public FFmpegPlayerBasicRawImage mediaPlayerHW; public FFmpegPlayerBasicRawImage mediaPlayerZW; public CanvasWebViewPrefab webViewPrefabZW; private LiveUrlData liveUrlData; public RTSPUrlInfo rtspUrlInfo = new RTSPUrlInfo(); string liveurl1; protected override void Awake() { base.Awake(); FFmpegPlayerMono.Init(Application.streamingAssetsPath + "/FFmpegNativeLib"); btn_h51 = GetControl