hi35xx / live-streamer

RTP/RTSP stream server
GNU General Public License v3.0
122 stars 102 forks source link

Error on start in build from buildroot #8

Open AlexMikkel opened 4 years ago

AlexMikkel commented 4 years ago

Hello! I created a build with live-streamer using a Buildroot for hi3518v200. The system starts ok (file system jffs2), but I can't start the live-streamer as before. The command: live-streamer -vsrc "isp0:sensor=imx222|videv0|vichn0|vpgrp0|vpchn0" -venc "vpchn0|vechn0:encoding=H264,resolution=720P,framerate=25" -stream 0:vechn0

gives the following result:

VideoSource isp0:sensor=imx222|videv0|vichn0|vpgrp0|vpchn0 not found VideoEncoder vpchn0|vechn0:encoding=H264,resolution=720P,framerate=25 not found

What am I doing wrong?

image

AnatoliiShablov commented 3 years ago

live-streamer -pipe "isp0:sensor=imx222|videv0|vichnxx0|vpgrp0|vpchnxx0|vechn0:encoding=H264,resolution=720P,framerate=25" -vsrc isp0 -venc vechn0 -stream 3:vechn0 Try this one