-
Notifications
You must be signed in to change notification settings - Fork 3
Rendering Issue #4
Copy link
Copy link
Open
Description
Hi i am trying to run same application on two diff android devices both are give difference set of results as below
In Android 10 Device 1 data is not rendering proper , currently using private const val H264 = MediaFormat.MIMETYPE_VIDEO_AVC decode , also same MedicaFormate if use for Android 10 device 2 where data is rending smooth and clear.
Following the cmd use in windows for sending data
ffmpeg-master-latest-win64-gpl-shared\bin>ffmpeg -f gdigrab -i desktop -ac 2 -f x11grab -framerate 60 -video_size 640x480 -c:v libx264 -preset veryfast -b:v 1984k -maxrate 1984k -bufsize 3968k -vf "format=yuv420p" -g 60 -c:a aac -b:a 128k -ar 44100 -f h264 tcp://172.20.32.82:8080
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
