RootEncoder icon indicating copy to clipboard operation
RootEncoder copied to clipboard

Android 12 box recording screen streaming, playing streaming picture garbled

Open iqiluwxy opened this issue 2 years ago • 1 comments

Hello, I used DisplayService on the Android 12 box to record the screen and push the stream, and then used the vlc player to pull the stream, but the picture was garbled, but after I used the Android 9 box to record the screen and push the stream and played the pull address, there was no such phenomenon, may I ask if you have any idea about it? 835a787e40e3cae7b2209e41b1978bc

iqiluwxy avatar Jan 31 '23 09:01 iqiluwxy

Maybe it is related with a video encoder bug in you Android 12. Can you check in logcat if you are using the same video encoder in both cases? The idea is exclude you encoder here: https://github.com/pedroSG94/rtmp-rtsp-stream-client-java/blob/master/encoder/src/main/java/com/pedro/encoder/utils/CodecUtil.java#L418

pedroSG94 avatar Feb 03 '23 09:02 pedroSG94

Closing as inactive.

pedroSG94 avatar Feb 26 '24 10:02 pedroSG94