[vlc] Re: [0.7.0] .wav and .mp3 not playing by default

Frans Pop aragorn at tiscali.nl
Wed Jan 7 21:29:03 CET 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 07 January 2004 17:08, Eric Petit wrote:
> On Jan 7, 2004, at 4:21 PM, Frans Pop wrote:
> > I found that in the menu "Audio/Audio track" (wxvlc) there are two
> > track
> > shown: Disable and Track1. For some reason the track Disabled is
> > selected by
> > default. After I select Track1, the music is OK.
> > If I press stop followed by play, again Disabled is selected by
> > default and I
> > have to manually select Track 1.
>
>   I've already heard about this issue - this usually can by fixed be
> resetting your preferences. Just curious, could you send your vlcrc
> before deleting it?

I have deleted my old vlcrc and created a new one and you are correct, the 
problem is solved!

In a diff between the old and new I found this:
86c86
< audio-channel=1
- ---
> audio-channel=-1

The full old vlcrc is attached. (Other changes are trivial IMO.)

Thank you very much!
I very much appreciate the quick and excellent support for VLC.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE//GwPgm/Kwh6ICoQRApg1AJ4vOwDxvP0APa4+XsSGSJTO/SJ/twCfc3x5
B1xWNEYMlIa/h+NFnCC16C4=
=N/tw
-----END PGP SIGNATURE-----
-------------- next part --------------
###
###  VLC media player - version 0.7.0 Bond - (c) 1996-2003 VideoLAN
###

[main] # main program

