- Thread starter
- #51
Yeah that sounds good! May be i can just replace the sql subclass
If you are interested in playing around with ASP.Net MVC just work trough this tutorial Part 1: Overview and File->New Project: The Official Microsoft ASP.NET Site MVC is the most sophisticated framework i've ever seen.
In reference to the live streaming you have to add a method to the specific "Controller" for example MovieLibraryController which gets the url with the transcoded stream, in your View you can access this implementation and bind the url to a HTML5 video tags or any other kind of player.
My problem so far is that i have no idea how to get such an url
The prefixing is done because my original idea was to expand the service to more than the MP databases. For example XBMC, WMP or any other database which seems to be interesting.
If you are interested in playing around with ASP.Net MVC just work trough this tutorial Part 1: Overview and File->New Project: The Official Microsoft ASP.NET Site MVC is the most sophisticated framework i've ever seen.
In reference to the live streaming you have to add a method to the specific "Controller" for example MovieLibraryController which gets the url with the transcoded stream, in your View you can access this implementation and bind the url to a HTML5 video tags or any other kind of player.
My problem so far is that i have no idea how to get such an url
The prefixing is done because my original idea was to expand the service to more than the MP databases. For example XBMC, WMP or any other database which seems to be interesting.