Hi, I've got a HD810 with the EM100 expansion module ad i want to play several clips with embedded multichannel AC3 audio via the optical out of the EM100. I've added this script to my autorun.brs:
p = CreateObject("roMessagePort") video = CreateObject("roVideoPlayer") video.SetPort(p) vm = CreateObject("roVideoMode") vm.SetMode ("1920x1080x50i") video.SetAudioOutput(3) video.SetAudioMode(0) video.MapDigitalOutput(0) video.SetVolume(100) But i can't get any audio out of the EM100, can somebody please help me? thanks in advance, Rafael