- July 25, 2010
- 4,024
- 1,420
- Home Country
-
Germany
- Thread starter
- #211
But you get all the other information? I mean you can browse trhough your movies and TvShows?@FreakyJ
I made a lot of changes in the TranscodingService (not pushed jet) and wanted to test them with MP2E. How do I do this? I tried a VM with aMProid 1.1.3 but I don't seem to get any stream request from it when I try to play a movie. I also tried an emulation in android studio with the latest source but seems to be an old version that is not using MPE.
I also tested streaming with Android x86 in a VM and using AMPdroid from the google play store (free edition). Set the debug level to "All" (take a look into the Wiki for that). And it should show you also the Debug messages. I log every request coming to MP2Extended as Debug.
Also you can try to open the links in the browser, it is pretty straigh forward. The Call will return a URL and you can put it into VLC. Using AMPdroid I actually used the IOS profiles. So just add andoid to the targets. But I think the android profiles should work, too.
Try also to call the URL from inside the VM to see if it has connection to the Server (but it should if you came to the streaming menu^^).
You can get the IDs by using various other API calls. I made myself a samll txt file with IDs for TvShows, TvEpisodes, Movies etc. One ID for each to make tesing easy.
Doesn't sound easy but I don't know why it doesn't work for you right now. I just know that it worked here, I know not very helpful^^
But great that you are working on the transcoding service, really really thank you
@johanj
I haven't downlaoded the DB yet, was a bussy day today. I just wanted to quikly answere Hensos question so that he can continue