コード例 #1
0
        public async Task DoStreaming(int roomId, FFMPEG info)
        {
            await Streaming[roomId].SetStreaming(info);
            var   s = Streaming[roomId];

            s.Streaming();
        }
コード例 #2
0
 public async Task AddData(FFMPEG f)
 {
     Ques[f.RoomId].Enqueue(f);
 }
コード例 #3
0
 public async Task SetStreaming(FFMPEG f)
 {
     roomid   = f.RoomId;
     filename = f.FileUrl;
 }