sunkunGitHub

Results 1 comments of sunkunGitHub

我用如下代码已实现推流,但是仍有几个问题 1、无法推送rtsp的流,提示Protocol not found 协议不存在 2、推出去的流使用vlc播放时播放读秒每次增加3-4秒,画面也不更新 private static void MakeMp4(Codec codec, int width, int height, int frameCount = 30) { using FormatContext infc = FormatContext.OpenInputUrl("rtsp://admin:[email protected]"); infc.LoadStreamInfo(); MediaStream videoStream = infc.GetVideoStream();...