![]() |
2008-05-28
, 23:56
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#112
|
Actually there is an ALSA device (libaudio to be more specific) mapped as arecord (and aplay) will work, but it seems that nothing else can use the DSP, and you have to ask it nicely (a DSP supported format, rate, etc.) which gstreamer does...
cvlc v4l2:///dev/video0:chroma="UYVY":width=320:height=240:adev=default:audio-method=2:samplerate=8000
![]() |
2008-05-29
, 07:50
|
Posts: 34 |
Thanked: 24 times |
Joined on Jan 2008
@ Saint-Avertin / France
|
#113
|
![]() |
2008-05-29
, 10:28
|
Posts: 11 |
Thanked: 0 times |
Joined on May 2008
|
#114
|
![]() |
2008-05-29
, 16:41
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#116
|
The Following User Says Thank You to qole For This Useful Post: | ||
![]() |
2008-05-29
, 16:50
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#117
|
So, qwerty12, I've tried out your kernel. I've had lots of fun with the rotation, and it seems to me that my tablet boots a bit faster with the high speed SD, but I could be imagining it.
The "EIO not returned in VIDIOC_DQBUF" patch certainly stops the errors, but I'm not sure it is a good solution. A/V sync in Videocamera (look in the Garage) and with a standard GStreamer pipeline is pretty dismal; I think it has actually gotten worse with this patch. I don't know what a better solution would be here, though... I'll keep playing around; I still think there's hope.
As for the V4L1 patch: how do I use it? There's no v4l1 device created (usually /dev/video) and /dev/video0 is not recognized as a v4l device by VLC 0.8.6...
Sigh. Thanks for the kernel anyway!
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2008-05-29
, 17:02
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#118
|
BTW: If you do end up flashing another kernel to remove the "EIO not returned in VIDIOC_DQBUF" patch, I recommend flashing fanoush's rotation kernel. That has the fixed rotation and the SD high speed without any extreme stuff like my kernel.
![]() |
2008-05-29
, 17:06
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#119
|
![]() |
2008-05-29
, 21:23
|
Posts: 34 |
Thanked: 24 times |
Joined on Jan 2008
@ Saint-Avertin / France
|
#120
|
EDIT: I wonder if we need to ask even more nicely. How do we get VLC to use the S16_LE audio format?
As mentionned :
"ALSA native applications can run over DSP Gateway and use DSP PCM task nodes"
I tried this :
cvlc
Maybe some dbus guru could help.
Lokidor