模块化:摄像头推流-EasyDrawin+FFmpeg+M3U8 推流至公网

1、摄像头推送至服务器端EasyDrawin

我用的是海康威视的摄像头
C:\Users\qin\Desktop\vido\ffmpeg-4.4-full_build\bin\ffmpeg -i rtsp://admin:[email protected]:554/h265/ch33/main/av_stream -vcodec copy -acodec copy -rtsp_transport tcp -f rtsp rtsp://localhost:8009/192.168.0.64
模块化:摄像头推流-EasyDrawin+FFmpeg+M3U8 推流至公网_第1张图片
下图为转流成功后EasyDrawin显示的界面
模块化:摄像头推流-EasyDrawin+FFmpeg+M3U8 推流至公网_第2张图片
海康使用:rtsp://admin:[email protected]:554/h265/ch33/main/av_stream
大华使用:rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0

2、服务器端从EasyDrawin拉流并转换为M3U8

C:\Users\qin\Desktop\vido\ffmpeg-4.4-full_build\bin\ffmpeg -threads 1 -rtsp_transport tcp -i rtsp://localhost:8009/192.168.0.64 -fflags flush_packets -max_delay 1 -an -flags -global_header -hls_time 1 -hls_list_size 3 -hls_wrap 3 -vcodec copy -y C:/Users/qin/Desktop/vido/video/aa.m3u8
模块化:摄像头推流-EasyDrawin+FFmpeg+M3U8 推流至公网_第3张图片

3、Web端播放M3U8

使用M3U8播放器:http://www.m3u8player.top/?play=http://localhost:8008/videoPush/aa.m3u8进行播放

你可能感兴趣的:(Springboot实战,ffmpeg,m3u8,EasyDrawin,直播,推流)