lucas-j / libmpeg2-winrt

MPEG-2 decoder for Windows 8 apps
15 stars 16 forks source link

Windows Store / ARM fork #4

Open savage8811 opened 10 years ago

savage8811 commented 10 years ago

Hi lucas-j,

I don't know why, but I'm unable to find your App in the “Windows Store” on my x86 machine. Maybe there some store restrictions?

Nevertheless, I forked your project and made some minor changes.

Can I publish the project for my ARM-Devices to the Windows Store? (licensed as GPL)

lucas-j commented 10 years ago

Hi savage81,

The app name is 'MPEG-2 TS Video Player' and technically hasn't been released outside the US market yet. (I was told by a MSFT rep that adding other countries increases the turnaround time and the chance of having the app rejected.) I've been meaning to release a small fix, ARM support and WTV demuxing internationally for a while now, but have been busy with a new job in Seattle. I don't yet even have 8.1 or a proper dev environment setup. I'll have to get that all taken care of this weekend.

Thanks for contributing to this project. Since libmpeg2 is GPL, the entire project (unfortunately) has to be GPL, so I couldn't stop you from posting this to the Windows Store if you have a dev account there. However I'd greatly prefer any new changes being merged into the mainline app, so that people who already have downloaded it here in the US will get the new updates, and so that there aren't five possibly obsolete versions floating around a year from now.

One other caveat is that Microsoft's app store guidelines prohibit apps which are too similar to others to avoid this problem, and their automated review process might flag the new app.

Just out of curiosity: is your 'Dreambox Receiver' something similar to the HD Homerun Prime? A cool new idea for an app might be to stream from one of these tuners, complete with program guide and such.

savage8811 commented 10 years ago

technically hasn't been released outside the US market yet. (I was told by a MSFT rep that adding other countries increases the turnaround time and the chance of having the app rejected.)

Ok, I'm outside the US. I can't imaging that it's a problem to publish the app worldwide, because I see many apps in the store which are not in my region language. I'm new to windows store but I published several apps in GooglePlayStore and AppleAppStore, it was never a problem to publish regional apps worldwide.

However I'd greatly prefer any new changes being merged into the mainline app, so that people who already have downloaded it here in the US will get the new updates, and so that there aren't five possibly obsolete versions floating around a year from now.

I'm right there with you. So I created a pull request, take what you need :) It would be nice, if you publish the app worldwide.

is your 'Dreambox Receiver' something similar to the HD Homerun Prime?

I don't know HD Homerun Prime, but it looks similar. Dreambox is very popular in Europe.

A cool new idea for an app might be to stream from one of these tuners, complete with program guide and such.

Have a look at “dream web tv”. This app do this exactly. ;)

lucas-j commented 10 years ago

Hi savage81,

Thanks again for your pull request. I greatly appreciate any contributions to my projects, and I think you did a pretty amazing job extending this app with functionality I can't really promise. (For a while I was thinking about begging on Craigslist for a Surface RT to test on!)

Sorry for taking so long to get back to you. I had to reinstall Windows 8.1 + MSVS 2013 + a hundred other things over the weekend, and my new job is keeping me very busy during the day.

I've integrated your request into the mainline code, with some minor formatting changes. A few notes:

Thanks again for contributing. Please take a minute to look over these changes if you get a chance. If everything looks good on your end, I'll make a few last-minute changes and tests as soon as possible, submit a new version to the Windows Store and release to as many countries as they'll allow. It may take a while for the app to go through the release pipeline (the first time, it took over a week!) but eventually you should see your changes show up in the Windows Store.

slyi commented 10 years ago

Did you submit the ARM version yet to the store?