The Following User Says Thank You to lokidor For This Useful Post: | ||
![]() |
2008-05-22
, 17:33
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#82
|
![]() |
2008-05-22
, 23:34
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#83
|
vlc -Idummy v4l2://dev/video0:chroma=RV16:width=160:height=120 :sout="#transcode{vcodec=WMV2,fps=10,vb=196}:duplicate{dst=std{access=http,mux=asf,dst=:7070}}"
vlc -I http
![]() |
2008-05-23
, 17:53
|
Posts: 34 |
Thanked: 24 times |
Joined on Jan 2008
@ Saint-Avertin / France
|
#84
|
vlc -Idummy v4l2:///dev/video0:chroma=RV16:width=160:height=120 :sout="#transcode{vcodec=WMV2,fps=10,vb=196}:duplicate{dst=std{access=http,mux=asf,dst=:7070}}"
[00000369] v4l2 demux error: cannot open video device (No such file or directory)
The Following User Says Thank You to lokidor For This Useful Post: | ||
![]() |
2008-05-24
, 19:37
|
Posts: 34 |
Thanked: 24 times |
Joined on Jan 2008
@ Saint-Avertin / France
|
#85
|
mv scratchbox/tools/bin/m4.bak scratchbox/tools/bin/m4
![]() |
2008-05-24
, 19:44
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#86
|
Any ideas why "size" is being ignored?
As for the buffer errors: I've seen similar buffer errors with other camera-related programs, especially mplayer. I would say that all of the programs that use the camera (even gstreamer) struggle with the "missing frames" problem. I would love to see a patched kernel (I guess fanoush is the go-to guy for that), but I hope that a maemo version of VLC has some kind of workaround, since most people won't have a custom kernel.
![]() |
2008-05-24
, 20:01
|
Posts: 34 |
Thanked: 24 times |
Joined on Jan 2008
@ Saint-Avertin / France
|
#87
|
![]() |
2008-05-24
, 20:12
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#88
|
![]() |
2008-05-25
, 08:15
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#89
|
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
And looking at the maemo bug list, I found a patch from Sakari Ailus dealing with this error :
https://bugs.maemo.org/attachment.cgi?id=661
"vidioc_dqbuf returned -EIO in a number of cases which is probably a bit confusing for many programs. This patch changes behaviour so that the next intact frame is always returned (i.e. never -EIO anymore)."
I don't think this patch is applied to the current kernel because I don't see it in the source code, but I think it could do the trick.
Lokidor