Search found 27 matches

Go to advanced search

by xyz000
07 Jan 2010 22:57
Forum: VLC media player for Windows Troubleshooting
Topic: Using "View"->"Advanced Controls" : problem with sound
Replies: 4
Views: 1581

Re: Using "View"->"Advanced Controls" : problem with sound

trac.videolan.org/vlc/ticket/3136
Thanks for this. I'll check my file sizes and see if they coincide with the suggested 4Gb issue.
by xyz000
05 Jan 2010 14:42
Forum: VLC media player for Windows Troubleshooting
Topic: Using "View"->"Advanced Controls" : problem with sound
Replies: 4
Views: 1581

Re: Using "View"->"Advanced Controls" : problem with sound

Forgive me. I repeated the method that I typed in post #1 and it created an MPG file not a MOV file. Here's a better description: (1) View->Advanced Controls. (2) Media->Open Disc. The "DVD" radio button is selected. The "Disc device" list box is "D:". Click the "P...
by xyz000
05 Jan 2010 10:43
Forum: VLC media player for Windows Troubleshooting
Topic: Using "View"->"Advanced Controls" : problem with sound
Replies: 4
Views: 1581

Using "View"->"Advanced Controls" : problem with sound

Hi, (VLC 1.0.1 Goldeneye, WinXP) I have a DVD of a private function which I'd like to extract to *.mov files. Reading around I decided to try enabling "View"->"Advanced Controls". This adds a record button to the interface. I start playing the DVD as normal then, when I get to th...
by xyz000
26 Jun 2009 15:34
Forum: General VLC media player Troubleshooting
Topic: FIXED: Can't get G.726 file to play in VLC
Replies: 7
Views: 2380

Re: Can't get G.726 file to play in VLC

Agreed. Latest source code (1.1.0-Git) built under Linux plays the G.726 file. Thank you.
by xyz000
25 Jun 2009 15:14
Forum: General VLC media player Troubleshooting
Topic: FIXED: Can't get G.726 file to play in VLC
Replies: 7
Views: 2380

Re: Can't get G.726 file to play in VLC

Thanks j-b and nice to know that at least the audio file is correct. I have the source of 1.0.0-rc3. Can I patch it in any way?
by xyz000
25 Jun 2009 11:24
Forum: General VLC media player Troubleshooting
Topic: FIXED: Can't get G.726 file to play in VLC
Replies: 7
Views: 2380

FIXED: Can't get G.726 file to play in VLC

Hi, I have an 8kHz WAV file encoded as G.726 mono 32kb/s. Windows Media Player can play the file using the "Sharp G.726 Audio Codec". If I try to play the same file in VLC using the GUI and Media->Open File... I get " wav error: unsupported codec (g726)". I've tried various combi...
by xyz000
24 Jun 2009 12:25
Forum: VLC media player for Linux and friends Troubleshooting
Topic: FIXED: How to complete an incremental build?
Replies: 5
Views: 548

Re: How to complete an incremental build?

I now understand what I was doing wrong. The critical depencies are the hidden files in extras/contrib/src. The previous suggested solution was: ...you need to force the build with rm -f .libfoo && make .libfoo When I looked at the hidden files in extras/contib/src I figured that "libfo...
by xyz000
23 Jun 2009 18:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: FIXED: How to complete an incremental build?
Replies: 5
Views: 548

Re: How to complete an incremental build?

incrementally build LIBMPEG2 from its own source code OK. That's what I tried to describe in the middle part of the previous post. I hope you don't mind if I ask one more question; Once I've built an updated lib in extras/contrib ... how do I make the VLC Makefile(s) "see" that the lib ha...
by xyz000
23 Jun 2009 18:00
Forum: VLC stream-output (sout)
Topic: CLOSED: G.7xx codecs
Replies: 8
Views: 2961

Re: G.7xx codecs

