Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: ANNOUNCE: bitstreamout-0.42i (Was: AC3 over Soundcard (live and replay))



Ok, my config:

1st card DVB-C (Siemens) as primary
2nd card DVB-C (Technotrend)
3rd card DVB-S (Hauppauge) without IRQ Sharing....

Therefore for Pro-7 Transfermode is ok. The CMI on Board is the only
card in system. In modules.conf:

alias snd-card-0 snd-cmipci

Also possible:

video:/usr/local/src/VDR # aplay /usr/share/sounds/alsa/test.wav
Playing WAVE '/usr/share/sounds/alsa/test.wav' : Signed 16 bit Little
Endian, Rate 44100 Hz, Stereo
video:/usr/local/src/VDR # 

VDR is running as root !

root     18396     1  0 16:13 ?        00:00:00 [kdvb-av7110]
root     18397     1  0 16:13 ?        00:00:00 [kdvb-av7110]
root     18398     1  0 16:13 ?        00:00:00 [kdvb-av7110]
root     18401 16959  0 16:13 pts/0    00:00:00 /bin/sh
/usr/local/src/VDR/runvdr
nobody   18403 18401  0 16:13 pts/0    00:00:01 ./server/LCDd -c
./LCDd.conf
root     18406 16959  0 16:13 pts/0    00:00:00 su -c
/usr/local/src/VDR/vdr -c /usr/local/src/VDRtmp 
root     18407 18406  0 16:13 pts/0    00:00:03 /usr/local/src/VDR/vdr
-c /usr/local/src/VDRtmp -s /us
root     18409     1  0 16:13 ?        00:00:06 [kdvb-fe-0:0]
root     18410 18407  0 16:13 pts/0    00:00:00 /usr/local/src/VDR/vdr
-c /usr/local/src/VDRtmp -s /us
root     18411 18410  0 16:13 pts/0    00:00:04 /usr/local/src/VDR/vdr
-c /usr/local/src/VDRtmp -s /us
root     18412 18410  0 16:13 pts/0    00:00:00 /usr/local/src/VDR/vdr
-c /usr/local/src/VDRtmp -s /us
root     18414     1 38 16:13 ?        00:21:17 [kdvb-fe-1:0]
root     18415 18410  0 16:13 pts/0    00:00:16 /usr/local/src/VDR/vdr
-c /usr/local/src/VDRtmp -s /us
root     18416 18410  0 16:13 pts/0    00:00:12 /usr/local/src/VDR/vdr
-c /usr/local/src/VDRtmp -s /us
root     18418     1  3 16:13 ?        00:01:44 [kdvb-fe-2:0]
root     18419 18410  0 16:13 pts/0    00:00:31 /usr/local/src/VDR/vdr
-c /usr/local/src/VDRtmp -s /us
root     18420 18410  0 16:13 pts/0    00:00:14 /usr/local/src/VDR/vdr
-c /usr/local/src/VDRtmp -s /us
root     18421 18410  0 16:13 pts/0    00:00:00 /usr/local/src/VDR/vdr
-c /usr/local/src/VDRtmp -s /us
root     18422 18410  0 16:13 pts/0    00:00:00 /usr/local/src/VDR/vdr
-c /usr/local/src/VDRtmp -s /us
root     18453 18410  0 16:17 pts/0    00:00:00 /usr/local/src/VDR/vdr
-c /usr/local/src/VDRtmp -s /us
root     18454 18410  0 16:17 pts/0    00:00:00 /usr/local/src/VDR/vdr
-c /usr/local/src/VDRtmp -s /us
root     18459 18410  0 16:19 pts/0    00:00:00 /usr/local/src/VDR/vdr
-c /usr/local/src/VDRtmp -s /us
root     18460 18410  0 16:19 pts/0    00:00:00 /usr/local/src/VDR/vdr
-c /usr/local/src/VDRtmp -s /us


> -----Ursprüngliche Nachricht-----
> Von: vdr-bounce@linuxtv.org [mailto:vdr-bounce@linuxtv.org] 
> Im Auftrag von Dr. Werner Fink
> Gesendet: Mittwoch, 29. Januar 2003 16:09
> An: vdr@linuxtv.org
> Betreff: [vdr] Re: ANNOUNCE: bitstreamout-0.42i (Was: AC3 
> over Soundcard (live and replay))
> 
> 
> On Wed, Jan 29, 2003 at 03:18:04PM +0100, =?iso-8859-1?Q?H. 
> _Sch=F6bel?= wrote:
> > Ok, tried the new version. Compiling is no more a problem 
> :-) But, the 
> > viewing of Pro7 is impossible:
> > 
> > Jan 29 15:09:28 video vdr[4302]: switching to channel 3
> > Jan 29 15:09:28 video vdr[4318]: transfer thread started (pid=4318) 
> > Jan 29 15:09:28 video vdr[4319]: receiver thread started on device 3
> > (pid=4319)
> 
> What is your PrimaryDevice?  And why there is a transfer from 
> the PrimaryDevice to device 3?
> 
> > Jan 29 15:09:28 video vdr[4322]: receiver thread started on device 1
> > (pid=4322)
> > Jan 29 15:09:28 video modprobe: modprobe: Can't locate module 
> > snd-card-1 Jan 29 15:09:28 video modprobe: modprobe: Can't locate 
> > module snd-card-2 Jan 29 15:09:28 video modprobe: modprobe: Can't 
> > locate module snd-card-3
> 
> Why these modules will be probed?  I suggest that you'll have 
> only one sound card in your system and this would be 
> snd-card-0 as alias for the real module in /etc/modules.conf.
> 
> Are you able to do
> 
>     aplay /usr/share/sounds/alsa/test.wav
> 
> ?  If not you should run
> 
>    alsaconf
> 
> or you should clean your /etc/modules.conf at the place where 
> the ALSA modules will be loaded.
> 
> > Jan 29 15:09:28 video vdr[4320]: INSTREAM: Synchronize AC3 thread 
> > started (pid=4320) Jan 29 15:09:28 video vdr[4320]: 
> INSTREAM: thread 
> > can not set process
> > priority: Success
> 
> Hmmm ... VDR runs not as root, should not be a problem, the 
> thread parsing the received TS stream should work ... if it 
> receive something.
> 
> > Jan 29 15:09:30 video vdr[4319]: buffer usage: 80% 
> (pid=4318) Jan 29 
> > 15:09:30 video vdr[4319]: buffer usage: 85% (pid=4318) Jan 
> 29 15:09:30 
> > video vdr[4319]: buffer usage: 90% (pid=4318) Jan 29 15:09:30 video 
> > vdr[4319]: buffer usage: 95% (pid=4318) Jan 29 15:09:30 video 
> > vdr[4319]: buffer usage: 100% (pid=4318) Jan 29 15:09:30 video 
> > vdr[4319]: ERROR: ring buffer overflow (89 bytes
> > dropped)
> > Jan 29 15:09:30 video vdr[4319]: ERROR: ring buffer overflow (188 
> > bytes
> > dropped)
> > Jan 29 15:09:36 video last message repeated 16055 times
> > 
> > Then comes the emergency exit  :-(
> > 
> > Alsa is loaded. I use the recommended Setup (DVB Digital Out to CMI 
> > Digital In, Digital Out from CMI to my Denon 3800 
> Receiver). "Normal" 
> > channels are no problem, i can hear the pcm sound and the receiver 
> > switch the digital input on.
> 
>      Werner
> 
> 
> -- 
> Info:
> To unsubscribe send a mail to listar@linuxtv.org with 
> "unsubscribe vdr" as subject.
> 
> 




--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index