08-11-2018 06:45 AM
08-12-2018 02:02 AM
08-12-2018 03:43 AM
adamgoodrich said:
I use the following batch file to stream to VLC via wired USB connection:
adb exec-out "while true; do screenrecord --bit-rate=8m --output-format=h264 --time-limit 180 -; done" | "C:\Program Files\VideoLAN\VLC\vlc.exe" --demux h264 --h264-fps=60 --clock-jitter=0 --network-caching=100 --sout-mux-caching=100 -
11-05-2018 02:38 AM