Search found 4 matches

Go to advanced search

by danh
07 Aug 2009 11:33
Forum: VLC media player for macOS Troubleshooting
Topic: VLC audio over AirTunes
Replies: 10
Views: 12765

Re: VLC audio over AirTunes

yes, with --sout and #raop in command line.
That's what I thought. Care to enlighten me a little bit more?

The closest I got was

Code: Select all

VLC --sout='#transcode{acodec=alac}:raop{host=192.168.1.112,volume=255}' foo.mp3
which seems to do something, but VLC crashes immediately.
by danh
06 Aug 2009 23:56
Forum: VLC media player for macOS Troubleshooting
Topic: VLC audio over AirTunes
Replies: 10
Views: 12765

Re: VLC audio over AirTunes

So far, there is no easy way to do it.
Is there any way to do it? I've been looking all over, but still haven't found a single piece of documentation :-(
by danh
11 Jul 2009 00:02
Forum: VLC media player for macOS Troubleshooting
Topic: New features missing in VLC 1.0.0 on OS X?
Replies: 20
Views: 4317

Re: New features missing in VLC 1.0.0 on OS X?

Do you have backtrace? I'm not the best of friends with gdb, but this is what happens: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: 13 at address: 0x00000000 [Switching to process 2627 thread 0x6d1f] 0x18636609 in ff_flac_compute_autocorr_sse2 () (gdb) backtrace #0 0x186...
by danh
10 Jul 2009 20:33
Forum: VLC media player for macOS Troubleshooting
Topic: New features missing in VLC 1.0.0 on OS X?
Replies: 20
Views: 4317

Re: New features missing in VLC 1.0.0 on OS X?

How is the "sout raop module" supposed to work? I tried using "/Applications/VLC.app/Contents/MacOS/VLC --sout='#transcode{acodec=alac,channels=2}:raop{host=192.168.1.112,volume=255}' foobar.mp3", but all I got was this: [0x278aa8] main interface error: no interface module matche...

Go to advanced search