First of all, great work!
I have an MXQ box with S805 and I have managed to successfully build and run the player on it. It plays video files without any problems. However, when I try to play an http stream, I get a lot of these messages:
AmlVideoSink: Adjust PTS - pts=12475.939744 vpts=12476.829989 drift=0.890244 (44.512222 frames)
and no video is played. I have tried to comment line 84 (codecPTR->SetCurrentPts) in AmlVideoSink.h but then audio and video are out of sync (~1sec.). Could you give me any pointers how to fix this? This is the full log:
https://pastebin.com/9SJCu1AL
Thanks!