Search found 893 matches

Go to advanced search

by Sigmund
16 Apr 2005 11:05
Forum: General VLC media player Troubleshooting
Topic: compilation problem for evc
Replies: 3
Views: 466

I said a recent snapshot. Support for vc was added after 0.8.1
by Sigmund
16 Apr 2005 11:04
Forum: General VLC media player Troubleshooting
Topic: Saving and Loading Playlist adds Commas to Name
Replies: 4
Views: 330

known bug, fixed in development version.
by Sigmund
16 Apr 2005 00:10
Forum: General VLC media player Troubleshooting
Topic: G.726 ADPCM Audio
Replies: 1
Views: 801

taking a peek at the current sources it seems like vlc should be able to handle that codec. Perhaps your vlc version is old, or this feature is very new. Try a nightly build from http://www.videolan.org/~videolan If this doesn't work, the problem could be the demuxer. Then tell us the extension of t...
by Sigmund
15 Apr 2005 17:38
Forum: General VLC media player Troubleshooting
Topic: compilation problem for evc
Replies: 3
Views: 466

0.7.1 is a hundred years old. try a recent snapshot rather
by Sigmund
15 Apr 2005 17:35
Forum: General VLC media player Troubleshooting
Topic: VLC- Demux
Replies: 1
Views: 521

vlc works out of the box for wince as of the latter development versions. Most of the demux code do not depend on third party libraries. Most of the libraries that are used for demuxing also do compile for wince. One notable exception is ffmpeg, but ffmpeg is mostly used for codec stuff, and not dem...
by Sigmund
15 Apr 2005 17:30
Forum: General VLC media player Troubleshooting
Topic: Using Libvlc in another application
Replies: 3
Views: 731

I'm nearly 100% sure I answered this in the mailing list a few days ago
by Sigmund
15 Apr 2005 17:29
Forum: General VLC media player Troubleshooting
Topic: compiling with dev-C++
Replies: 1
Views: 459

no
by Sigmund
05 Apr 2005 20:56
Forum: General VLC media player Troubleshooting
Topic: What does "access_file: seeking too far" mean
Replies: 1
Views: 516

I guess it means that the file is only partial, and lacking it's end. sort of like the wmv parser say to the file reader: Give me the bytes at possition N. But the file is acctually shorter than N.
by Sigmund
05 Apr 2005 18:13
Forum: General VLC media player Troubleshooting
Topic: Playing mp4 from HTTP
Replies: 3
Views: 763

I think the way mp4 is handled have changed since 0.8.1. Basically the problem is that vlc's mp4 reader does lots of seeks. With files this is ok. With http this is done by closing the connection and opening a new one with a request for the wanted position. problem is that creating a new connection ...
by Sigmund
05 Apr 2005 09:19
Forum: General VLC media player Troubleshooting
Topic: Playing mp4 from HTTP
Replies: 3
Views: 763

It's caused by vlc's mp4 handling being a bit stupid, combined with the server not being a giant sunfire.
by Sigmund
05 Apr 2005 09:17
Forum: General VLC media player Troubleshooting
Topic: Problems Playing DTS Audio CD
Replies: 2
Views: 618

For my denon, and my cheap ass soundcard, it is possible to work around this by slightly speeding up playback. This causes a small pitch-up, but works otherwise. I have no plan to implement that workaround in vlc though. Also, I suspect there are one or more bugs somewhere in how vlc handles dts ove...
by Sigmund
04 Apr 2005 20:39
Forum: General VLC media player Troubleshooting
Topic: Unable to play .cda
Replies: 21
Views: 9113

open the audio cd with the gui. file->Open->disc select audio cd and the drive letter. Do not try to open the cda file.
by Sigmund
03 Apr 2005 17:14
Forum: VideoLAN
Topic: reading windows media and quicktime files/conversion
Replies: 2
Views: 2144

vlc supports nearly all .mov files on osx and nearly all .wmv files on windows. It also support many mov and wmv files on other platforms as well, but makes no claim to support everything.

Vlc supports nearly nothing with "real" in it's name.
by Sigmund
03 Apr 2005 17:10
Forum: General VLC media player Troubleshooting
Topic: Unable to play .cda
Replies: 21
Views: 9113

