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