Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
roberts
Visitor

MAC address

Is there a way to get MAC address of a Roku box?
0 Kudos
4 REPLIES 4
TheEndless
Channel Surfer

Re: MAC address

The MAC address is listed on the bottom of the device, and in the Settings->Player Info/About. If you mean programmatically, I don't think so.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
roberts
Visitor

Re: MAC address

I mean programmatically. I need to store both MAC address and Serial number for device authentication. I suppose roDeviceInfo already have methods I'm looking for.
0 Kudos
gonzotek
Visitor

Re: MAC address

"roberts" wrote:
I mean programmatically. I need to store both MAC address and Serial number for device authentication. I suppose roDeviceInfo already have methods I'm looking for.
The MAC address of a unit could vary between it's wired and wireless interfaces, depending on the unit. I also don't see any methods to find the MAC address in the component reference, device linking, or brightscript reference docs in the 3.0 beta sdk. Have a look at pages 10-11 of the developerguide.pdf, and the whole of DeviceRegistrationAndLinking.pdf, for suggested methods for device linking/registration/authentication.
Remoku.tv - A free web app for Roku Remote Control!
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com
0 Kudos
Anonymous
Visitor

Re: MAC address

We recommend against using the serial number or MAC address for authentication. Please check the device registration and linking document in the SDK for the preferred, token-based method of authentication.
0 Kudos