media-streamer:基于ffmpeg的HTTP流服务器

时间:2024-03-08 10:52:58
【文件属性】:

文件名称:media-streamer:基于ffmpeg的HTTP流服务器

文件大小:7KB

文件格式:ZIP

更新时间:2024-03-08 10:52:58

Shell

视频和音频媒体流媒体 该服务利用ffserver和ffmpeg通过http流来自视频/音频设备的实时提要。 用法 跑步, # a stream fed from a down-facing camera device=/dev/waggle_cam_bottom version=0.1.0 name=cam_bottom_live $ docker run -d --rm \ --device ${device} \ --name ${name} \ -p 8090:8090 \ # the host also gains access to the stream waggle/media-streamer:${version} \ -f v4l2 \ -input_format mjpeg \ -video_size 640*480 \


【文件预览】:
media-streamer-master
----stream.sh(4KB)
----Dockerfile(271B)
----tests()
--------test_stream.sh(2KB)
----configs()
--------_ffserver.conf(462B)
----.gitignore(2KB)
----README.md(2KB)
----sample.sh(3KB)

网友评论