2021年7月5日 星期一

ffmpeg rtp stream


 ffmpeg -f v4l2 -list_formats all -i /dev/video0


TARGET="rtp_mpegts rtp://192.168.1.204:1234"

DEV=/dev/video0

./ffmpeg -f v4l2 -i $DEV -c:v mpeg4 -f $TARGET

./ffmpeg -i ./test_h264.mp4 -c:v mpeg4 -f $TARGET

./ffmpeg -i $DEV -s 640x480 -f rtp_mpegts rtp://192.168.1.204:1234


VLC Stream source
rtp://@192.168.1.204:1234


基於Node.js的智慧家庭Node.js Based Smart Home
http://ir.lib.isu.edu.tw/retrieve/105745/isu-103-isu10103021m-1.pdf

沒有留言: