Bartyblaster
New Member
Hi, I'm in the process of developing an application which interfaces with the HDR FOX T2. I'd like to work with another like minded developer to explore my ideas and help me test with another T2. Anyone interested?
Are you aware of the existing custom firmware ecosystem? Check you are not re-inventing the wheel.Hi, I'm in the process of developing an application which interfaces with the HDR FOX T2. I'd like to work with another like minded developer to explore my ideas and help me test with another T2. Anyone interested?
If it is something that runs externally, you might like to look at https://hummy.tv/forum/threads/idea-foxy-max-pc-utility-developer-needed.5491/.Is it a custom firmware extension or something that runs externally and connects via DLNA, FTP or something similar?
Are you sure you are really adding anything to what is already available, albeit by other means? There is no reason at all to avoid custom firmware, unless you are also targeting the HDR-1800/2000T (which don't have the luxury of custom firmware).I want this to work with an unmodified humax, since it only communicates over ftp with humax
That is a good enough reason in itself ("because he can"). Keeps "your hand in" if you're a programmer.Perhaps he only wants to do it 'because he can' or can't as the case may be
I want this to work with an unmodified humax, since it only communicates over ftp with humax
If they are unmodified Humaxes then how will it get round all the recordings being encrypted so that they only play on the unit that recorded them?...then if you want to watch something your friend has on his Humax, it will initiate a peer-to-peer exchange of the recording, then you can watch it on your own Humax as if you'd recorded the program yourself.
How do you handle the list of members and how do you handle security of setting up the IP connections between them?I want to offer a service (amongst friends) that shows a consolidated list of recordings we all have, then if you want to watch something your friend has on his Humax, it will initiate a peer-to-peer exchange of the recording, then you can watch it on your own Humax as if you'd recorded the program yourself.
Assuming an adequate network speed (the first hurdle), the obvious way to do this would be to simply create a VPN to link the friends home networks, then use the DLNA facilities each HDR-FOX has as standard to access between them. Job done, no code required.I want to offer a service (amongst friends) that shows a consolidated list of recordings we all have, then if you want to watch something your friend has on his Humax, it will initiate a peer-to-peer exchange of the recording, then you can watch it on your own Humax as if you'd recorded the program yourself. There is a web-service "agent" that would need to run on a machine on the same local network as your Humax. This agent only communicates with the Humax over FTP. I've written most of the code, but want to do some testing.