The Following User Says Thank You to lokidor For This Useful Post: | ||
![]() |
2008-05-20
, 00:43
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#72
|
What I need is video streaming input+playback (yes cole, there's someone who needs VLC for this
The Following User Says Thank You to qole For This Useful Post: | ||
![]() |
2008-05-20
, 00:54
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#73
|
Pending the works that will be done this summer as part of the GSoC, you will find HERE some packages built with current development branch of VLC (0.9.0-git).
![]() |
2008-05-20
, 07:02
|
Posts: 4 |
Thanked: 0 times |
Joined on May 2008
@ Finland
|
#74
|
Why would you use VLC for this when either mplayer or the built-in media player can both do a better job of it? If the current released mplayer is inadequate for you, try one of the mplayer rc2 builds (like Bundyo's), which have better support for various video types...
Is there a particular use-case where VLC is superior at playing a video stream?
EDIT: I just realized that sounded like I'm trying to start a fight or something. I'm not; I'm actually very curious.
![]() |
2008-05-20
, 07:18
|
Posts: 4 |
Thanked: 0 times |
Joined on May 2008
@ Finland
|
#75
|
For the packaging as I'm not an expert and I have not a lot of imagination, I used as an example the debian/* files from the debian websvn tree (http://svn.debian.org/wsvn/pkg-multi...an/?rev=0&sc=0)
![]() |
2008-05-20
, 09:18
|
Posts: 34 |
Thanked: 24 times |
Joined on Jan 2008
@ Saint-Avertin / France
|
#76
|
![]() |
2008-05-21
, 01:31
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#77
|
![]() |
2008-05-21
, 05:32
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#78
|
vlc -Idummy v4l2://dev/video0:chroma=RV16:size=qcif :sout="#transcode{vcodec=WMV2,fps=10,vb=196}:duplicate{dst=std{access=http,mux=asf,dst=:7070}}"
[00000363] main generic: creating httpd
[00000369] v4l2 demux error: cannot open video device (No such file or directory)
ALSA lib pcm.c:2144snd_pcm_open_noupdate) Unknown PCM dev/video0
[00000369] v4l2 demux error: cannot open device dev/video0 for ALSA audio (No such file or directory)
[00000369] v4l2 demux error: cannot open device dev/video0 for OSS audio (No such file or directory)
[00000369] v4l2 demux error: Failed to wait (VIDIOC_DQBUF)
[00000369] v4l2 demux error: Failed to wait (VIDIOC_DQBUF)
[00000369] v4l2 demux error: Failed to wait (VIDIOC_DQBUF)
[00000369] v4l2 demux error: Failed to wait (VIDIOC_DQBUF)
[00000369] v4l2 demux error: Failed to wait (VIDIOC_DQBUF)
![]() |
2008-05-21
, 06:08
|
Banned |
Posts: 82 |
Thanked: 3 times |
Joined on Feb 2008
@ Israel
|
#79
|
![]() |
2008-05-21
, 17:21
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#80
|
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 used as an example the debian/* files from the debian websvn tree (http://svn.debian.org/wsvn/pkg-multi...an/?rev=0&sc=0)
This is perhaps not actually the best suited method to the tablet.
The WxWidgets package depends on the QT one because the xvideo/x11 plugins are provided with the QT package, move these plugins in a vlc-cli package (ex vlc-nox) should do the trick.
This perhaps the best compromise size / features, I will work in this direction.
Lokidor