kaist-ina / nemo

This is an official GitHub repository for the paper, "NEMO: Enabling Neural-enhanced Video Streaming on Commodity Mobile Devices".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't execute SR on Xiaomi6

estimate123 opened this issue · comments

i successfully install EXOplayer on Xiaomi6 and copy the video, dlc and cache profile to the device, but when I open the Exoplayer, even if I choose the mode Decode-SR, it just plays the 240p video, the phone did not execute the SR model.
I try to debug the Exoplayer in Android Studio, I can find where the parameters (contentpath, quality, resolution, decodeMode and algorithm type) is passed to the LibvpxVideoRenderer, but during the whole process. the Vpxdecoder is NULL in the LibvpxVideoRenderer. I don't know why, I don't know how to debuge to get the SR model executing on the phone, can you tell me where goes wrong? or how to debug the Exoplayer on the mobile device to see if the Vpxdecode is actually running or not