kakone / VLC.MediaElement

MediaElement clone powered by VLC
GNU Lesser General Public License v2.1
68 stars 33 forks source link

The arm version cannot pass the test #43

Closed ZhaoYunxiong closed 6 years ago

ZhaoYunxiong commented 6 years ago

I compiled the release version of arm, and then started Windows App Cert Kit to test it, and the test results failed. The test report points out that the API "if_nametoindex" in iphlpapi.dll is not supported by the platform, libvlccore.dll calls this API. So I can't submit my application to the windows store. How to solve it?

touseefbsb commented 6 years ago

@ZhaoYunxiong have you found out reason of test failed yet? and also which version of libvlcx are you using? is it the latest?

ZhaoYunxiong commented 6 years ago

@touseefbsb After I compiled the arm release with visual studio, it automatically popped the window to start the "Windows App Cert Kit" to test the application, and the test results failed. The test report points out that the API "if_nametoindex" in iphlpapi.dll is not supported by the platform, libvlccore.dll calls this API. I compiled the application can run on the phone, but can not submit to the store. The libvlc version I used was 0.9.6. You can try to compile the arm release of SampleApp When you compile successfully, visual studio pops up the window to test this application, The test results should be failed.

touseefbsb commented 6 years ago

@ZhaoYunxiong Please let us know as well if you are able to find solution to this issue :)

kakone commented 6 years ago

Annoying bug... I think we can't do anything in our side. I will try to ask to the VLC team.

touseefbsb commented 6 years ago

yeah we cnt do anything this has to be done by vlc team within the package libvlcx

ZhaoYunxiong commented 6 years ago

Others also discovered this problem. Windows phone 10 - libvlccore.dll - if_nametoindex

mfkl commented 6 years ago

Hey guys, Sorry for the delay, here's a working ARM build that passes the cert kit https://drive.google.com/open?id=1IJfELbngJiIQKRXMPYjJXnj8VW8hCQnz. Note that I noticed some regressions regarding playback on some AVI files via SMB.

kakone commented 6 years ago

Thanks Martin, I will update the libVLCX package.

ZhaoYunxiong commented 6 years ago

@kakone Have you made any progress?

kakone commented 6 years ago

You can try VLC.MediaElement 0.9.20.

ZhaoYunxiong commented 6 years ago

That's okay