Thanks. I now have a better understanding of the structure; VLC uses the services provided by libavcodec but libavcodec is developed by the lovely FFmpeg people. I have a Linux distro which doesn't provide the VLC development libs so I've been building everything from source. I'll be more careful to...
by xyz000
23 Jun 2009 15:46
Forum: VLC media player for Linux and friends Troubleshooting
Topic: FIXED: How to complete an incremental build?
Replies: 5
Views: 548

Re: How to complete an incremental build?

I must apologise for still feeling like an idiot but I can't yet make your instructions works. Can you talk me through a trivial example please? Suppose I want to rebuild libmpeg2 by making a change to mpeg2dec.c. In the example below I've shown "touch" to mimic updating a source file. $ p...
by xyz000
23 Jun 2009 13:16
Forum: VLC media player for Linux and friends Troubleshooting
Topic: FIXED: How to complete an incremental build?
Replies: 5
Views: 548

FIXED: How to complete an incremental build?

If I make a small change to a source file, say I modify <vlc>/extras/contrib/src/<path>/<file.c> then what steps should I take to rebuild the vlc binary?!? I've tried running "make" from <vlc>/extras/contrib but it claims there is nothing to make I can get a library to rebuild if I run &qu...
by xyz000
23 Jun 2009 12:45
Forum: VLC stream-output (sout)
Topic: CLOSED: G.7xx codecs
Replies: 8
Views: 2961

Re: G.7xx codecs

I now have 1.0.0-rc3 built from source. I've tested that I can transcode an 8kHz mono file to the alaw codec: ./vlc -vvv -I "dummy" source.wav --sout='#transcode{acodec=alaw,ab=16,channels=1,samplerate=8000}:duplicate{dst=rtp{dst=192.168.0.2,port-audio=1234}}' This works correctly; I can l...
by xyz000
23 Jun 2009 11:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: FIXED: Which tool versions are needed to build 1.0.0-rc3 ?
Replies: 7
Views: 1548

Re: Which tool versions are needed to build 1.0.0-rc3 ?

Just a quick post to say that I now have a working build of 1.0.0-rc3.
by xyz000
16 Jun 2009 17:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: FIXED: Which tool versions are needed to build 1.0.0-rc3 ?
Replies: 7
Views: 1548

Re: Which tool versions are needed to build 1.0.0-rc3 ?

:oops: Previous post solved with an additional parameter on the ./configure command line:

Code: Select all

./configure [other-options] PKG_CONFIG_PATH=<path/to/qt4/pkgconfig>
Everything is configured and fingers are crossed. Now to build VLC...
by xyz000
16 Jun 2009 11:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: FIXED: Which tool versions are needed to build 1.0.0-rc3 ?
Replies: 7
Views: 1548

Re: Which tool versions are needed to build 1.0.0-rc3 ?

Another request for help please... I've built and installed Qt version 4.5.0 to /usr/local/qt4. When I re-run the VLC configure script I still get an error about not finding Qt 4. If I look in config.log I can see: configure:62498: checking for QT4 configure:62509: $PKG_CONFIG --exists --print-error...
by xyz000
15 Jun 2009 14:01
Forum: VLC media player for Linux and friends Troubleshooting
Topic: FIXED: Which tool versions are needed to build 1.0.0-rc3 ?
Replies: 7
Views: 1548

Re: Which tool versions are needed to build 1.0.0-rc3 ?

UI needs Qt 4.3.0 for 1.0 and 4.4.0 for 1.1, I think.
Thanks j-b. Having now looked inside the VLC configure script it's obvious that I need at least Qt version 4.3.0. I have the source package of Qt 4.5.0 which is building right now...
by xyz000
12 Jun 2009 18:15
Forum: VLC media player for Linux and friends Troubleshooting
Topic: FIXED: Which tool versions are needed to build 1.0.0-rc3 ?
Replies: 7
Views: 1548

Re: Which tool versions are needed to build 1.0.0-rc3 ?

