Go to advanced search

by BlazeCode
Wed Mar 20, 2019 2:16 am
Forum: Android
Topic: VLC Streaming on Android mobile
Replies: 0
Views: 1447

VLC Streaming on Android mobile

Hi, 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 raspivid -o - -t 9999999 -n -w 600 -h 400 -fps 25 | cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rstp://:8554/}' :demux=h264 and I'm able to get the camera feed on VLC on m...

Go to advanced search