media-server
media-server copied to clipboard
RTSP Example播放Camera失败
我我想尝试用RTSP Example推流摄像头数据,我看Example里面有类似代码,不知道我这样使用是否是正确流程
1.本地开启test.exe 2.使用VLC 打开的链接rtsp://127.0.0.1:8554/live/camera 3.test.exe 崩溃
日志报错如下,win11 [dshow @ 000001f5edacc0c0] Could not find video device with name [Integrated Webcam] among source devices of type video. FFLiveSource::Open: avformat_open_input(video=Integrated Webcam) => -5 rtsp_onerror code=108, rtsp=000001F5EBC68130 rtsp close
看着是打开本地摄像头失败了。
rtsp example程序目前只测试了播放本地文件, 也就是vod相关代码