[Redbutton-devel] Cant watch BBC News Multiscreen
Brought to you by:
skilvington
|
From: Andrea <mar...@go...> - 2008-06-17 15:13:49
|
Hi, After the recent change in MHEGStreamPlayer I still cannot watch/listen to BBC News Multiscreen. Now I don't get video nor audio. I've noticed that the MHEGStreamPlayer still tries to open the dvr multiple times. With the attached diagnostic patch, it is possible to see when the dvr is opened and closed. This is the output: Opened /dev/dvb/adapter0/dvr0=0x81615f0, Have Video=1, Have Audio=1 GetEngineSupport: unknown feature 'BBCATV(1)' Closed 0x81615f0 Unable to open MPEG stream (-1, -1, -1) TODO: SceneClass: ~//s/newsloops.mhg 0; aspect_ratio=4:3 Unable to open MPEG stream (-1, -1, -1) Opened /dev/dvb/adapter0/dvr0=0x818e6f8, Have Video=1, Have Audio=0 Device or resource busy Unable to open MPEG stream (16768, -1, 1) Device or resource busy Unable to open MPEG stream (16768, 2, 1) The last 2 dvr opens fail because the dvr has already been opened. Am I doing anything wrong? Andrea |