Skip to content

Rendering Issue  #4

@Kiru3014

Description

@Kiru3014

Hi i am trying to run same application on two diff android devices both are give difference set of results as below

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions