Search found 893 matches

Go to advanced search

by Sigmund
04 Nov 2006 01:36
Forum: General VLC media player Troubleshooting
Topic: Transportstream over HTTP - SI-data handling not correct
Replies: 5
Views: 7034

Just pat should be enough for a little test, but would be better to have the complete transport stream over such a change situation.
by Sigmund
08 Jul 2006 14:28
Forum: General VLC media player Troubleshooting
Topic: Transportstream over HTTP - SI-data handling not correct
Replies: 5
Views: 7034

I posted some comments and a possible workaround to 683. I do however not have any possibility to test it, so I didn't commit it yet. I did also investigate 684 a bit as well, and I don't belive what you say there is true. To work more on that I will need a snippet of data that makes vlc reproduce t...
by Sigmund
22 May 2006 22:46
Forum: VLC media player Feature Requests
Topic: Why not directshow?
Replies: 6
Views: 1941

VLC uses ffmpeg for h264 decoding. ffdshow uses ffmpeg for h264 decoding. If vlc is faster than ffdshow then the reason for vlc being faster is just because vlc is not dshow based.
by Sigmund
22 May 2006 12:10
Forum: VLC media player Feature Requests
Topic: VLC should try reading beyond filesize
Replies: 2
Views: 1130

VLC does recheck the file size regularly and should not stop at the end of the file as of the start of playback. If it does it is not a lacking feature but a bug. Please report vlc version, and os.
by Sigmund
22 May 2006 11:58
Forum: General VLC media player Troubleshooting
Topic: no sound or picture playing DVB-T PS or TS files
Replies: 2
Views: 1457

The supplied ts file is seriously broken. First of all it has spurious extra random bytes littered all over it. Secondly it lack PAT and is thus invalid mpeg2 ts. See all over google for how to set up dvbstream to include pat and pmt so vlc can read the output, how to get rid of the extra bytes I do...
by Sigmund
04 Apr 2006 13:21
Forum: VLC stream-output (sout)
Topic: Scrambled chanel streaming
Replies: 5
Views: 2846

Is this with the same cam as the case where descrambling both channels did work? Most cams doesn't support more than one program at once.
by Sigmund
03 Apr 2006 18:42
Forum: VLC stream-output (sout)
Topic: Scrambled chanel streaming
Replies: 5
Views: 2846

I have commited a possible fix for case 3 in svn commit 15085. Could you please test this?
by Sigmund
03 Apr 2006 18:15
Forum: VLC stream-output (sout)
Topic: Scrambled chanel streaming
Replies: 5
Views: 2846

for case 1 try editing modules/access/dvb/en50221.c find the line saying #define HLCI_WAIT_CAM_READY 0 and change to #define HLCI_WAIT_CAM_READY 1 As for case 2 I don't understand how the card can limit the number of channels descrambled. Can this card stream more than one free to air channels? for ...
by Sigmund
12 Jun 2005 10:21
Forum: VLC stream-output (sout)
Topic: Stream Music to shoutcast server
Replies: 2
Views: 1340

This feature is not yet ready. A patch is waiting in trac.videolan.org. If you have time/energy and knowledge you could try it out and give some feedback an perhaps some fixes and improvements
by Sigmund
28 Apr 2005 00:33
Forum: VLC media player Feature Requests
Topic: RFC 2974 SAP
Replies: 1
Views: 1106

you can manually force the announcement interval in vlc. If i recall the announcement interval algorithm correctly it requires the announcer to listen to the sap channel, and monitor bandwidth or send frequency. These two parts are done in very different parts of vlc that isn't easily fusable. Also,...
by Sigmund
26 Apr 2005 23:58
Forum: General VLC media player Troubleshooting
Topic: Does VLC work under XP with Nova-T PCI (90002)
Replies: 9
Views: 2325

what happens when you try it? do you get damaged video or do you not get anything at all. There is a bug when reading compressed content from directshow devices in 0.8.1, you're probably stumbeling into that. Try a recent snapshot from http://www.videolan.org/~videolan
by Sigmund
26 Apr 2005 20:24
Forum: General VLC media player Troubleshooting
Topic: Which MP3/MPEG Audio decoder does vlc use?
Replies: 2
Views: 844

it may also use ffmpeg, if mad is unavailable, or you force ffmpeg
by Sigmund
26 Apr 2005 08:59
Forum: VLC media player Feature Requests
Topic: VLC as winamp plugin?
Replies: 1
Views: 1892

We are working on improving the playlist. The next release will have a much more flexible playlist core, but the gui probably still have a way to go.

The "vlc as a winamp plugin" is a very bad idea due to licensing issues among others.
by Sigmund
26 Apr 2005 08:57
Forum: VLC media player Feature Requests
Topic: Make audio/subtitle track selections persistent
Replies: 3
Views: 1417

Next release will have some preliminary support for options like "use japanese audio language" and "use english subs" for file formats that store language info.
by Sigmund
23 Apr 2005 00:19
Forum: VLC media player Feature Requests
Topic: abillity to read playlist files
Replies: 2
Views: 1079

this ability have been available for ages allready. Please try stuff before you ask for it.
by Sigmund
20 Apr 2005 18:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: compile problem
Replies: 11
Views: 4136

check out current svn. There were some fixes for amd64 build not long ago
by Sigmund
19 Apr 2005 19:40
Forum: General VLC media player Troubleshooting
Topic: Problems with Sony FX1 and VLC
Replies: 3
Views: 875

which is because 0.8.1 has a known bug when reading compressed content from a dshow source. Try a nightly build at http://www.videolan.org/~videolan
by Sigmund
19 Apr 2005 19:34
Forum: General VLC media player Troubleshooting
Topic: use my own Filtergraph in VLC
Replies: 2
Views: 658

that wouldn't be easy, since vlc do not use any directshow filters, except input filters (like capture card drivers)
by Sigmund
19 Apr 2005 19:24
Forum: VideoLAN
Topic: C compiler cannot create
Replies: 1
Views: 4505

looks like you are trying to cross-compile, but not passing the right options to configure. look in INSTALL.win32 for examples on how to cross-compile for windows
by Sigmund
19 Apr 2005 19:19
Forum: VideoLAN
Topic: individual wall filter alignment
Replies: 10
Views: 7668

It is incorporated in the latest nightly build, that can be found at http://www.videolan.org/~videolan.

It sets the align flag to left on the right part and right on the left part, just like you wanted, but couldn't do because the command line would affect both.
by Sigmund
18 Apr 2005 20:48
Forum: General VLC media player Troubleshooting
Topic: Step through the VLC Source Code
Replies: 4
Views: 1022

feel free to try. I don't think it will make much sense to do step by step running though
by Sigmund
17 Apr 2005 23:17
Forum: General VLC media player Troubleshooting
Topic: No sound when playing .MKV
Replies: 3
Views: 883

your vlc isn't compiled with faad2 support
by Sigmund
17 Apr 2005 15:44
Forum: General VLC media player Troubleshooting
Topic: Quicktime movies and the qtmlclient.dll?
Replies: 5
Views: 1279

you still need quicktime player installed. that's the drawback
by Sigmund
17 Apr 2005 15:42
Forum: General VLC media player Troubleshooting
Topic: vlc-plugin-mad for win32?
Replies: 1
Views: 538

vlc has used mad as it's primary mp3 decoder for years now. If you can listen to mp3 files with vlc on windows, then that plugin is at work
by Sigmund
17 Apr 2005 15:40
Forum: General VLC media player Troubleshooting
Topic: wince
Replies: 1
Views: 379

starting with the next release.

Go to advanced search