vlc does support .wav files, and audio cd, but not .cda files (whatever that might be) unless they infact are just camoflaged files of some other format vlc does support. If your vlc behaves strangely, then try to reset your preferences in the preferences dialog.
by Sigmund
03 Apr 2005 10:07
Forum: VLC stream-output (sout)
Topic: streaming from stdin
Replies: 3
Views: 1988

Is there something malformed in my command? Yes. To read from stdin you must specify "-" as playlist item. also all the transcode stuff is supposed to be the argument to the --sout switch. Third you need to disable the rc interface, since it reads from stdin by default. Basically now you ...
by Sigmund
03 Apr 2005 10:03
Forum: General VLC media player Troubleshooting
Topic: Unable to play .cda
Replies: 21
Views: 9113

It's more likely you are the only one to ever try such a file. Either that, or everyone else trying them realized that the format isn't in the supported files list.
by Sigmund
02 Apr 2005 10:04
Forum: VLC stream-output (sout)
Topic: Video on demand
Replies: 1
Views: 922

at least in mozilla it is the "type" field of the embed tag that is used to select plugin. In most cases the mozilla plugin for vlc will work as a drop-in replacement for wmp. I have personally used numerous pages designed for wmp with only the vlc mozilla plugin and no change to the page
by Sigmund
02 Apr 2005 00:07
Forum: VLC stream-output (sout)
Topic: video file TO v4l /dev/video2 ?????
Replies: 1
Views: 793

there are thirdparty linux kernel modules to create loopback v4l devices. VLC however has no implemented support for this. Addinging shouldn't be very hard though.
by Sigmund
01 Apr 2005 14:46
Forum: General VLC media player Troubleshooting
Topic: Two VLC simultaneously
Replies: 2
Views: 536

It depend on the audio output you use, and the audio card. if you use OSS the simple answer is No. If you use alsa the answer is yes, if your soundcard supports several inputs. I think alsa can be configured to do mixiing in software as well, but I'm not sure how. You can also play two movies in one...
by Sigmund
01 Apr 2005 08:55
Forum: VLC stream-output (sout)
Topic: can we combine the P2P technology with VLC?
Replies: 3
Views: 1170

It should certainly be possible, but it isn't implemented in vlc yet. I'd recommend looking at the peercast protocol if you look to implement such features.
by Sigmund
31 Mar 2005 17:07
Forum: VLC stream-output (sout)
Topic: where's VC1-Decoder C source code?
Replies: 2
Views: 847

knowone knows, bucause there is no such source available to the general public
by Sigmund
30 Mar 2005 13:28
Forum: General VLC media player Troubleshooting
Topic: OS X: Running a movie split on both displays
Replies: 10
Views: 659

the alignment thingy has been implemented since 0.8.1 was released. To test it, download a nightly build from download.videolan.org/~videolan To fullscreen both part on the two separate displays you need to manually move each part to the right display before fullscreening it. At least this works on ...
by Sigmund
30 Mar 2005 09:18
Forum: General VLC media player Troubleshooting
Topic: compiling modified source code for a single module
Replies: 2
Views: 305

if the desired module is compiled as a plugin this can be done my something like this: cd modules/control&&make librc_plugin.so; cd ../.. if the desired module is a builtin you need something like this: cd modules/control&&make librc_plugin.a; cd ../.. && make vlc also for pl...
by Sigmund
30 Mar 2005 01:46
Forum: General VLC media player Troubleshooting
Topic: OS X: Running a movie split on both displays
Replies: 10
Views: 659

this last feature has been implemented since 0.8.1 was released. There are still no support for distributing the parts automatically though
by Sigmund
29 Mar 2005 21:31
Forum: General VLC media player Troubleshooting
Topic: trouble opening capture device for JVC HD10U camera
Replies: 4
Views: 2071

You've created a very good and detailed report, but you missed one vital thing, namly the vlc version used. There is a known bug with vlc reading compressed contents with the dshow module in vlc 0.8.1, if that's the version you are using your workaround is kind of ammusing. You should try one of the...

Go to advanced search