"hugetv" wrote:
hello to all'm looking to see if I find a complete ms sdk I find on the roku developer for live tv
If you create and log in to your developer account on roku.com, you should find everything you need under,
https://owner.roku.com/Developer. The "SDK" that you can download from there is primarily a bunch of examples. Most of the SDK "documentation" is online, and can be accessed from the "SDK Documentation" link.
Unless you're using the example code as templates for your own code, there's nothing you really "need" to download to develop any kind of channels for any Roku device on any platform (ms, apple, or anything else). You can get by with just your Roku, a web browser and a simple text editor, and perhaps a telnet program for debugging.
Unlike many traditional SDK's there are no compilers, linkers, libraries, build tools, etc., that you need for developing Roku channels. Start with the
Developer Guide.