2008-06-12, 02:25 AM
I'm working on getting the DVB-T Radio plugin to work for client-mode GB-PVR machines...
With a gbpvr client using file sharing, I can use the UNC path for the root of the server's recordings folder (taken from the client's config.xml) then append the gbnetradio-X.mp3 filename and use PlayAudioFile() etc.
Am I right in thinking that with a streaming client, I need to pass a path to PlayAudioFile() which is actually local to the server?
At which point I need to add a remoting method to the DvbtrService running on the server, to allow the DvbtrClient to know what the server's 'local' recordings folder is???
Cheers,
Brian
With a gbpvr client using file sharing, I can use the UNC path for the root of the server's recordings folder (taken from the client's config.xml) then append the gbnetradio-X.mp3 filename and use PlayAudioFile() etc.
Am I right in thinking that with a streaming client, I need to pass a path to PlayAudioFile() which is actually local to the server?
At which point I need to add a remoting method to the DvbtrService running on the server, to allow the DvbtrClient to know what the server's 'local' recordings folder is???
Cheers,
Brian