Need a custom module written for Darwin Streaming Serverhttp://developer.apple.com/documentation/QuickTime/QTSS/Preface/chapter_1_section_1.htmlModule simply needs to take a URL parameter and make a HTTP call to an external server to get a yes/no reply.E.g. user accesses a URL http://server/somefile.mp4?The token and is then sent to the external URL and if a yes reply is received the file is played normally. If a no is received the user is re-directed to another URL or given or played an...