Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "johns" (Nov 26th 2011, 2:19am)
Ansonsten eine Wechselwirkung des Decodes mit der Tonausgabe ? (Decoder und alsa Testprogramm gleichzeitig laufen lassen.)
Quoted
(Der vdr muss mit X neu gestartet werden und darf erst nach X gestartet werden ?).

Quoted
Nur als Plugin im VDR klappt nur HDMI nicht!
Was macht VDR was eine Ausgabe über HDMI verhindert?
|
|
Source code |
1 2 |
pkg-config --libs alsa -lasound |
|
|
Source code |
1 2 3 4 |
ldd libvdr-softhddevice.so ... libasound.so.2 => /usr/lib64/libasound.so.2 (0x00007f54443a2000) ... |
system ist ein minimal ubuntu oneiric
|
|
Source code |
1 |
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@ |
|
|
Source code |
1 |
$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@ $(LDFLAGS) |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
pcm.dmixer {
type dmix
ipc_key 2048
slave {
pcm "hw:NVidia,7"
period_size 512
buffer_size 4096
rate 48000
format S16_LE
}
bindings {
0 0
1 1
}
}
pcm.!default {
type plug
slave.pcm dmixer
}
|