I need to get the live camera feed on the raspberry pi 3 to my Android Mobile/Tablet.
I ran this line on the raspberry pi
Code: Select all
raspivid -o - -t 9999999 -n -w 600 -h 400 -fps 25 | cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rstp://:8554/}' :demux=h264But when I try to do the same on the android platforms, I get an error saying "The location rstp://192.168.xx.xx:8554/ cannot be played".
please help me fix this.
thank you