Active Topics

 


Reply
Thread Tools
Posts: 34 | Thanked: 24 times | Joined on Jan 2008 @ Saint-Avertin / France
#81
Looking at the VLC code, it seems that the "Failed to wait (VIDIOC_DQBUF)" error is returned by vlc when the VIDIOC_DQBUF function of the v4l2 driver returns the error code EIO.

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
 

The Following User Says Thank You to lokidor For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#82
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.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#83
I have a fairly acceptable stream from VLC now. I replaced "size" with "width" and "height" and I used 160x120 for the dimensions.

Code:
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}}"
I have to use mplayer (mplayer http://localhost:7070) if I want to see the video on the tablet, since I can't seem to get VLC to actually display video.

One bit of good news: we don't have to worry too much about hildonizing VLC. Just run the following:

Code:
vlc -I http
and then point your browser at http://localhost:8080
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 
Posts: 34 | Thanked: 24 times | Joined on Jan 2008 @ Saint-Avertin / France
#84
Hey qole,

Reading your command line I think you are missing a slash, you should do this :
Code:
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}}"
That will have no impact on the video but that will prevent the following error to come :
Code:
[00000369] v4l2 demux error: cannot open video device (No such file or directory)
You will still have the ALSA/OSS errors.

Lokidor
 

The Following User Says Thank You to lokidor For This Useful Post:
Posts: 34 | Thanked: 24 times | Joined on Jan 2008 @ Saint-Avertin / France
#85
Hey sampppa,

Can't reply your last private message, I think your inbox or outbox is full.

To do the mv commands you need to be outside scratchbox and run the commands as root.

Be sure to be in the folder you run "scratchbox/login" and you should be able to complete commands like:
Code:
mv scratchbox/tools/bin/m4.bak scratchbox/tools/bin/m4
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#86
Originally Posted by qole View Post
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.
Well, if you want, I could compile the stock nokia kernel with that patch applied?
 

The Following 2 Users Say Thank You to qwerty12 For This Useful Post:
Posts: 34 | Thanked: 24 times | Joined on Jan 2008 @ Saint-Avertin / France
#87
Yes I think that would be very useful to test this patch.

Thank you qwerty12
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#88
Sure, I'm away from computer now but I'll do it 1st thing in the morning if someone doesn't beat me overnight
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#89
What did I tell you

This is the stock kernel with the patch applied:
http://www.mediafire.com/?mabwyzytjuo
 

The Following User Says Thank You to qwerty12 For This Useful Post:
Posts: 34 | Thanked: 24 times | Joined on Jan 2008 @ Saint-Avertin / France
#90
Thanks qwerty12

I tested your stock kernel, as expected the patch solve the VIDIOC_DQBUF error.

Lokidor
 

The Following User Says Thank You to lokidor For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 21:58.