Active Topics

 

Showing results 1 to 25 of 34 @ 0.04 seconds. Search: Posts Made By: lokidor
Forum: Nokia N800 2008-09-28, 11:17
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

Streaming over http works (audio or video but not both at the same time)

Typical command for video :
cvlc -vvv v4l2:///dev/video0:chroma=UYVY:height=144:width=176:swscale_maemo \...
Forum: Nokia N800 2008-08-30, 21:49
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

New packages here (http://manupap1.free.fr/maemo/diablo/)

I got some bugs with the maemo interface but the playlist and the omapfb video output seems to work.

lokidor
Forum: Nokia N800 2008-08-30, 12:52
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

I should be able to build packages before the end of the weekend.

I dont know if Antoine will have the time to follow the planning.

From what I see on the git log for the moment he did not yet...
Forum: Nokia N800 2008-07-27, 00:37
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

As I wanted to take a look at the Antoine work's (the GSoC student, see here (http://wiki.videolan.org/SoC_2008/New_VLC_interface_for_Maemo)) , I built a version of vlc from its tree.

This tree is...
Forum: Nokia N800 2008-07-02, 21:01
Replies: 12
Views: 4,865
Posted By lokidor
Re: Stream media from home network with N800?

Well VLC will be ported to NIT (see here (http://wiki.videolan.org/SoC_2008/New_VLC_interface_for_Maemo))
So basicaly you could use it as a streaming server on your home network and you could use...
Forum: Nokia N800 2008-06-30, 21:02
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

According to what I am seeing now the VIDIOC_DQBUF bug is still present in diablo 4.2008.23-14
Forum: Nokia N800 2008-06-25, 18:55
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

Yes I'm waiting the first commits from Antoine now.
You can check here http://git.videolan.org/?p=vlc-phytos.git;a=summary
Forum: Nokia N800 2008-06-03, 16:44
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

Yes the vlc ctrl-c quits badly vlc without sending the snd_pcm_close command so the device stays in a busy state. There is a mention about this possible problem in the the dsp plugin documentation....
Forum: Nokia N800 2008-06-02, 20:58
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

The dbus error seems to be happen only when the camera video output is launched in the same time as the mic input.

So to be clear at this time I did not succeed in playing both them simultaneously...
Forum: Nokia N800 2008-06-02, 19:57
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

Yes it should work much better with the new packages...
I have applied one patch for the speech error.



Oops I can not believe I missed this one.

lokidor
Forum: Nokia N800 2008-06-01, 20:16
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

You can try new packages here :
http://manupap1.free.fr/maemo/chinook/

Adding ":adev=default" to the v4l2 part of the command line should be enough to enable the sound capture.

There is still...
Forum: Nokia N800 2008-06-01, 18:01
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

Effectively the osso-dsp-plugin-alsa package conflicts with the libasound2-plugins package but on my own tablet dpkg removed it cleanly before to install the dsp plugin.

I'm not sure the package...
Forum: Nokia N800 2008-06-01, 12:38
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

Well the dbus error comes from the alsa dsp plugin, I have submitted a patch for it :
https://garage.maemo.org/tracker/index.php?func=detail&aid=2580&group_id=81&atid=371
I have rebuild a package...
Forum: Nokia N800 2008-05-29, 21:23
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

The S16_LE audio format is hard coded in vlc so no problem with it

But looking at the code I found that the audio-method command is broken in vlc-git, if you want to use it you have to omit the...
Forum: Nokia N800 2008-05-29, 07:50
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

I will check the audio format in the vlc code

Lokidor
Forum: Nokia N800 2008-05-28, 19:11
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

Maybe I'm wrong but for the microphone I tried the osso-dsp-plugin-alsa package after reading this http://hg-mirror.alsa-project.org/alsa-plugins/file/5f6650c03e1b/doc/README-maemo

As mentionned :...
Forum: Nokia N800 2008-05-25, 13:06
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

Thanks qwerty12

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

Lokidor
Forum: Nokia N800 2008-05-24, 20:01
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

Yes I think that would be very useful to test this patch.

Thank you qwerty12
Forum: Nokia N800 2008-05-24, 19:37
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

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...
Forum: Nokia N800 2008-05-23, 17:53
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

Hey qole,

Reading your command line I think you are missing a slash, you should do this :
vlc -Idummy v4l2:///dev/video0:chroma=RV16:width=160:height=120...
Forum: Nokia N800 2008-05-21, 20:33
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

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...
Forum: Nokia N800 2008-05-20, 09:18
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

My webpage was a little confused, I have corrected.

It seems that the error "fb video output error: cannot get terminal mode (Invalid argument)" has no link with X.
The framebuffer output should...
Forum: Nokia N800 2008-05-19, 19:22
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

Hi Jary,

Good point, the packages are built with the libogg0 version of Tuomas Kulve repository, I will fix it.

For the packaging as I'm not an expert and I have not a lot of imagination, I...
Forum: Nokia N800 2008-05-19, 08:29
Replies: 153
Views: 121,264
Posted By lokidor
Re: Here is a working VLC Media Player!!

Sorry but I'm not the GSoC 2008 student.
I finished studies for 5 years already, I'm just an impatient...
You can follow the project here, according to the planning he will start by the 16 of june...
Forum: Nokia N800 2008-05-17, 12:59
Replies: 2
Views: 1,594
Posted By lokidor
Re: Is there skype or msn messenger fpr N800

Assuming you are running OS2008 you can try amsn for maemo here :
http://kakaroto.homelinux.net/~kakaroto/n810/
Read the README file to know what to do...

If you have any questions you can go...
Showing results 1 to 25 of 34



 
Forum Jump

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