# Interface module (string)
#intf=
# Extra interface modules (string)
#extraintf=
# Verbosity (0,1,2) (integer)
#verbose=0
# Be quiet (boolean)
#quiet=0
# Language (string)
#language=auto
# Color messages (boolean)
#color=0
# Show advanced options (boolean)
#advanced=0
# Interface default search path (string)
#search-path=
# Plugin search path (string)
#plugin-path=
# Audio output module (string)
#aout=
# Enable audio (boolean)
audio=1
# Audio output volume (integer)
volume=301
# Audio output saved volume (integer)
saved-volume=256
# Audio output frequency (Hz) (integer)
aout-rate=-1
# High quality audio resampling (boolean)
hq-resampling=1
# Use the S/PDIF audio output when available (boolean)
#spdif=0
# Compensate desynchronization of audio (in ms) (integer)
#audio-desync=0
# Audio filters (string)
#audio-filter=
# Channel mixer (string)
#audio-channel-mixer=
# Video output module (string)
#vout=
# Enable video (boolean)
video=1
# Video width (integer)
width=-1
# Video height (integer)
height=-1
# Video alignment (integer)
#align=0
# Zoom video (float)
zoom=1.000000
# Grayscale video output (boolean)
#grayscale=0
# Fullscreen video output (boolean)
fullscreen=1
# Overlay video output (boolean)
overlay=1
# Always on top (boolean)
#video-on-top=0
# Force SPU position (integer)
spumargin=-1
# On Screen Display (boolean)
osd=1
# Video filter module (string)
#filter=
# Source aspect ratio (string)
#aspect-ratio=
# Clock reference average counter (integer)
cr-average=40
# Server port (integer)
server-port=1234
# MTU of the network interface (integer)
mtu=1500
# Network interface address (string)
#iface-addr=
# Choose program (SID) (integer)
#program=0
# Choose audio (integer)
audio-type=-1
# Choose channel (integer)
audio-channel=1
# Choose subtitles track (integer)
spu-channel=-1
# Autodetect subtitle files (boolean)
sub-autodetect-file=1
# Subtitle autodection fuzziness (integer)
sub-autodetect-fuzzy=3
# Use subtitle file (string)
#sub-file=
# DVD device (string)
#dvd=/dev/dvd
# VCD device (string)
#vcd=/dev/cdrom
# Audio CD device (string)
#cd-audio=/dev/cdrom
# Force IPv6 (boolean)
#ipv6=0
# Force IPv4 (boolean)
#ipv4=0
# Choose preferred codecs list (string)
#codec=
# Choose preferred encoders list (string)
#encoder=
# Choose a stream output (string)
#sout=
# Display while streaming (boolean)
#sout-display=0
# Keep sout open (boolean)
#sout-keep=0
# Enable streaming of all ES (boolean)
#sout-all=0
# Enable audio stream output (boolean)
sout-audio=1
# Enable video stream output (boolean)
sout-video=1
# Choose preferred packetizer list (string)
#packetizer=
# Mux module (string)
#mux=
# Access output module (string)
#access_output=
# Time to live (integer)
ttl=1
# Enable CPU MMX support (boolean)
mmx=1
# Enable CPU 3D Now! support (boolean)
3dn=1
# Enable CPU MMX EXT support (boolean)
mmxext=1
# Enable CPU SSE support (boolean)
sse=1
# Play files randomly forever (boolean)
#random=0
# Loop playlist on end (boolean)
#loop=0
# Repeat the current playlistitem (boolean)
#repeat=0
# Memory copy module (string)
#memcpy=
# Access module (string)
#access=
# Demux module (string)
#demux=
# Minimize number of threads needed to run VLC (boolean)
#minimize-threads=0
# Allow VLC to run with a real-time priority (boolean)
#rt-priority=0
# Fullscreen (key)
key-fullscreen=f
# Play/Pause (key)
key-play-pause=Space
# Pause only (key)
#key-pause=Unset
# Play only (key)
#key-play=Unset
# Faster (key)
key-faster=+
# Slower (key)
key-slower=-
# Next (key)
key-next=n
# Previous (key)
key-prev=p
# Stop (key)
key-stop=s
# Position (key)
key-position=t
# Jump 10 seconds backwards (key)
key-jump-10sec=Alt-Left
# Jump 10 seconds forward (key)
key-jump+10sec=Alt-Right
# Jump 1 minute backwards (key)
key-jump-1min=Ctrl-Left
# Jump 1 minute forward (key)
key-jump+1min=Ctrl-Right
# Jump 5 minutes backwards (key)
key-jump-5min=Alt-Ctrl-Left
# Jump 5 minutes forward (key)
key-jump+5min=Alt-Ctrl-Right
# Activate (key)
key-nav-activate=Enter
# Navigate up (key)
key-nav-up=Up
# Navigate down (key)
key-nav-down=Down
# Navigate left (key)
key-nav-left=Left
# Navigate right (key)
key-nav-right=Right
# Quit (key)
key-quit=Ctrl-q
# Volume up (key)
key-vol-up=a
# Volume down (key)
key-vol-down=z
# Mute (key)
key-vol-mute=m
# Set playlist bookmark 1 (key)
key-set-bookmark1=Ctrl-F1
# Set playlist bookmark 2 (key)
key-set-bookmark2=Ctrl-F2
# Set playlist bookmark 3 (key)
key-set-bookmark3=Ctrl-F3
# Set playlist bookmark 4 (key)
key-set-bookmark4=Ctrl-F4
# Set playlist bookmark 5 (key)
key-set-bookmark5=Ctrl-F5
# Set playlist bookmark 6 (key)
key-set-bookmark6=Ctrl-F6
# Set playlist bookmark 7 (key)
key-set-bookmark7=Ctrl-F7
# Set playlist bookmark 8 (key)
key-set-bookmark8=Ctrl-F8
# Set playlist bookmark 9 (key)
key-set-bookmark9=Ctrl-F9
# Set playlist bookmark 10 (key)
key-set-bookmark10=Ctrl-F10
# Play playlist bookmark 1 (key)
key-play-bookmark1=F1
# Play playlist bookmark 2 (key)
key-play-bookmark2=F2
# Play playlist bookmark 3 (key)
key-play-bookmark3=F3
# Play playlist bookmark 4 (key)
key-play-bookmark4=F4
# Play playlist bookmark 5 (key)
key-play-bookmark5=F5
# Play playlist bookmark 6 (key)
key-play-bookmark6=F6
# Play playlist bookmark 7 (key)
key-play-bookmark7=F7
# Play playlist bookmark 8 (key)
key-play-bookmark8=F8
# Play playlist bookmark 9 (key)
key-play-bookmark9=F9
# Play playlist bookmark 10 (key)
key-play-bookmark10=F10

[ffmpeg] # ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)

# Direct rendering (boolean)
ffmpeg-dr=1
# Error resilience (integer)
ffmpeg-error-resilience=-1
# Workaround bugs (integer)
ffmpeg-workaround-bugs=1
# Hurry up (boolean)
#ffmpeg-hurry-up=0
# Truncated stream (integer)
#ffmpeg-truncated=0
# Post processing quality (integer)
#ffmpeg-pp-q=0
# Ffmpeg postproc filter chains (string)
#ffmpeg-pp-name=default

[headphone_channel_mixer] # headphone channel mixer with virtual spatialization effect

# Characteristic dimension (integer)
headphone-dim=10

[a52tofloat32] # ATSC A/52 aka AC-3 audio decoder

