ffmpegStreamToUnity
ffmpegStreamToUnity copied to clipboard
ffmpeg rawvideo udp stream into unity texture2D
Results
1
ffmpegStreamToUnity issues
Sort by
recently updated
recently updated
newest added
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Text; using System.Threading; using UnityEngine; public class TCPImage : MonoBehaviour { public NetworkStream stream {...