when the hardware decoder is enabled the video is not playing smoothly in vlc player source code compiled.
when the hardware decoder is enabled the video which has Field Order: Top field first (interlaced) not playing smoothly in vlc source code compiled
(/uploads/e59a39a36b3f881c9362a37838bc5ab5/image_2023_06_23T10_56_36_820Z.png)
this is my input video which was not playing smoothly
media.setHWDecoderEnabled(true, true);
media.addOption(":network-caching=150");
media.addOption(":clock-jitter=0");
media.addOption(":clock-synchro=0");
hardware decoded was enabled.
others videos are playing smoothly when hardware decoder was enabled that input was
in amlogic android 11 tv device
solve my issue please
thanks in advance
Edited by udhayNuk