I'm using Android's screenrecord to stream the device screen via adb and
pipe the
output to ffplay 3.4.  It works great using OS X via the command:

adb shell screenrecord --bit-rate=16m --output-format=h264 --size 800x600 -
| ffplay -framerate 60 -framedrop -bufsize 60M -

Windows 10 is a different story. I get a blurred out screen and the
following stream of errors:

[h264 @ 000001f5df14e5e0] cbp too large (51) at 43 7=    0B f=0/0
[h264 @ 000001f5df14e5e0] error while decoding MB 43 7
[h264 @ 000001f5df14e5e0] concealing 1556 DC, 1556 AC, 1556 MV errors in P
frame

[repeated until closed...]

How can I correct this problem?
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to