# A/52 dynamic range compression (boolean)
a52-dynrng=1

[access_file] # Standard filesystem file input

# Caching value in ms (integer)
file-caching=300

[access_udp] # UDP/RTP input

# caching value in ms (integer)
udp-caching=300

[access_http] # HTTP input

# Specify an HTTP proxy (string)
#http-proxy=
# Caching value in ms (integer)
http-caching=1200
# HTTP user name (string)
#http-user=
# HTTP password (string)
#http-pwd=

[access_mms] # Microsoft Media Server (MMS) input

# Caching value in ms (integer)
mms-caching=1200
# force selection of all streams (boolean)
#mms-all=0
# max bitrate (integer)
#mms-maxbitrate=0

[access_ftp] # FTP input

# Caching value in ms (integer)
ftp-caching=600
# ftp user name (string)
#ftp-user=anonymous
# ftp password (string)
#ftp-pwd=anonymous at dummy.org
# ftp account (string)
#ftp-account=anonymous

[dvd] # DVD input (uses libdvdcss)

# Method to use by libdvdcss for key decryption (string)
#dvdcss-method=

[v4l] # Video4Linux input

# Caching value in ms (integer)
v4l-caching=300
# Video device name (string)
#v4l-vdev=/dev/video
# Audio device name (string)
#v4l-adev=/dev/dsp
# Video input chroma format (string)
#v4l-chroma=

[cdda] # Audio CD input

# Caching value in ms (integer)
cdda-caching=300

[access_tcp] # TCP input

# caching value in ms (integer)
tcp-caching=300

[slp] # SLP input

# SLP attribute identifiers (string)
#slp-attrids=
# SLP scopes list (string)
#slp-scopelist=
# SLP naming authority (string)
#slp-namingauthority=*
# SLP LDAP filter (string)
#slp-filter=
# Language requested in SLP requests (string)
#slp-lang=

[aout_file] # file audio output

# Output format (string)
#audiofile-format=s16
# Output file (string)
#audiofile=audiofile.wav
# Add wave header (boolean)
audiofile-wav=1

[oss] # Linux OSS audio output

# OSS dsp device (string)
#dspdev=/dev/dsp
# Try to work around buggy OSS drivers (boolean)
#oss-buggy=0

[subsdec] # text subtitles decoder

# Subtitles justification (integer)
#subsdec-align=0
# Subtitles text encoding (string)
#subsdec-encoding=System Default

[gestures] # mouse gestures control interface

# Motion threshold (integer)
gestures-threshold=30
# Mouse button (string)
#gestures-button=right

[rc] # remote control interface

# Show stream position (boolean)
#rc-show-pos=0
# Fake TTY (boolean)
#fake-tty=0

[hotkeys] # hotkey interface

# Playlist bookmark 1 (string)
#bookmark1=
# Playlist bookmark 2 (string)
#bookmark2=
# Playlist bookmark 3 (string)
#bookmark3=
# Playlist bookmark 4 (string)
#bookmark4=
# Playlist bookmark 5 (string)
#bookmark5=
# Playlist bookmark 6 (string)
#bookmark6=
# Playlist bookmark 7 (string)
#bookmark7=
# Playlist bookmark 8 (string)
#bookmark8=
# Playlist bookmark 9 (string)
#bookmark9=
# Playlist bookmark 10 (string)
#bookmark10=

[http] # HTTP remote control interface

# Host address (string)
#http-host=
# Source directory (string)
#http-src=

[avi] # AVI demuxer

# force interleaved method (boolean)
#avi-interleaved=0
# force index creation (boolean)
#avi-index=0

[ts] # ISO 13818-1 MPEG Transport Stream input

# Compatibility with pre-0.4 VLS (boolean)
#vls-backwards-compat=0
# Buggy PSI (boolean)
#buggy-psi=0

[demuxdump] # file dump demuxer

# Dump file name (string)
#demuxdump-file=stream-demux.dump

[demuxsub] # Text subtitles demux

# Frames per second (float)
#sub-fps=0.000000
# Delay subtitles (in 1/10s) (integer)
#sub-delay=0
# subtitles type (string)
#sub-type=auto

[ts_dvbpsi] # ISO 13818-1 MPEG Transport Stream input (libdvbpsi)

# Compatibility with pre-0.4 VLS (boolean)
#vls-backwards-compat=0
# Buggy PSI (boolean)
#buggy-psi=0

[gtk] # Gtk+ interface

# Show tooltips (boolean)
gtk-tooltips=1
# Maximum height for the configuration windows (integer)
gtk-prefs-maxh=480

