"dellsweig" wrote:
How would one configure MyMedia on my PC to
1) load the client on 2 Roku's (same subnet)
2) service requests from 2 Roku's
Thanks
Dan
I just got my second Roku, so this is something I'll be looking into. If you just got a new box, keep in mind that you have to put the box in developer mode to load the client on it (Home 3x, Up 2x, Right, Left, Right, Left, Right). Loading the client should just be a matter of changing the IP address in the Python Springboard setup. At some point I'm going to make this a private channel so that this isn't necessary (actually, I've already done it, but it's my experimental version that probably won't work with the latest server on github).
I haven't tried it, but I would think the easiest way to service requests from 2 Roku's simultaneously would be to run two instances of the server on different ports. The resume data for videos is stored on the box itself, so if you start a video on one box, quit in the middle, and then want to resume on the other box, the resume point will not be reflected on the other box. I have a working version that saves the resume data on the server so that you can pick up where you left off, but I don't know when I'll get a chance to get back to this project and get out a new release.
Another thing I've experimented with that some people might be interested in is subtitles. The latest firmware supports
SRT files. You have to find or create the files yourself and they have to be either on all the time or not (there's no way to toggle them during playback). I'll probably also add support for USB devices, but I'm not sure why you'd want to use one when you can stream from your server.
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.