PHPMotion implementation - URL based videos (Hosted on separate location) -


i have implement video collection website users of specific isp. site hosted on public web-server movies hosted on local isp server. user of isp + general visitors can see available movies; isp's users able play them. player on site point url of local machine (http://192.x.x.x/movies/mymovie.mov) private class (192.x.x.x) accessible isp user.

question: possible phpmotion script? or need custom work. if possible, can please suggest available mods?

phpmotion require modifications able handle this. uploading, conversion, thumbnail generation, , playback pretty static in phpmotion.

really though, rather modding entire upload , conversion process, if created quick custom form add entries phpmotion database (maybe include thumbnail upload), tweaked playback paths, should go on phpmotion side of things. assume had videos in format player handle (such flv or mp4).


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -