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: 
oliverh
Visitor

Roku model names via ECP SSDP

Hello,

we are working on a project that uses the External Control Protocol, including discovery via SSDP. Using the "Location" parameter in the SSDP response, we can read the Roku's XML file and determine the <modelName>.

We would now like to match this model name to our database of AV devices. Would it be possible to get a list of the model names of all the Roku Players that have ever been released, as they appear in the XML file?

Secondly, do all Roku models support ECP, all the way back to the Roku DVP (N1000)?

Thanks for your help!
0 Kudos
4 REPLIES 4
TheEndless
Channel Surfer

Re: Roku model names via ECP SSDP

Wikipedia lists all model numbers: http://en.wikipedia.org/wiki/Roku
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
oliverh
Visitor

Re: Roku model names via ECP SSDP

Thanks, TheEndless.

What I am looking for are the exact model names, as they appear in the XML files of the different Roku models. For example, the 3100X has this <modelName>:

Roku Streaming Player 3100X

Do all models follow the same naming pattern in their XML?
0 Kudos
EnTerr
Roku Guru

Re: Roku model names via ECP SSDP

"oliverh" wrote:
What I am looking for are the exact model names, as they appear in the XML files of the different Roku models. For example, the 3100X has this <modelName>:
Roku Streaming Player 3100X

Do all models follow the same naming pattern in their XML?

I recommend using <modelNumber> instead
<modelNumber>3100X</modelNumber>

Yes, to my experience all Roku models - all of them - return at :8060 root the xml descriptor in the same format. Undocumented.
0 Kudos
oliverh
Visitor

Re: Roku model names via ECP SSDP

Hi EnTerr,

thanks, using <modelNumber> is a great idea, I shall do that.
0 Kudos
Need Assistance?
Welcome to the Roku Community! Feel free to search our Community for answers or post your question to get help.

Become a Roku Streaming Expert!

Share your expertise, help fellow streamers, and unlock exclusive rewards as part of the Roku Community. Learn more.