![]() |
Re: Here is a working VLC Media Player!!
Quote:
|
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/ind...id=81&atid=371 I have rebuild a package with this fix : http://manupap1.free.fr/maemo/chinoo..._0.7_armel.deb The good thing it's now with some other vlc fix I can heard my voice in the headset. :D I will post new packages soon... lokidor |
Re: Here is a working VLC Media Player!!
Sometimes I wish I could hit the "thanks" button multiple times on a post. This is magnificent. You're stealing all the fun stuff from the GSoC student. He's not going to have much to do. :D
Well, OK, there is this whole playback thing that needs some serious optimization... EDIT: Installing your .deb requires a bit of forcing: Quote:
|
Re: Here is a working VLC Media Player!!
Quote:
I'm not sure the package is properly installed on your tablet because the dbus error should not happen anymore even with non fixed vlc debian packages. |
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 a lot of work to do : I didn't succeed in transcoding the audio, this perhaps only a command line issue, I didn't try all the parameters. I get a vlc crash with an unexpected "Bus error" with the followingl command : Code:
qvlc v4l2:///dev/video0:chroma="UYVY":width=176:height=144:fps=5:adev=default |
Re: Here is a working VLC Media Player!!
Quote:
Quote:
Quote:
|
Re: Here is a working VLC Media Player!!
Sorry, me again...
OK, I was getting the bus error with --force-conflicts because it was actually not installing it: Quote:
Code:
dpkg-deb -x osso-dsp-plugin-alsa_0.7_armel.deb / Quote:
This is very frustrating. Can you post your successful command line that played mic in your headphones? EDIT: Oops. Forgot to install new VLC packages. Wait a bit... |
Re: Here is a working VLC Media Player!!
Quote:
I have applied one patch for the speech error. Quote:
lokidor |
Re: Here is a working VLC Media Player!!
Quote:
I only get the bus error when trying to get audio working. What command line actually works? *This happens a lot. |
Re: Here is a working VLC Media Player!!
Here is the gstreamer pipeline script I use to test the camera and mic. This works to echo both cam and mic. When VLC can do this, I know that the cam and mic are both working.
Code:
gst-launch gconfv4l2src ! "video/x-raw-yuv,width=$1,height=$2,framerate=(fraction)$3/1" ! xvimagesink dsppcmsrc ! "audio/x-raw-int,rate=8000,channels=1" ! dsppcmsink Code:
gstest 176 144 8 |
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 with VLC. I would like to post the exact command line but I face a very bad bug on my tablet : the applications menu is now completely empty since this weekend (too much installations and tests...) and I have no ssh access this week so I can't even launch a terminal session. I could only heard my voice if I disabled the camera video output, so you could try :
lokidor |
Re: Here is a working VLC Media Player!!
Quote:
EDIT: It seems you only get one shot per reboot. It works only once after a reboot. Perhaps I am exiting incorrectly? (CTRL-C) EDIT2: I can send a transcoded audio stream (mpga), but the mpga codec doesn't support low sample rates, so I have to change the samplerate to 22010, which makes me sound like a chipmunk. haven't tried video yet. And I haven't figured out how to send a "raw" audio stream yet. (acodec=raw gives an error). EDIT3: I have audio streaming! The transcode portion looks like this: Code:
:sout="#transcode{vcodec=WMV2,vb=196,samplerate=8000,channels=1}:duplicate{dst=std{access=http,mux=asf,dst=:7070}}" |
Re: Here is a working VLC Media Player!!
Quote:
Maybe the solution would be to launch vlc with the command line interface and to exit properly with the quit command. Quote:
http://wiki.videolan.org/AMR Quote:
|
Re: Here is a working VLC Media Player!!
I guess we're waiting for Antoine now. I added links to the progress you guys (especially Lokidor) have made to his discussion page.
|
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 |
Re: Here is a working VLC Media Player!!
Well, he's on vacation this week, but hopefully next week...
|
Re: Here is a working VLC Media Player!!
Does anyone know if the VIDIOC_DQBUF bug is fixed in Diablo?
https://bugs.maemo.org/show_bug.cgi?id=2491 |
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
|
Re: Here is a working VLC Media Player!!
Where can I download latest vlc for maemo diablo?
Thank you |
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) , I built a version of vlc from its tree.
This tree is in an alpha stage of development , so don't expect that everything works. I did it from the maemo 4.1 SDK for diablo, the packages are here Antoine has added an interface for maemo, you can try it with : Code:
vlc -I maemo I just see that he is currently adding a new video output (port of the omap framebuffer video output of mplayer). lokidor |
Re: Here is a working VLC Media Player!!
<bump>
According to the rough planning, Antoine should be getting close to something useful. Any updates, lokidor? |
Re: Here is a working VLC Media Player!!
Hm, I guess I can answer my own question...
Last activity: Mon, 18 Aug 2008: "Maemo GUI: Add a basic playlist listing the media files on the device" I'd be interested in seeing a compiled version of this... |
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 committed something about the webcam. I hope he will at least have the time to provide packages optimized well, not like mine lokidor |
Re: Here is a working VLC Media Player!!
New packages here
I got some bugs with the maemo interface but the playlist and the omapfb video output seems to work. lokidor |
Re: Here is a working VLC Media Player!!
So, with the Google SoC 2008 over today, can we expect anything more, or does this mean we've got as much as we're going to get? Perhaps Antoine might still commit one more version to the VLC git? I mean, he's been doing something for the last two weeks, right? So he'll probably commit that before closing down his project, right?
|
Re: Here is a working VLC Media Player!!
Test results are not very good; mplayer is still a much better video player for the tablets. My tablet-optimized xvid files are not watchable via this VLC. The camera gets the "failed to wait (VIDIOC_DQBUF)" error. If you want to see the output, you can't run VLC twice, it is too resource hungry. mplayer works to receive the VLC video stream.
I guess it's a start to build upon... |
Re: Here is a working VLC Media Player!!
Does streaming from webcam work with this version already? With http streaming?
I have tried to build vlc from those sources but i have failed everytime, tools in scratchbox are all so outdated... |
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 : Code:
cvlc -vvv v4l2:///dev/video0:chroma=UYVY:height=144:width=176:swscale_maemo \ If you're still interested in building vlc inside scratchbox, I think I can help you a little bit. (have not a lot of time) I thought more people would have done the same thing as me, so you are welcome. lokidor |
Re: Here is a working VLC Media Player!!
How is this VLC project going on?? Is this guy Antoine still working on with this ? It would be nice to see maemo port of VLC.
|
Re: Here is a working VLC Media Player!!
how is VLC compared to the mplayer on maemo?
|
Re: Here is a working VLC Media Player!!
Quote:
|
Re: Here is a working VLC Media Player!!
Quote:
Both mplayer and VLC can stream video IN to the tablet. |
Re: Here is a working VLC Media Player!!
The VLC changelog (Changes between 0.9.8a and 1.0.0-git) has now an entry about Maemo version:
Code:
Maemo Port: |
Re: Here is a working VLC Media Player!!
wow, that's great news! thanks for the information Peet.Though after qole's reports i don't expect too much.
ukki, imagine what neat features for knots would be possible with a working vlc for maemo :) , eg VDR OSD support :D |
All times are GMT. The time now is 03:12. |
vBulletin® Version 3.8.8