Search found 607 matches

Go to advanced search

by Gibalou
19 Nov 2006 13:09
Forum: VLC media player Feature Requests
Topic: DAAP/UPnP Serving
Replies: 2
Views: 2454

DAAP/UPnP Serving

Having VLC acting as a DAAP/UPnP server would be quite cool. It would probably make a lot of sense as well due to the number of media formats it supports and its transcoding abilities. This probably will have to be implemented as an interface module due to the fact that it needs to export the curren...
by Gibalou
28 May 2005 11:15
Forum: General VLC media player Troubleshooting
Topic: WINCE Developers Waiting for Discussion
Replies: 12
Views: 3364

Point 1) and 3) should definitely not be needed and even more not wanted either.

There is likely still something wrong with the way you call the ./configure script cause it should have been able to find the developement header/libs where they were extracted in the first place.
by Gibalou
27 May 2005 15:54
Forum: General VLC media player Troubleshooting
Topic: WINCE Developers Waiting for Discussion
Replies: 12
Views: 3364

Ok, I fixed the typo about fixed ./configure in INSTALL.wince.

As for your error with avcodec.h, have a look at the config.log file to have more information about why it is failing.
by Gibalou
26 May 2005 15:43
Forum: General VLC media player Troubleshooting
Topic: WINCE Developers Waiting for Discussion
Replies: 12
Views: 3364

Hi, The build instructions are actually described in the INSTALL.wince file which is in the source tree. I just updated this file to point to a new cross-compiler package and added the --enable-optimize-memory to the configure script. But apart from that it was still up to date. Try this and if you ...
by Gibalou
15 Mar 2005 09:05
Forum: General VLC media player Troubleshooting
Topic: Newbie needs help Transcoding DTS to WAV
Replies: 1
Views: 879

something like that should do the trick (only if your binary has dts decoding support):

vlc yourinput.wav ":sout=#transcode{acodec=s16l}:std{access=file,mux=wav,url=youroutput.wav}"
by Gibalou
15 Mar 2005 09:02
Forum: General VLC media player Troubleshooting
Topic: Another GPL question
Replies: 3
Views: 1113

That would be completely legal.
by Gibalou
08 Mar 2005 19:19
Forum: General VLC media player Troubleshooting
Topic: Has anybody got the Pocket PC version to work?
Replies: 4
Views: 1509

Try to delete the "vlc" folder in "Application Data". This is were the config files are stored and it may be that they are corrupted. I'd also advise to use the latest build as a few crashes were fixed recently in the interface (vlc was crashing on start because of this). And als...
by Gibalou
21 Dec 2004 11:42
Forum: General VLC media player Troubleshooting
Topic: memory leak memory leaking
Replies: 1
Views: 857

I don't know what you were trying to do with your log but it's quite useless.
by Gibalou
20 Dec 2004 10:59
Forum: General VLC media player Troubleshooting
Topic: Massive Errors with eHomeWonder Video Input
Replies: 15
Views: 4116

Hmmm, that doesn't look too good.

You could try to play with the --dshow-caching option (increase it to something like 1000) or the --cr-average option (1000 would be a good value to try as well).
by Gibalou
19 Dec 2004 21:09
Forum: General VLC media player Troubleshooting
Topic: Massive Errors with eHomeWonder Video Input
Replies: 15
Views: 4116

The machine hosting the nightly builds is down.
Try this instead: http://people.via.ecp.fr/~ipkiss/vlc-0. ... -win32.zip
by Gibalou
19 Dec 2004 12:35
Forum: VLC media player Feature Requests
Topic: Mod format support?
Replies: 2
Views: 1486

It does already support them.
by Gibalou
17 Dec 2004 13:57
Forum: General VLC media player Troubleshooting
Topic: Can't See Video From Multicast Stream Anymore, but Audio OK
Replies: 10
Views: 3345

From a quick inspection of the file, it seems that the problem is that the PCR (program clock reference) values in the stream are not delayed compared to the PTS (presentation timestamps). That basically means that the stream doesn't allow enough time to VLC to decode the data and consequently VLC d...
by Gibalou
17 Dec 2004 13:10
Forum: General VLC media player Troubleshooting
Topic: Massive Errors with eHomeWonder Video Input
Replies: 15
Views: 4116

