darylkhuong
15 years agoVisitor
How to create a Netflix-alike website?
I wish to create a subscribed-only video site similar to Netflix. Is there any quick start guide to set this up, like steps and tools that I will need to get it up running. I found the SDK guide are too insufficient to start with. Any good book on creating a media streaming to read?
Here are my specific concerns. I guess there will be the following steps (at minimum) to get it up running.
1. Prepare the media
What format, resolution, and bitrate are supported. What's the best tool to convert from DVD or ISO. I'm using Handbrake, is there any better tool for this job?
2. Prepare the server hosting
What is the recommend bandwidth, let say for 10-100 people. Which is the best hosting out there? I currently have a 1and1.com account.
3. Prepare the server to host the video
I am familiar with HTML and .NET programming, but I will need a template or an example to start with.
4. Configure Roku player to connect to the server
I have no idea how to configure Roku to play from a website. I have an idea about Roku channel, but not sure it can do what I need in this case (see question 5).
5. User authenication
How to authenticate user and make sure only one account is using the service at a time. I wonder if Roku channel can do this.
6. Compatibility
Do Roku and Western Digital XD Live Plus players (or watching on PC) have the same streaming format? What will I need to do to support both players? Do I need to write different interface for each device?
Thanks for any advice.
Here are my specific concerns. I guess there will be the following steps (at minimum) to get it up running.
1. Prepare the media
What format, resolution, and bitrate are supported. What's the best tool to convert from DVD or ISO. I'm using Handbrake, is there any better tool for this job?
2. Prepare the server hosting
What is the recommend bandwidth, let say for 10-100 people. Which is the best hosting out there? I currently have a 1and1.com account.
3. Prepare the server to host the video
I am familiar with HTML and .NET programming, but I will need a template or an example to start with.
4. Configure Roku player to connect to the server
I have no idea how to configure Roku to play from a website. I have an idea about Roku channel, but not sure it can do what I need in this case (see question 5).
5. User authenication
How to authenticate user and make sure only one account is using the service at a time. I wonder if Roku channel can do this.
6. Compatibility
Do Roku and Western Digital XD Live Plus players (or watching on PC) have the same streaming format? What will I need to do to support both players? Do I need to write different interface for each device?
Thanks for any advice.