Use adb screenrecord command to mirror Android screen to PC via USB -


i've tried suggestion fadden mirror android screen pc, vlc player screen show nothing:

enter image description here

what correct commands lines function? thanks.

i don't remember vlc command line used initial testing. i've tried few different things recently, on desktop linux (ubuntu 15.10).

vlc

if pipe output vlc --demux h264 -, appears work, gradually farther behind. adding --h264-fps=60 seems that, start getting errors ("es_out_set_(group_)pcr called late"). adding --clock-jitter=0 seems make errors less traumatic, it's still pretty messed up.

ffplay

a simple ffplay - works, seems take few seconds decide start, , ends lagging behind entire time.

mplayer

the command mplayer -demuxer h264es - seems yield best results. starts immediately, little delay, , doesn't freak out vlc.


Comments