Ruug
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2010
11:30 AM
launch command questions
Two questions about the launch command an netflix channel:
1. will app id 12 always be netflix?
2. are there any parameters that can be supplied to the netflix app to do things like launch a particular movie? or start playing a particular movie where I left off?
Ruug
1. will app id 12 always be netflix?
2. are there any parameters that can be supplied to the netflix app to do things like launch a particular movie? or start playing a particular movie where I left off?
Ruug
3 REPLIES 3
RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2010
09:54 AM
Re: launch command questions
1. That is not guaranteed. You should query for the apps, and launch the id that matches your desired channel name.
2. That is something we've planned to add, but it's not currently available.
--Kevin
2. That is something we've planned to add, but it's not currently available.
--Kevin
Ruug
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2010
04:57 PM
Re: launch command questions
Thanks Kevin. Another question about the ECS. I'm trying to keep a connection open to the Roku box from my client. I find the connection drop after about 5 seconds. Does the software on the box allow me keep a connection up indefinitely?
RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2010
09:27 AM
Re: launch command questions
It does not. You should open a new socket for each request.
--Kevin
--Kevin