demo h.264 video/audio over IP

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

demo h.264 video/audio over IP

841 次查看
steve_fae
Senior Contributor I
Is there any sort of demo for h.264 encode to send over an ethernet connection?  Application for camera input.
标签 (1)
0 项奖励
回复
1 回复

587 次查看
MaxLapshin
Contributor I

gst-launch v4l2src device=/dev/video0 ! video/x-raw-yuv,width=640,height=360,framerate=15/1 ! mfw_vpuencoder codec-type=std_avc bitrate=500 gopsize=150 ! video/x-h264,width=640,height=360 ! rtph264pay pt=96 ! udpsink host=192.168.0.95 port=5000 sync=false

Than capture this with erlyvideo

0 项奖励
回复