To clarify: I would not recommend using the online ivector system for speaker recognition purposes. The online ivector systems have been optimized for ASR purposes, and I suspect will give subpar performance for speaker recognition, relative to the usual scripts.
To reiterate my previous point, if you have the training data, you can always use the SRE10 setup as is. Just comment out the code which prepares the SRE10 data, and extracts ivectors for SRE10. Of course, you'll need your own enrollment and test data to replace it with. Also, you'll probably want to have some in-domain data (relative to your enroll + test data) to train the PLDA system. Just make sure the speakers are disjoint with the enroll and test data.