OK this is coming together in small stages. The steps I've taken so far: get, configure, make and install autoconf 2.63 remove .wxWidgets, .dirac, .raw1394, .dc1394 and .tiger from <vlc-source>/extras/contrib/distro.mak (becasue each of these fails to build with different errors). make in <vlc-sourc...
by xyz000
12 Jun 2009 13:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: FIXED: Which tool versions are needed to build 1.0.0-rc3 ?
Replies: 7
Views: 1548

FIXED: Which tool versions are needed to build 1.0.0-rc3 ?

Hello, I'm attempting to build VLC 1.0.0-rc3 from source. The tool versions I have are: GNU Autoconf 2.59 GNU Make 3.81 GCC 4.1.2 NASM 0.98.39 I'm following the method on http://wiki.videolan.org/UnixCompile to build the libraries from extras/contrib: cd <vlc-source>/extras/contrib ./bootstrap make ...
by xyz000
10 Jun 2009 17:56
Forum: VLC stream-output (sout)
Topic: CLOSED: G.7xx codecs
Replies: 8
Views: 2961

Re: G.7xx codecs

As I said, G.723 is not supported. :oops: My fault - there's a mistake in post #3. The command I used was: cvlc -vvv source.wav --sout '#transcode{codec=g726,ab=16,rate=8000}:duplicate{dst=rtp{dst=192.168.0.2,port-audio=1234}}' ...and if I can trouble you to revisit the VLC output in post #3 you'll...
by xyz000
10 Jun 2009 12:11
Forum: VLC stream-output (sout)
Topic: CLOSED: G.7xx codecs
Replies: 8
Views: 2961

Re: G.7xx codecs

Great answer thank you. I'm most of the way there but I'm still missing something. Here's my command (note that "source.wav" is 8khz 16 bit mono): cvlc -vvv source.wav --sout '#transcode{codec=g723,ab=16,rate=8000}:duplicate{dst=rtp{dst=192.168.0.2,port-audio=1234}}' The output with -vvv e...
by xyz000
09 Jun 2009 17:57
Forum: VLC stream-output (sout)
Topic: CLOSED: G.7xx codecs
Replies: 8
Views: 2961

CLOSED: G.7xx codecs

Hello, Can anyone tell me which of the following CODECs are supported in the VLC and what the required "acodec=" parameter is please? I have VLC 0.9.9 but I'm happy to build a later version from source if required. G.711 u-law (64 Kbps) (acodec=ulaw) G.711 a-law (64 Kbps) (acodec=alaw) G.7...
by xyz000
09 Jun 2009 15:10
Forum: General VLC media player Troubleshooting
Topic: FIXED: G.711 8khz stream
Replies: 3
Views: 1684

Re: G.711 8khz stream

Severe blush :oops: G.711 was introduced in VLC 0.9.x. Drop 0.9.9 onto the WinXP client and everything comes to life.

Still (cough) maybe this short thread will serve as some kind of G.711 tutorial?!?
by xyz000
09 Jun 2009 13:23
Forum: General VLC media player Troubleshooting
Topic: FIXED: G.711 8khz stream
Replies: 3
Views: 1684

FIXED: G.711 8khz stream

Hello, My question isn't OS specific but I'll give you the details here just in case: Server=Linux CentOS 5 with VLC 0.9.8a Client=WinXP with VLC 0.8.6c On the client I have an 8kHz mono 16 bit WAV file which I've proved plays correctly from the server's own soundcard using VLC's GUI. Hitting CTRL-I...
by xyz000
08 Jun 2009 11:49
Forum: VLC media player for Linux and friends Troubleshooting
Topic: FIXED: Invoking VLC from a script
Replies: 3
Views: 1601

Re: Invoking VLC from a script

OK I've fixed it. Experimentation showed me that the answer is: #!/bin/bash VLCCMD="cvlc source.mp3 --sout "#duplicate{dst=std{access=udp,dst=192.168.0.2:1235}}"" echo VLC Command:$VLCCMD $VLCCMD There are two changes to my original script: remove the double quotes from the MP3 f...

Go to advanced search