Page 1 of 1

Error 404 Problem accessing /rest/videoPlayer.view

PostPosted: Sat Mar 30, 2013 1:40 pm
by DivBy0
It's strange but my video's were all running fine on my android. But today when I tried to access them, I got the below message in my internet browser on my phone. Has anyone seen this before? I've reloaded MusicCabinet, Madsonic and flash, in hope that it might fix the problem. Didn't work. The mkv's transcode fine in MusicCabinet. Any suggestion?

HTTP ERROR 404
Problem accessing /rest/videoPlayer.view. Reason:
Not Found
--------------------------------------------------------------------------------
Powered by Jetty://

Update:
ok ..I did a little more checking and I have found by uninstalling MusicCabinet version 7.24C and reinstalling version 7.19 thru 7.22b I'm able to view movies in the jwplayer on my android. There must be some code error/conflict in the new version.

The problem is version 7.23 and 7.24. It seems perhaps the REST mod's implemented are having this adverse effect. I'm running Madsonic on a Galaxy SIII

Re: Error 404 Problem accessing /rest/videoPlayer.view

PostPosted: Tue Apr 02, 2013 8:19 pm
by hakko
Thanks for tracking it down! I'm not totally surprised as 0.7.23 is where I upgraded from REST 1.7.0 to 1.8.0 (for compatibility with more apps). I'll have to check what I removed during that process that causes this.

Re: Error 404 Problem accessing /rest/videoPlayer.view

PostPosted: Mon May 13, 2013 1:15 am
by NHellFire
I've just had a quick look, looks like this is missing from RESTController:
Code: Select all
    @Override
    public ModelAndView videoPlayer(HttpServletRequest request, HttpServletResponse response) throws Exception {
        return restMediaRetrievalController.videoPlayer(request, response);
    }


* Edit: Full fix here: https://github.com/hakko/subsonic/pull/38/files