[kde] # KDE interface

# path to ui.rc file (string)
#kde-uirc=/usr/share/vlc/ui.rc

[dummy] # dummy interface function

# Save raw codec data (boolean)
#dummy-save-es=0
# Dummy image chroma format (string)
#dummy-chroma=

[logger] # file logging interface

# log filename (string)
#logfile=
# Log format (string)
#logmode=text

[sap] # SAP interface

# SAP multicast address (string)
#sap-addr=
# IPv4-SAP listening (boolean)
sap-ipv4=1
# IPv6-SAP listening (boolean)
#sap-ipv6=0
# IPv6 SAP scope (string)
#sap-ipv6-scope=8

[freetype] # freetype2 font renderer

# Font (string)
#freetype-font=/usr/share/fonts/truetype/thryomanes/thryb___.ttf
# Font size in pixels (integer)
#freetype-fontsize=0
# Font size (integer)
freetype-rel-fontsize=16

[deinterlace] # video deinterlacing filter

# Deinterlace mode (string)
#deinterlace-mode=discard

[adjust] # contrast/hue/saturation/brightness filter

# Set image contrast (float)
contrast=1.000000
# Set image brightness (float)
brightness=1.000000
# Set image hue (integer)
#hue=0
# Set image saturation (float)
saturation=1.000000

[wall] # wall video filter

# Number of columns (integer)
wall-cols=3
# Number of rows (integer)
wall-rows=3
# Active windows (string)
#wall-active=

[transform] # video transformation filter

# Transform type (string)
#transform-type=90

[distort] # miscellaneous distort video effects filter

# Distort mode (string)
#distort-mode=wave

[clone] # clone video filter

# Number of clones (integer)
clone-count=2
# List of vout modules (string)
#clone-vout-list=

[crop] # crop video filter

# Crop geometry (string)
#crop-geometry=
# Automatic cropping (boolean)
#autocrop=0

[motionblur] # motion blur filter

# Blur factor (integer)
blur-factor=80

[logo] # logo video filter

# Logo filename (string)
#logo_file=
# X coordinate of the logo (integer)
#logo_x=0
# Y coordinate of the logo (integer)
#logo_y=0
# transparency of the logo (float)
logo_transparency=1.000000

[x11] # X11 video output

# X11 display name (string)
#x11-display=
# Alternate fullscreen method (boolean)
#x11-altfullscreen=0
# Use shared memory (boolean)
x11-shm=1
# choose the screen to be used for fullscreen mode. (integer)
#x11-xineramascreen=0

[xvideo] # XVideo extension video output

# X11 display name (string)
#xvideo-display=
# XVideo adaptor number (integer)
xvideo-adaptor=-1
# Alternate fullscreen method (boolean)
#xvideo-altfullscreen=0
# XVimage chroma format (string)
#xvideo-chroma=
# Use shared memory (boolean)
xvideo-shm=1
# choose the screen to be used for fullscreen mode. (integer)
#xvideo-xineramascreen=0

[xosd] # xosd interface

# Flip vertical position (boolean)
xosd-position=1
# Vertical offset (integer)
#xosd-text-offset=0
# Shadow offset (integer)
xosd-shadow-offset=1
# Font (string)
#xosd-font=-misc-fixed-medium-r-*-*-*-300-*-*-*-*-*-*

[visual] # visualizer filter

# Effects list (string)
#effect-list=dummy
# Video width (integer)
effect-width=320
# Video height (integer)
effect-height=120
# Number of bands (integer)
visual-nbbands=80
# Band separator (integer)
visual-separ=1
# Amplification (integer)
visual-amp=3
# Enable peaks (boolean)
visual-peaks=1
# Number of stars (integer)
visual-stars=200

[access_output_udp] # UDP stream ouput

# caching value in ms (integer)
udp-sout-caching=300

[satellite] # satellite input
# Satellite default transponder frequency (integer)
#frequency=11954
# Satellite default transponder polarization (integer)
#polarization=0
# Satellite default transponder FEC (integer)
#fec=3
# Satellite default transponder symbol rate (integer)
#symbol-rate=27500
# Use diseqc with antenna (boolean)
#diseqc=0
# Antenna lnb_lof1 (kHz) (integer)
#lnb-lof1=10000
# Antenna lnb_lof2 (kHz) (integer)
#lnb-lof2=10000
# Antenna lnb_slof (kHz) (integer)
#lnb-slof=11700
[fb] # Linux console framebuffer video output
# framebuffer device (string)
#fbdev=/dev/fb0


More information about the vlc mailing list