public async Task DoStreaming(int roomId, FFMPEG info) { await Streaming[roomId].SetStreaming(info); var s = Streaming[roomId]; s.Streaming(); }
public async Task AddData(FFMPEG f) { Ques[f.RoomId].Enqueue(f); }
public async Task SetStreaming(FFMPEG f) { roomid = f.RoomId; filename = f.FileUrl; }