Search found 1 match

by perlguy
Thu Jul 12, 2012 5:49 pm
Forum: Development Support
Topic: Tuner locking via hdhomerun_config
Replies: 5
Views: 67433

Re: Tuner locking via hdhomerun_config

...

Tuner locking can be used to implement dynamic tuner allocation:
- generate a random key
- attempt to set lockkey to random key
- if lockkey returned an error, proceed to the next tuner
- set channel/target, signing the set commands with the key
- when finished with the tuner, lockkey is set ...