Could you try the development version of VLC ? (see http://www.videolan.org/~videolan for nightly builds)
Support for PVR cards is broken in 0.8.1 but has been fixed a few weeks ago.
by Gibalou
14 Dec 2004 11:16
Forum: VLC media player Feature Requests
Topic: why not access systems codecs for local playback only
Replies: 1
Views: 1099

The problem is mainly time. What you're suggesting could be mostly done by implementing support for DirectShow codecs (ie. coding a directshow decoder plugin for VLC). However this isn't easy and I am not interested in spending time on this (and it happens that I also am the only win32 developer for...
by Gibalou
13 Dec 2004 10:43
Forum: VLC media player Feature Requests
Topic: Dirac video codec
Replies: 17
Views: 9468

DIRAC encoding / decoding support just made it to the development version. We don't support MXF though so you probably won't be able to play anything that's not generated by VLC ( right now VLC allows you to put DIRAC into Ogg ). And by the way, SNOW is supported by VLC. Both decoding and encoding (...
by Gibalou
13 Dec 2004 10:37
Forum: General VLC media player Troubleshooting
Topic: Broken Upgrade from v0.8.0 to v0.8.1
Replies: 1
Views: 791

Did you try rtp://@233.1.14.1:50000 instead of rtp/es://@233.1.14.1:50000 ?
by Gibalou
13 Dec 2004 10:30
Forum: General VLC media player Troubleshooting
Topic: Adding FFMPEG's AMR support to VLC
Replies: 5
Views: 1166

BTW, the problem report above has been fixed in the development version.
by Gibalou
13 Dec 2004 10:28
Forum: General VLC media player Troubleshooting
Topic: Sugg: Disable Screen Saver + Monitor Switch Time
Replies: 4
Views: 1342

This has been fixed in the development version (http://www.videolan.org/~videolan for nightly builds). However beware that this development version is currently undergoing major changes so may have stability problems.
by Gibalou
09 Dec 2004 15:18
Forum: VLC stream-output (sout)
Topic: Streaming from Digital TV signal
Replies: 3
Views: 1454

VLC supports DVB cards on linux only (allows you to stream whole transponders or only selected programs). Have a look at http://www.videolan.org/doc/

You might also be able to do the same thing on Windows if your card provides a directshow capture filter. Although this hasn't been tested at all.
by Gibalou
09 Dec 2004 15:09
Forum: General VLC media player Troubleshooting
Topic: VLC.exe memory leak viewing UDP multicast
Replies: 6
Views: 1547

Thanks, the patch makes sense. I just applied it to the development version. R.Cade: could you try tomorrow's nightly build on http://www.videolan.org/~videolan and see if you still have the problem. If you do, then describe what kind of stream you are receiving (MPEG TS ? what codecs ?). You can al...
by Gibalou
09 Dec 2004 14:45
Forum: General VLC media player Troubleshooting
Topic: DVB subtitles, version 0.8.1
Replies: 6
Views: 1173

Re: DVB subtitles, version 0.8.1

But VLC developers could take a note. The problem is that there is NO black border around subtitles, the border is JUST white as the rest of the font is. Could you check how the subtitles are displayed on a commercial set-top-box ? That would help to see if VLC's decoding is at fault. It could just...
by Gibalou
09 Dec 2004 14:39
Forum: General VLC media player Troubleshooting
Topic: DVB subtitles, version 0.8.1
Replies: 6
Views: 1173

Re: DVB subtitles, version 0.8.1

These changes prevents the index overflowing into wrong tables. The last check is probably unnecessary I have no idea if this is a correct solution or if it works for you. Maybe someone with deeper understanding would take a look. These extra sanity checks do make sense. I just applied them to the ...
by Gibalou
09 Dec 2004 14:18
Forum: General VLC media player Troubleshooting
Topic: DVB subtitles, version 0.8.1
Replies: 6
Views: 1173

I've just tested a couple of file with vlcs dvb subtitle decoder, and here is what I found: subtitles are displayed on a black background. This is entirely up to the broadcaster. For instance most BBC channels do that (likely because it helps readability). subtitles are displayed quite a bit to hig...
by Gibalou
07 Dec 2004 13:56
Forum: General VLC media player Troubleshooting
Topic: Transcoding to put OnScreen Subtitles
Replies: 3
Views: 763

modify your "sout" MRL to include the "soverlay" parameter.
eg. :sout "#transcode{vcodec=mp1v,soverlay}..."
by Gibalou
07 Dec 2004 13:52
Forum: General VLC media player Troubleshooting
Topic: how to make VLC send out igmp v2 packets on windows 2003?
Replies: 2
Views: 1242

This is an OS problem entirely.

The OS should send an IGMPv2 request if it detects an IGMPv2 only device on the network.

There might be a registry fix for that. Have a look on M$ knowledge base.

Go to advanced search