131 / h264-live-player

A live h264 player for the browser (ideal for raspberrypi / raspicam )
MIT License
1.08k stars 251 forks source link

could not play the stream which are get from command bellow. #50

Open andyliuliming opened 6 years ago

andyliuliming commented 6 years ago

ffmpeg -f v4l2 -framerate 15 -video_size 640x480 -input_format yuyv422 -an -i %s -c:v h264_omx -b:v 300k -an -profile:v baseline -level 3.0 -pix_fmt yuv420p -f rawvideo -"

is there a special requirement for the -level?

131 commented 6 years ago

-i % ?, maybe you can give the full line & some output logs (write your stream in a file & link it here)