I'm trying to use videolan to stream the content over my network , it works but its unwatchable ( Video artifacts and Audio shutters) . I guess its because of the transcoding parameters , the rpi cpu goes to 100% .
This is what I'm trying now:
Code: Select all
cvlc v4l2:///dev/video0 :norm=PAL_BGHIN :input-slave=alsa://plughw:1,0 --sout '#transcode{vcodec=DIV3,vb=256,scale=1,acodec=mp3,ab=64,channels=2}:std{access=mmsh,mux=asfh,dst=:8080}'-The rpi has hardware h264 encoding, is there anyway I can use this to stream /dev/video0 ?
-Or maybe the answer is not using videolan at all ?
Thanks