Re: [Redbutton-devel] Small changes to rb for Fedora 9
Brought to you by:
skilvington
|
From: Andrea <mar...@go...> - 2008-06-12 20:52:11
|
Simon Kilvington wrote: > not sure why the audio does not play in News Multiscreen - it works for > me - the error you get seems to suggest it is trying to open an audio > stream that does not exist - if you run rb-browser with the -v flag and > send me a log of the output, I'll see if I can work out what is going > wrong I have run it with -v and I have uploaded the file here http://xoomer.alice.it/enodetti/log/rb-br.log Interesting to note is the following: MHEGStreamPlayer_setAudioStream: tag=53 MHEGStreamPlayer_play: service_id=16768 audio_tag=53 video_tag=0 Unable to open MPEG stream (16768, 53, 0) ElementaryAction_set_variable OctetStringVariableClass: ~//s/newsloops.mhg 93; SetVariable SetVariable: OctetString '~/c/vidloop4' Processing next asynchronous event Generated event: ~//s/newsloops.mhg 87; content_available Processing next asynchronous event Generated event: ~//a 134; stream_stopped Processing next asynchronous event Generated event: ~//a 136; stream_playing MPEG TS demux: ignoring unexpected PID 404 MPEG TS demux: ignoring unexpected PID 403 MPEG TS demux: ignoring unexpected PID 406 MPEG TS demux: ignoring unexpected PID 405 The News Multiscreen channel broadcasts with the following PIDs: Video: 202 Audios: 403, 404, 405, 406 Could it be that rb is expecting 53 instead of one of the audios? Andrea |