*nix specific usage questions
-
bveb
- New Cone
- Posts: 5
- Joined: 18 Oct 2007 15:18
Postby bveb » 18 Oct 2007 15:29
Hi ppl,
I am using VLC 0.8.6 Janus with Ubuntu Feisty 7.04 and Windows XP .. I am streaming my video files to Dreambox with subtitle overlay.. In Linux with following vlcrc file streaming with subtitle is ok but problem is connection lost when I want to switch another file from Dreambox.. In Windows there is no such problem but with same configuration no soverlay made in Windows side..
My vlcrc file..
Code: Select all
##
### VLC media player - version 0.8.6 Janus - (c) 1996-2006 the VideoLAN team
###
###
### lines begining with a '#' character are comments
###
[main] # main program
# Enable audio (boolean)
#audio=1
# Default audio volume (integer)
volume=289
# Audio output volume step (integer)
#volume-step=32
# Audio output frequency (Hz) (integer)
#aout-rate=-1
# High quality audio resampling (boolean)
#hq-resampling=1
# Use S/PDIF when available (boolean)
#spdif=0
# Force detection of Dolby Surround (integer)
#force-dolby-surround=0
# Audio desynchronization compensation (integer)
#audio-desync=0
# Audio output module (string)
#aout=
# Audio filters (string)
#audio-filter=
# Audio visualizations (string)
#audio-visual=
# Enable video (boolean)
#video=1
# Grayscale video output (boolean)
#grayscale=0
# Fullscreen video output (boolean)
#fullscreen=0
# Drop late frames (boolean)
#drop-late-frames=1
# Skip frames (boolean)
#skip-frames=1
# Quiet synchro (boolean)
#quiet-synchro=0
# Overlay video output (boolean)
#overlay=1
# Always on top (boolean)
#video-on-top=0
# Disable screensaver (boolean)
#disable-screensaver=1
# Video snapshot directory (or filename) (string)
#snapshot-path=
# Video snapshot file prefix (string)
#snapshot-prefix=vlcsnap-
# Video snapshot format (string)
#snapshot-format=png
# Display video snapshot preview (boolean)
#snapshot-preview=1
# Use sequential numbers instead of timestamps (boolean)
#snapshot-sequential=0
# Video width (integer)
#width=-1
# Video height (integer)
#height=-1
# Video X coordinate (integer)
#video-x=-1
# Video Y coordinate (integer)
#video-y=-1
# Video cropping (string)
#crop=
# Custom crop ratios list (string)
#custom-crop-ratios=
# Source aspect ratio (string)
#aspect-ratio=
# Monitor pixel aspect ratio (string)
#monitor-par=
# Custom aspect ratios list (string)
#custom-aspect-ratios=
# Fix HDTV height (boolean)
#hdtv-fix=1
# Window decorations (boolean)
#video-deco=1
# Video title (string)
#video-title=
# Video alignment (integer)
#align=0
# Zoom video (float)
#zoom=1.000000
# Video output module (string)
vout=x11
# Video filter module (string)
#vout-filter=
# Enable sub-pictures (boolean)
#spu=1
# On Screen Display (boolean)
#osd=1
# Text rendering module (string)
#text-renderer=
# Use subtitle file (string)
#sub-file=
# Autodetect subtitle files (boolean)
#sub-autodetect-file=1
# Subtitle autodetection fuzziness (integer)
#sub-autodetect-fuzzy=3
# Subtitle autodetection paths (string)
#sub-autodetect-path=./Subtitles, ./subtitles
# Force subtitle position (integer)
#sub-margin=0
# Subpictures filter module (string)
sub-filter=text
# Program (integer)
#program=0
# Programs (string)
#programs=
# Audio track (integer)
#audio-track=-1
# Subtitles track (integer)
#sub-track=-1
# Audio language (string)
#audio-language=
# Subtitle language (string)
#sub-language=
# Audio track ID (integer)
#audio-track-id=-1
# Subtitles track ID (integer)
#sub-track-id=-1
# Input repetitions (integer)
#input-repeat=0
# Start time (integer)
#start-time=0
# Stop time (integer)
#stop-time=0
# Input list (string)
#input-list=
# Input slave (experimental) (string)
#input-slave=
# Bookmarks list for a stream (string)
#bookmarks=
# DVD device (string)
dvd=/dev/scd1
# VCD device (string)
vcd=/dev/scd0
# Audio CD device (string)
cd-audio=/dev/scd0
# UDP port (integer)
#server-port=1234
# MTU of the network interface (integer)
#mtu=1500
# Force IPv6 (boolean)
#ipv6=0
# Force IPv4 (boolean)
#ipv4=0
# TCP connection timeout (integer)
#ipv4-timeout=5000
# SOCKS server (string)
#socks=
# SOCKS user name (string)
#socks-user=
# SOCKS password (string)
#socks-pwd=
# Title metadata (string)
#meta-title=
# Author metadata (string)
#meta-author=
# Artist metadata (string)
#meta-artist=
# Genre metadata (string)
#meta-genre=
# Copyright metadata (string)
#meta-copyright=
# Description metadata (string)
#meta-description=
# Date metadata (string)
#meta-date=
# URL metadata (string)
#meta-url=
# Clock reference average counter (integer)
#cr-average=40
# Clock synchronisation (integer)
#clock-synchro=-1
# Network synchronisation (boolean)
#network-synchronisation=0
# Preferred decoders list (string)
#codec=
# Preferred encoders list (string)
#encoder=
# Access module (string)
#access=
# Access filter module (string)
#access-filter=
# Demux module (string)
#demux=
# Default stream output chain (string)
#sout=
# Display while streaming (boolean)
#sout-display=0
# Keep stream output 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
# Enable SPU stream output (boolean)
#sout-spu=1
# VLM configuration file (string)
#vlm-conf=
# Mux module (string)
#mux=
# Access output module (string)
access_output=access_output_http
# Hop limit (TTL) (integer)
#ttl=0
# IPv6 multicast output interface (string)
#miface=
# IPv4 multicast output interface address (string)
#miface-addr=
# Preferred packetizer list (string)
#packetizer=
# Control SAP flow (boolean)
#sap-flow-control=0
# SAP announcement interval (integer)
#sap-interval=5
# Enable FPU support (boolean)
#fpu=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
# Enable CPU SSE2 support (boolean)
#sse2=1
# Memory copy module (string)
#memcpy=
# Use a plugins cache (boolean)
#plugins-cache=1
# Modules search path (string)
#plugin-path=
# Minimize number of threads (boolean)
#minimize-threads=0
# Allow real-time priority (boolean)
#rt-priority=0
# Adjust VLC priority (integer)
#rt-offset=0
# Play files randomly forever (boolean)
#random=0
# Repeat all (boolean)
#loop=0
# Repeat current item (boolean)
#repeat=0
# Play and stop (boolean)
#play-and-stop=0
# Default stream (string)
#open=
# Automatically preparse files (boolean)
#auto-preparse=1
# Services discovery modules (string)
#services-discovery=
# Verbosity (0,1,2) (integer)
#verbose=0
# Be quiet (boolean)
#quiet=0
# Run as daemon process (boolean)
#daemon=0
# Log to file (boolean)
#file-logging=0
# Log to syslog (boolean)
#syslog=0
# Color messages (boolean)
#color=0
# Show advanced options (boolean)
#advanced=0
# Interface interaction (boolean)
#interact=0
# Show interface with mouse (boolean)
#show-intf=0
# Collect statistics (boolean)
#stats=1
# Interface module (string)
#intf=
# Extra interface modules (string)
extraintf=http
# Control interfaces (string)
#control=
# 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
# Very short backwards jump (key)
#key-jump-extrashort=Shift-Left
# Very short forward jump (key)
#key-jump+extrashort=Shift-Right
# Short backwards jump (key)
#key-jump-short=Alt-Left
# Short forward jump (key)
#key-jump+short=Alt-Right
# Medium backwards jump (key)
#key-jump-medium=Ctrl-Left
# Medium forward jump (key)
#key-jump+medium=Ctrl-Right
# Long backwards jump (key)
#key-jump-long=Alt-Ctrl-Left
# Long forward jump (key)
#key-jump+long=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
# Go to the DVD menu (key)
#key-disc-menu=Ctrl-m
# Select previous DVD title (key)
#key-title-prev=Ctrl-p
# Select next DVD title (key)
#key-title-next=Ctrl-f
# Select prev DVD chapter (key)
#key-chapter-prev=Ctrl-u
# Select next DVD chapter (key)
#key-chapter-next=Ctrl-d
# Quit (key)
#key-quit=Ctrl-q
# Volume up (key)
#key-vol-up=Ctrl-Up
# Volume down (key)
#key-vol-down=Ctrl-Down
# Mute (key)
#key-vol-mute=m
# Subtitle delay up (key)
#key-subdelay-up=Ctrl-h
# Subtitle delay down (key)
#key-subdelay-down=Ctrl-j
# Audio delay up (key)
#key-audiodelay-up=Ctrl-k
# Audio delay down (key)
#key-audiodelay-down=Ctrl-l
# Cycle audio track (key)
#key-audio-track=l
# Cycle subtitle track (key)
#key-subtitle-track=k
# Cycle source aspect ratio (key)
#key-aspect-ratio=a
# Cycle video crop (key)
#key-crop=c
# Cycle deinterlace modes (key)
#key-deinterlace=d
# Show interface (key)
#key-intf-show=i
# Hide interface (key)
#key-intf-hide=
# Take video snapshot (key)
#key-snapshot=Alt-Ctrl-s
# Go back in browsing history (key)
#key-history-back=Ctrl-v
# Go forward in browsing history (key)
#key-history-forward=Ctrl-b
# Record (key)
#key-record=Ctrl-r
# Dump (key)
#key-dump=Shift-Ctrl-d
# Crop one pixel from the top of the video (key)
#key-crop-top=Alt-i
# Uncrop one pixel from the top of the video (key)
#key-uncrop-top=Alt-Shift-i
# Crop one pixel from the left of the video (key)
#key-crop-left=Alt-j
# Uncrop one pixel from the left of the video (key)
#key-uncrop-left=Alt-Shift-j
# Crop one pixel from the bottom of the video (key)
#key-crop-bottom=Alt-k
# Uncrop one pixel from the bottom of the video (key)
#key-uncrop-bottom=Alt-Shift-k
# Crop one pixel from the right of the video (key)
#key-crop-right=Alt-l
# Uncrop one pixel from the right of the video (key)
#key-uncrop-right=Alt-Shift-l
# Very short jump length (integer)
#extrashort-jump-size=3
# Short jump length (integer)
#short-jump-size=10
# Medium jump length (integer)
#medium-jump-size=60
# Long jump length (integer)
#long-jump-size=300
# 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
# 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=
[mux_ts] # TS muxer (libdvbpsi)
# Video PID (integer)
#sout-ts-pid-video=0
# Audio PID (integer)
#sout-ts-pid-audio=0
# SPU PID (integer)
#sout-ts-pid-spu=0
# PMT PID (integer)
#sout-ts-pid-pmt=0
# TS ID (integer)
#sout-ts-tsid=0
# NET ID (integer)
#sout-ts-netid=0
# PMT Program numbers (string)
#sout-ts-program-pmt=
# Set PID to ID of ES (boolean)
#sout-ts-es-id-pid=0
# Mux PMT (requires --sout-ts-es-id-pid) (string)
#sout-ts-muxpmt=
# SDT Descriptors (requires --sout-ts-es-id-pid) (string)
#sout-ts-sdtdesc=
# Data alignment (boolean)
#sout-ts-alignment=1
# Shaping delay (ms) (integer)
#sout-ts-shaping=200
# Use keyframes (boolean)
#sout-ts-use-key-frames=0
# PCR delay (ms) (integer)
#sout-ts-pcr=70
# Minimum B (deprecated) (integer)
#sout-ts-bmin=0
# Maximum B (deprecated) (integer)
#sout-ts-bmax=0
# DTS delay (ms) (integer)
#sout-ts-dts-delay=400
# Crypt audio (boolean)
#sout-ts-crypt-audio=1
# Crypt video (boolean)
#sout-ts-crypt-video=1
# CSA Key (string)
#sout-ts-csa-ck=
# Packet size in bytes to encrypt (integer)
#sout-ts-csa-pkt=188
[theora] # Theora video decoder
# Encoding quality (integer)
#sout-theora-quality=2
[x264] # H.264/MPEG4 AVC encoder (using x264 library)
# Maximum GOP size (integer)
#sout-x264-keyint=250
# Minimum GOP size (integer)
#sout-x264-min-keyint=25
# Extra I-frames aggressivity (integer)
#sout-x264-scenecut=40
# B-frames between I and P (integer)
#sout-x264-bframes=0
# Adaptive B-frame decision (boolean)
#sout-x264-b-adapt=1
# Influence (bias) B-frames usage (integer)
#sout-x264-b-bias=0
# Keep some B-frames as references (boolean)
#sout-x264-bpyramid=0
# CABAC (boolean)
#sout-x264-cabac=1
# Number of reference frames (integer)
#sout-x264-ref=1
# Skip loop filter (boolean)
#sout-x264-nf=0
# Loop filter AlphaC0 and Beta parameters alpha:beta (string)
#sout-x264-deblock=0:0
# H.264 level (string)
#sout-x264-level=5.1
# Set QP (integer)
#sout-x264-qp=26
# Quality-based VBR (integer)
#sout-x264-crf=0
# Min QP (integer)
#sout-x264-qpmin=10
# Max QP (integer)
#sout-x264-qpmax=51
# Max QP step (integer)
#sout-x264-qpstep=4
# Average bitrate tolerance (float)
#sout-x264-ratetol=1.000000
# Max local bitrate (integer)
#sout-x264-vbv-maxrate=0
# VBV buffer (integer)
#sout-x264-vbv-bufsize=0
# Initial VBV buffer occupancy (float)
#sout-x264-vbv-init=0.900000
# QP factor between I and P (float)
#sout-x264-ipratio=1.400000
# QP factor between P and B (float)
#sout-x264-pbratio=1.300000
# QP difference between chroma and luma (integer)
#sout-x264-chroma-qp-offset=0
# QP curve compression (float)
#sout-x264-qcomp=0.600000
# Reduce fluctuations in QP (float)
#sout-x264-cplxblur=20.000000
# Reduce fluctuations in QP (float)
#sout-x264-qblur=0.500000
# Partitions to consider (string)
#sout-x264-partitions=normal
# Direct MV prediction mode (string)
#sout-x264-direct=spatial
# Weighted prediction for B-frames (boolean)
#sout-x264-weightb=0
# Integer pixel motion estimation method (string)
#sout-x264-me=hex
# Maximum motion vector search range (integer)
#sout-x264-merange=16
# Subpixel motion estimation and partition decision quality (integer)
#sout-x264-subme=5
# RD based mode decision for B-frames (boolean)
#sout-x264-b-rdo=0
# Decide references on a per partition basis (boolean)
#sout-x264-mixed-refs=0
# Chroma in motion estimation (boolean)
#sout-x264-chroma-me=1
# Jointly optimize both MVs in B-frames (boolean)
#sout-x264-bime=0
# Adaptive spatial transform size (boolean)
#sout-x264-8x8dct=0
# Trellis RD quantization (integer)
#sout-x264-trellis=0
# Early SKIP detection on P-frames (boolean)
#sout-x264-fast-pskip=1
# Coefficient thresholding on P-frames (boolean)
#sout-x264-dct-decimate=1
# Noise reduction (integer)
#sout-x264-nr=0
# CPU optimizations (boolean)
#sout-x264-asm=1
# PSNR computation (boolean)
#sout-x264-psnr=0
# SSIM computation (boolean)
#sout-x264-ssim=0
# Quiet mode (boolean)
#sout-x264-quiet=0
# SPS and PPS id numbers (integer)
#sout-x264-sps-id=0
# Access unit delimiters (boolean)
#sout-x264-aud=0
# Statistics (boolean)
#sout-x264-verbose=0
[image] # Image video output
# Image format (string)
#image-out-format=png
# Image width (integer)
#image-width=-1
# Image height (integer)
#image-height=-1
# Recording ratio (integer)
#image-out-ratio=3
# Filename prefix (string)
#image-out-prefix=img
# Always write to the same file (boolean)
#image-out-replace=0
[xvideo] # XVideo extension video output
# X11 display (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
# Screen for fullscreen mode. (integer)
#xvideo-xineramascreen=0
[glx] # OpenGL(GLX) provider
# X11 display (string)
#glx-display=
# XVideo adaptor number (integer)
#glx-adaptor=-1
# Alternate fullscreen method (boolean)
#glx-altfullscreen=0
# Screen for fullscreen mode. (integer)
#glx-xineramascreen=0
[opengl] # OpenGL video output
# OpenGL cube rotation speed (float)
#opengl-cube-speed=2.000000
# OpenGL sampling accuracy (integer)
#opengl-accuracy=4
# Point of view x-coordinate (float)
#opengl-pov-x=0.000000
# Point of view y-coordinate (float)
#opengl-pov-y=0.000000
# Point of view z-coordinate (float)
#opengl-pov-z=-1.000000
# OpenGL Cylinder radius (float)
#opengl-cylinder-radius=-100.000000
# Effect (string)
#opengl-effect=none
[x11] # X11 video output
# X11 display (string)
#x11-display=
# Alternate fullscreen method (boolean)
#x11-altfullscreen=0
# Use shared memory (boolean)
#x11-shm=1
# Screen for fullscreen mode. (integer)
#x11-xineramascreen=0
[xosd] # XOSD interface
# Flip vertical position (boolean)
#xosd-position=1
# Vertical offset (integer)
#xosd-text-offset=30
# Shadow offset (integer)
#xosd-shadow-offset=2
# Font (string)
#xosd-font=-adobe-helvetica-bold-r-normal-*-*-160-*-*-p-*-iso8859-1
# Color (string)
#xosd-colour=LawnGreen
[visual] # Visualizer filter
# Effects list (string)
#effect-list=spectrum
# Video width (integer)
#effect-width=533
# Video height (integer)
#effect-height=400
# Number of bands (integer)
#visual-nbbands=80
# Band separator (integer)
#visual-separ=1
# Amplification (integer)
#visual-amp=3
# Enable peaks (boolean)
#visual-peaks=1
# Enable original graphic spectrum (boolean)
#spect-show-original=0
# Enable base (boolean)
#spect-show-base=1
# Base pixel radius (integer)
#spect-radius=42
# Spectral sections (integer)
#spect-sections=3
# V-plane color (integer)
#spect-color=80
# Enable bands (boolean)
#spect-show-bands=1
# Number of bands (integer)
#spect-nbbands=32
# Band separator (integer)
#spect-separ=1
# Amplification (integer)
#spect-amp=8
# Enable peaks (boolean)
#spect-show-peaks=1
# Peak extra width (integer)
#spect-peak-width=61
# Peak height (integer)
#spect-peak-height=1
[stream_out_switcher] # MPEG2 video switcher stream output
# Files (string)
#sout-switcher-files=
# Sizes (string)
#sout-switcher-sizes=
# Aspect ratio (string)
#sout-switcher-aspect-ratio=4:3
# Command UDP port (integer)
#sout-switcher-port=5001
# Command (integer)
#sout-switcher-command=0
# GOP size (integer)
#sout-switcher-gop=8
# Quantizer scale (integer)
#sout-switcher-qscale=5
# Mute audio (boolean)
#sout-switcher-mute-audio=1
[stream_out_bridge] # Bridge stream output
# ID (integer)
#sout-bridge-out-id=0
# Delay (integer)
#sout-bridge-in-delay=0
# ID Offset (integer)
#sout-bridge-in-id-offset=8192
[stream_out_standard] # Standard stream output
# Output access method (string)
#sout-standard-access=
# Output muxer (string)
#sout-standard-mux=
# Output destination (string)
#sout-standard-dst=
# SAP announcing (boolean)
#sout-standard-sap=0
# Session name (string)
#sout-standard-name=
# Session groupname (string)
#sout-standard-group=
[stream_out_display] # Display stream output
# Enable audio (boolean)
#sout-display-audio=1
# Enable video (boolean)
#sout-display-video=1
# Delay (integer)
#sout-display-delay=100
[stream_out_rtp] # RTP stream output
# Destination (string)
#sout-rtp-dst=
# SDP (string)
#sout-rtp-sdp=
# Muxer (string)
#sout-rtp-mux=
# Session name (string)
#sout-rtp-name=NONE
# Session description (string)
#sout-rtp-description=
# Session URL (string)
#sout-rtp-url=
# Session email (string)
#sout-rtp-email=
# Port (integer)
#sout-rtp-port=1234
# Audio port (integer)
#sout-rtp-port-audio=1230
# Video port (integer)
#sout-rtp-port-video=1232
# Time-To-Live (TTL) (integer)
#sout-rtp-ttl=0
# MP4A LATM (boolean)
#sout-rtp-mp4a-latm=0
[stream_out_mosaic_bridge] # Mosaic bridge stream output
# ID (string)
#sout-mosaic-bridge-id=Id
# Video width (integer)
#sout-mosaic-bridge-width=0
# Video height (integer)
#sout-mosaic-bridge-height=0
# Sample aspect ratio (string)
#sout-mosaic-bridge-sar=1:1
[stream_out_transcode] # Transcode stream output
# Video encoder (string)
#sout-transcode-venc=
# Destination video codec (string)
#sout-transcode-vcodec=
# Video bitrate (integer)
#sout-transcode-vb=800000
# Video scaling (float)
#sout-transcode-scale=1.000000
# Video frame-rate (float)
#sout-transcode-fps=0.000000
# Hurry up (boolean)
#sout-transcode-hurry-up=1
# Deinterlace video (boolean)
#sout-transcode-deinterlace=0
# Deinterlace module (string)
#sout-transcode-deinterlace-module=deinterlace
# Video width (integer)
#sout-transcode-width=0
# Video height (integer)
#sout-transcode-height=0
# Maximum video width (integer)
#sout-transcode-maxwidth=0
# Maximum video height (integer)
#sout-transcode-maxheight=0
# Video filter (string)
#sout-transcode-vfilter=
# Video crop (top) (integer)
#sout-transcode-croptop=0
# Video crop (left) (integer)
#sout-transcode-cropleft=0
# Video crop (bottom) (integer)
#sout-transcode-cropbottom=0
# Video crop (right) (integer)
#sout-transcode-cropright=0
# Video padding (top) (integer)
#sout-transcode-paddtop=0
# Video padding (left) (integer)
#sout-transcode-paddleft=0
# Video padding (bottom) (integer)
#sout-transcode-paddbottom=0
# Video padding (right) (integer)
#sout-transcode-paddright=0
# Video canvas width (integer)
#sout-transcode-canvas-width=0
# Video canvas height (integer)
#sout-transcode-canvas-height=0
# Video canvas aspect ratio (string)
#sout-transcode-canvas-aspect=
# Audio encoder (string)
#sout-transcode-aenc=
# Destination audio codec (string)
#sout-transcode-acodec=
# Audio bitrate (integer)
#sout-transcode-ab=64000
# Audio channels (integer)
#sout-transcode-channels=0
# Audio sample rate (integer)
#sout-transcode-samplerate=0
# Synchronise on audio track (boolean)
#sout-transcode-audio-sync=0
# Subtitles encoder (string)
#sout-transcode-senc=soverlay
# Destination subtitles codec (string)
#sout-transcode-scodec=
# Destination subtitles codec (boolean)
sout-transcode-soverlay=1
# Overlays (string)
#sout-transcode-sfilter=text
# OSD menu (boolean)
#sout-transcode-osd=0
# Number of threads (integer)
#sout-transcode-threads=0
# High priority (boolean)
#sout-transcode-high-priority=0
[stream_out_es] # Elementary stream output
# Output access method (string)
#sout-es-access=
# Audio output access method (string)
#sout-es-access-audio=
# Video output access method (string)
#sout-es-access-video=
# Output muxer (string)
#sout-es-mux=
# Audio output muxer (string)
#sout-es-mux-audio=
# Video output muxer (string)
#sout-es-mux-video=
# Output URL (string)
#sout-es-dst=
# Audio output URL (string)
#sout-es-dst-audio=
# Video output URL (string)
#sout-es-dst-video=
[access_output_file] # File stream output
# Append to file (boolean)
#sout-file-append=0
[access_output_http] # HTTP stream output
# Username (string)
#sout-http-user=
# Password (string)
#sout-http-pwd=
# Mime (string)
#sout-http-mime=
# Certificate file (string)
#sout-http-cert=vlc.pem
# Private key file (string)
#sout-http-key=
# Root CA file (string)
#sout-http-ca=
# CRL file (string)
#sout-http-crl=
# Advertise with Bonjour (boolean)
#sout-http-bonjour=0
[access_output_udp] # UDP stream output
# Caching value (ms) (integer)
#sout-udp-caching=300
# Time-To-Live (TTL) (integer)
#sout-udp-ttl=0
# Group packets (integer)
#sout-udp-group=1
# Raw write (boolean)
#sout-udp-raw=0
[access_filter_record] # Record
# Record directory (string)
#record-path=
[access_filter_timeshift] # Timeshift
# Timeshift granularity (integer)
#timeshift-granularity=50
# Timeshift directory (string)
#timeshift-dir=
# Force use of the timeshift module (boolean)
#timeshift-force=0
[access_filter_dump] # Dump
# Force use of dump module (boolean)
#dump-force=0
# Maximum size of temporary file (Mb) (integer)
#dump-margin=32
[vorbis] # Vorbis audio decoder
# Encoding quality (integer)
#sout-vorbis-quality=0
# Maximum encoding bitrate (integer)
#sout-vorbis-max-bitrate=0
# Minimum encoding bitrate (integer)
#sout-vorbis-min-bitrate=0
# CBR encoding (boolean)
#sout-vorbis-cbr=0
[ffmpeg] # FFmpeg audio/video decoder/encoder ((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
# Visualize motion vectors (integer)
#ffmpeg-vismv=0
# Low resolution decoding (integer)
#ffmpeg-lowres=0
# Skip the loop filter for H.264 decoding (integer)
#ffmpeg-skiploopfilter=0
# Post processing quality (integer)
#ffmpeg-pp-q=0
# FFmpeg post processing filter chains (string)
#ffmpeg-pp-name=default
# Debug mask (integer)
#ffmpeg-debug=0
# Quality level (string)
#sout-ffmpeg-hq=simple
# Ratio of key frames (integer)
#sout-ffmpeg-keyint=0
# Ratio of B frames (integer)
#sout-ffmpeg-bframes=0
# Hurry up (boolean)
#sout-ffmpeg-hurry-up=0
# Interlaced encoding (boolean)
#sout-ffmpeg-interlace=0
# Interlaced motion estimation (boolean)
#sout-ffmpeg-interlace-me=1
# Video bitrate tolerance (integer)
#sout-ffmpeg-vt=0
# Pre-motion estimation (boolean)
#sout-ffmpeg-pre-me=0
# Strict rate control (boolean)
#sout-ffmpeg-strict-rc=0
# Rate control buffer size (integer)
#sout-ffmpeg-rc-buffer-size=1835008
# Rate control buffer aggressiveness (float)
#sout-ffmpeg-rc-buffer-aggressivity=1.000000
# I quantization factor (float)
#sout-ffmpeg-i-quant-factor=0.000000
# Noise reduction (integer)
#sout-ffmpeg-noise-reduction=0
# MPEG4 quantization matrix (boolean)
#sout-ffmpeg-mpeg4-matrix=0
# Minimum video quantizer scale (integer)
#sout-ffmpeg-qmin=0
# Maximum video quantizer scale (integer)
#sout-ffmpeg-qmax=0
# Trellis quantization (boolean)
#sout-ffmpeg-trellis=0
# Fixed quantizer scale (float)
#sout-ffmpeg-qscale=0.000000
# Strict standard compliance (integer)
#sout-ffmpeg-strict=0
# Luminance masking (float)
#sout-ffmpeg-lumi-masking=0.000000
# Darkness masking (float)
#sout-ffmpeg-dark-masking=0.000000
# Motion masking (float)
#sout-ffmpeg-p-masking=0.000000
# Border masking (float)
#sout-ffmpeg-border-masking=0.000000
# Luminance elimination (integer)
#sout-ffmpeg-luma-elim-threshold=0
# Chrominance elimination (integer)
#sout-ffmpeg-chroma-elim-threshold=0
[svcdsub] # Philips OGT (SVCD subtitle) decoder
# Enable debug (integer)
#svcdsub-debug=0
[fake] # Fake video decoder
# Image file (string)
#fake-file=
# Video width (integer)
#fake-width=0
# Video height (integer)
#fake-height=0
# Keep aspect ratio (boolean)
#fake-keep-ar=0
# Background aspect ratio (string)
#fake-aspect-ratio=
# Deinterlace video (boolean)
#fake-deinterlace=0
# Deinterlace module (string)
#fake-deinterlace-module=deinterlace
[dvbsub] # DVB subtitles decoder
# Subpicture position (integer)
#dvbsub-position=8
# Decoding X coordinate (integer)
#dvbsub-x=-1
# Decoding Y coordinate (integer)
#dvbsub-y=-1
# Encoding X coordinate (integer)
#sout-dvbsub-x=-1
# Encoding Y coordinate (integer)
#sout-dvbsub-y=-1
[subsdec] # Text subtitles decoder
# Subtitles justification (integer)
#subsdec-align=0
# Subtitles text encoding (string)
subsdec-encoding=ISO-8859-9
# UTF-8 subtitles autodetection (boolean)
subsdec-autodetect-utf8=0
# Formatted Subtitles (boolean)
subsdec-formatted=0
[cdda] # Audio CD input
# Caching value in ms (integer)
#cdda-caching=300
#cdda-separate-tracks=1
#cdda-track=-1
# CDDB Server (string)
#cddb-server=freedb.freedb.org
# CDDB port (integer)
#cddb-port=8880
[access_file] # File input
# Caching value in ms (integer)
#file-caching=300
# Concatenate with additional files (string)
#file-cat=
[dvdread] # DVDRead Input (DVD without menu support)
# DVD angle (integer)
#dvdread-angle=1
# Caching value in ms (integer)
#dvdread-caching=300
# Method used by libdvdcss for decryption (string)
#dvdread-css-method=
[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@example.com
# FTP account (string)
#ftp-account=anonymous
[access_mms] # Microsoft Media Server (MMS) input
# Caching value in ms (integer)
#mms-caching=5700
# Force selection of all streams (boolean)
#mms-all=0
# Maximum bitrate (integer)
#mms-maxbitrate=0
[screen] # Screen Input
# Caching value in ms (integer)
#screen-caching=300
# Frame rate (float)
#screen-fps=5.000000
[vcd] # VCD input
# Caching value in ms (integer)
#vcd-caching=300
[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=
# Framerate (float)
#v4l-fps=-1.000000
# Samplerate (integer)
#v4l-samplerate=44100
# Channel (integer)
#v4l-channel=0
# Tuner (integer)
#v4l-tuner=-1
# Norm (integer)
#v4l-norm=3
# Frequency (integer)
#v4l-frequency=-1
# Audio Channel (integer)
#v4l-audio=-1
# Stereo (boolean)
#v4l-stereo=1
# Width (integer)
#v4l-width=0
# Height (integer)
#v4l-height=0
# Brightness (integer)
#v4l-brightness=-1
# Color (integer)
#v4l-colour=-1
# Hue (integer)
#v4l-hue=-1
# Contrast (integer)
#v4l-contrast=-1
# MJPEG (boolean)
#v4l-mjpeg=0
# Decimation (integer)
#v4l-decimation=1
# Quality (integer)
#v4l-quality=100
[access_fake] # Fake input
# Caching value in ms (integer)
#fake-caching=300
# Framerate (float)
#fake-fps=25.000000
# ID (integer)
#fake-id=0
# Duration in ms (integer)
#fake-duration=0
[access_smb] # SMB input
# Caching value in ms (integer)
#smb-caching=600
# SMB user name (string)
#smb-user=
# SMB password (string)
#smb-pwd=
# SMB domain (string)
#smb-domain=
[access_tcp] # TCP input
# Caching value in ms (integer)
#tcp-caching=300
[access_dv] # Digital Video (Firewire/ieee1394) input
# Caching value in ms (integer)
#dv-caching=60
[vcdx] # Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input
# If nonzero, this gives additional debug information. (integer)
#vcdx-debug=0
# Number of CD blocks to get in a single read. (integer)
#vcdx-blocks-per-read=20
# Use playback control? (boolean)
#vcdx-PBC=0
# Use track length as maximum unit in seek? (boolean)
#vcdx-track-length=1
# Show extended VCD info? (boolean)
#vcdx-extended-info=0
# Format to use in the playlist's "author" field. (string)
#vcdx-author-format=%v - %F disc %c of %C
# Format to use in the playlist's "title" field. (string)
#vcdx-title-format=%I %N %L%S - %M %A %v - disc %c of %C %F
[access_directory] # Standard filesystem directory input
# Subdirectory behavior (string)
#recursive=expand
# Ignored extensions (string)
#ignore-filetypes=m3u,db,nfo,jpg,gif,sfv,txt,sub,idx,srt,cue
[access_http] # HTTP input
# HTTP proxy (string)
#http-proxy=
# Caching value in ms (integer)
#http-caching=1200
# HTTP user agent (string)
#http-user-agent=VLC media player - version 0.8.6 Janus - (c) 1996-2006 the VideoLAN team
# Auto re-connect (boolean)
#http-reconnect=0
# Continuous stream (boolean)
#http-continuous=0
[dvdnav] # DVDnav Input
# DVD angle (integer)
#dvdnav-angle=1
# Caching value in ms (integer)
#dvdnav-caching=300
# Start directly in menu (boolean)
#dvdnav-menu=1
[access_udp] # UDP/RTP input
# Caching value in ms (integer)
#udp-caching=300
# RTP reordering timeout in ms (integer)
#rtp-late=100
# Autodetection of MTU (boolean)
#udp-auto-mtu=1
[dvb] # DVB input with v4l2 support
# Caching value in ms (integer)
#dvb-caching=300
# Adapter card to tune (integer)
#dvb-adapter=0
# Device number to use on adapter (integer)
#dvb-device=0
# Transponder/multiplex frequency (integer)
#dvb-frequency=11954000
# Inversion mode (integer)
#dvb-inversion=2
# Probe DVB card for capabilities (boolean)
#dvb-probe=1
# Budget mode (boolean)
#dvb-budget-mode=0
# Satellite number in the Diseqc system (integer)
#dvb-satno=0
# LNB voltage (integer)
#dvb-voltage=13
# High LNB voltage (boolean)
#dvb-high-voltage=0
# 22 kHz tone (integer)
#dvb-tone=-1
# Transponder FEC (integer)
#dvb-fec=9
# Transponder symbol rate in kHz (integer)
#dvb-srate=27500000
# Antenna lnb_lof1 (kHz) (integer)
#dvb-lnb-lof1=0
# Antenna lnb_lof2 (kHz) (integer)
#dvb-lnb-lof2=0
# Antenna lnb_slof (kHz) (integer)
#dvb-lnb-slof=0
# Modulation type (integer)
#dvb-modulation=0
# Terrestrial high priority stream code rate (FEC) (integer)
#dvb-code-rate-hp=9
# Terrestrial low priority stream code rate (FEC) (integer)
#dvb-code-rate-lp=9
# Terrestrial bandwidth (integer)
#dvb-bandwidth=0
# Terrestrial guard interval (integer)
#dvb-guard=0
# Terrestrial transmission mode (integer)
#dvb-transmission=0
# Terrestrial hierarchy mode (integer)
#dvb-hierarchy=0
# HTTP Host address (string)
#dvb-http-host=
# HTTP user name (string)
#dvb-http-user=
# HTTP password (string)
#dvb-http-password=
# HTTP ACL (string)
#dvb-http-acl=
# Certificate file (string)
#dvb-http-intf-cert=
# Private key file (string)
#dvb-http-intf-key=
# Root CA file (string)
#dvb-http-intf-ca=
# CRL file (string)
#dvb-http-intf-crl=
[pvr] # IVTV MPEG Encoding cards input
# Caching value in ms (integer)
#pvr-caching=300
# Device (string)
#pvr-device=/dev/video0
# Radio device (string)
#pvr-radio-device=/dev/radio0
# Norm (integer)
#pvr-norm=0
# Width (integer)
#pvr-width=-1
# Height (integer)
#pvr-height=-1
# Frequency (integer)
#pvr-frequency=-1
# Framerate (integer)
#pvr-framerate=-1
# Key interval (integer)
#pvr-keyint=-1
# Framerate (integer)
#pvr-bframes=-1
# Bitrate (integer)
#pvr-bitrate=-1
# Bitrate peak (integer)
#pvr-bitrate-peak=-1
# Bitrate mode) (integer)
#pvr-bitrate-mode=-1
# Audio bitmask (integer)
#pvr-audio-bitmask=-1
# Volume (integer)
#pvr-audio-volume=-1
# Channel (integer)
#pvr-channel=-1
[wxwidgets] # wxWidgets interface module
# Embed video in interface (boolean)
#wx-embed=1
# Bookmarks dialog (boolean)
#wx-bookmarks=0
# Taskbar (boolean)
#wx-taskbar=1
# Extended GUI (boolean)
#wx-extended=0
# Minimal interface (boolean)
#wx-minimal=0
# Size to video (boolean)
#wx-autosize=1
# Playlist view (integer)
#wx-playlist-view=0
# Systray icon (boolean)
#wx-systray=0
# Show labels in toolbar (boolean)
#wx-labels=0
# last config (string)
wx-config-last=(-1,0,0,1024,768)(0,0,25,425,86)(6,0,0,-1,150)
[ncurses] # Ncurses interface
# Filebrowser starting point (string)
#browse-dir=
[skins2] # Skinnable Interface
# Skin to use (string)
#skins2-last=
# Config of last used skin (string)
#skins2-config=
# Enable skinned playlist (boolean)
#skinned-playlist=1
[packetizer_mpegvideo] # MPEG-I/II video packetizer
# Sync on Intra Frame (boolean)
#packetizer-mpegvideo-sync-iframe=0
[aout_file] # File audio output
# Output format (string)
#audiofile-format=s16
# Number of output channels (integer)
#audiofile-channels=0
# Output file (string)
#audiofile-file=audiofile.wav
# Add WAVE header (boolean)
#audiofile-wav=1
[podcast] # Podcasts
# Podcast URLs list (string)
#podcast-urls=
[shout] # Shoutcast radio listings
[sap] # SAP Announcements
# SAP multicast address (string)
#sap-addr=
# IPv4 SAP (boolean)
#sap-ipv4=1
# IPv6 SAP (boolean)
#sap-ipv6=1
# SAP timeout (seconds) (integer)
#sap-timeout=1800
# Try to parse the announce (boolean)
#sap-parse=1
# SAP Strict mode (boolean)
#sap-strict=0
# Allow timeshifting (boolean)
#sap-timeshift=0
[gnutls] # GnuTLS TLS encryption layer
# Check TLS/SSL server certificate validity (boolean)
#tls-check-cert=1
# Check TLS/SSL server hostname in certificate (boolean)
#tls-check-hostname=1
# Diffie-Hellman prime bits (integer)
#gnutls-dh-bits=1024
# Expiration time for resumed TLS sessions (integer)
#gnutls-cache-expiration=3600
# Number of resumed TLS sessions (integer)
#gnutls-cache-size=64
[logger] # File logging
# Log filename (string)
#logfile=
# Log format (string)
#logmode=text
# RRD output file (string)
#rrd-file=
Thanks in advance..
-
bveb
- New Cone
- Posts: 5
- Joined: 18 Oct 2007 15:18
Postby bveb » 18 Oct 2007 21:27
It seems VLC couldnt get stop command from Dreambox.. So It cannot stop stream and response other Dreambox requests..
Code: Select all
VLC media player 0.8.6 Janus
[00000001] main private debug: checking builtin modules
[00000001] main private debug: checking plugin modules
[00000001] main private debug: loading plugins cache file /home/bbayer/.vlc/cache/plugins-04041e.dat
[00000001] main private debug: recursively browsing `modules'
[00000001] main private debug: recursively browsing `/usr/lib/vlc'
[00000001] main private debug: recursively browsing `plugins'
[00000001] main private debug: module bank initialized, found 215 modules
[00000001] main private debug: opening config file /home/bbayer/.vlc/vlcrc
[00000001] main private debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000001] main private debug: looking for memcpy module: 1 candidate
[00000001] main private debug: using memcpy module "memcpy"
[00000280] main playlist debug: waiting for thread completion
[00000280] main playlist debug: thread 3079711632 (playlist) created at priority 0 (playlist/playlist.c:184)
[00000281] main private debug: waiting for thread completion
[00000281] main private debug: thread 3071318928 (preparser) created at priority 0 (playlist/playlist.c:210)
[00000282] main interface debug: looking for interface module: 1 candidate
[00000282] http interface debug: using charset=UTF-8
[00000282] http interface debug: base :8080
[00000282] main interface: creating httpd
[00000282] main interface debug: net: listening to port 8080
[00000285] main http server debug: thread 3062840208 (httpd host thread) created at priority 0 (network/httpd.c:1078)
[00000282] http interface debug: dir=/usr/share/vlc/http
[00000282] main interface debug: find .hosts in dir=/usr/share/vlc/http/.hosts
[00000282] main interface debug: restricted to ::1
[00000282] main interface debug: restricted to 127.0.0.1
[00000282] main interface debug: restricted to ::/0
[00000282] main interface debug: restricted to 0.0.0.0/0
[00000282] http interface debug: file=/usr/share/vlc/http/iehacks.css (url=/iehacks.css)
[00000282] http interface debug: dir=/usr/share/vlc/http/images
[00000282] http interface debug: file=/usr/share/vlc/http/images/sd.png (url=/images/sd.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/speaker_mute.png (url=/images/speaker_mute.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/empty.png (url=/images/empty.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/delete.png (url=/images/delete.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/slider_left.png (url=/images/slider_left.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/fullscreen.png (url=/images/fullscreen.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/refresh.png (url=/images/refresh.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/playlist_small.png (url=/images/playlist_small.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/repeat.png (url=/images/repeat.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/slider_right.png (url=/images/slider_right.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/stop.png (url=/images/stop.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/shuffle.png (url=/images/shuffle.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/delete_small.png (url=/images/delete_small.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/prev.png (url=/images/prev.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/info.png (url=/images/info.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/speaker.png (url=/images/speaker.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/play.png (url=/images/play.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/slider_point.png (url=/images/slider_point.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/pause.png (url=/images/pause.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/eject.png (url=/images/eject.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/help.png (url=/images/help.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/white_cross_small.png (url=/images/white_cross_small.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/white.png (url=/images/white.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/loop.png (url=/images/loop.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/slow.png (url=/images/slow.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/slider_bar.png (url=/images/slider_bar.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/next.png (url=/images/next.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/volume_down.png (url=/images/volume_down.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/sort.png (url=/images/sort.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/plus.png (url=/images/plus.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/minus.png (url=/images/minus.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/sout.png (url=/images/sout.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/playlist.png (url=/images/playlist.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/vlc16x16.png (url=/images/vlc16x16.png)
[00000282] http interface debug: file=/usr/share/vlc/http/images/volume_up.png (url=/images/volume_up.png)
[00000282] http interface debug: dir=/usr/share/vlc/http/requests
[00000282] http interface debug: file=/usr/share/vlc/http/requests/readme (url=/requests/readme)
[00000282] http interface debug: file=/usr/share/vlc/http/requests/playlist.xml (url=/requests/playlist.xml)
[00000282] http interface debug: file=/usr/share/vlc/http/requests/browse.xml (url=/requests/browse.xml)
[00000282] http interface debug: file=/usr/share/vlc/http/requests/vlm.xml (url=/requests/vlm.xml)
[00000282] http interface debug: file=/usr/share/vlc/http/requests/vlm_cmd.xml (url=/requests/vlm_cmd.xml)
[00000282] http interface debug: file=/usr/share/vlc/http/requests/status.xml (url=/requests/status.xml)
[00000282] http interface debug: file=/usr/share/vlc/http/index.html (url=/)
[00000282] http interface debug: redir= -> /
[00000282] http interface debug: redir=/index.html -> /
[00000282] http interface debug: file=/usr/share/vlc/http/mosaic.html (url=/mosaic.html)
[00000282] http interface debug: dir=/usr/share/vlc/http/dialogs
[00000282] main interface debug: find .hosts in dir=/usr/share/vlc/http/dialogs/.hosts
[00000282] http interface debug: file=/usr/share/vlc/http/dialogs/playlist (url=/dialogs/playlist)
[00000282] http interface debug: file=/usr/share/vlc/http/dialogs/mosaic (url=/dialogs/mosaic)
[00000282] http interface debug: file=/usr/share/vlc/http/dialogs/sout (url=/dialogs/sout)
[00000282] http interface debug: file=/usr/share/vlc/http/dialogs/browse (url=/dialogs/browse)
[00000282] http interface debug: file=/usr/share/vlc/http/dialogs/input (url=/dialogs/input)
[00000282] http interface debug: file=/usr/share/vlc/http/dialogs/footer (url=/dialogs/footer)
[00000282] http interface debug: file=/usr/share/vlc/http/dialogs/vlm (url=/dialogs/vlm)
[00000282] http interface debug: file=/usr/share/vlc/http/dialogs/main (url=/dialogs/main)
[00000282] http interface debug: file=/usr/share/vlc/http/favicon.ico (url=/favicon.ico)
[00000282] http interface debug: dir=/usr/share/vlc/http/old
[00000282] main interface debug: find .hosts in dir=/usr/share/vlc/http/old/.hosts
[00000282] main interface debug: restricted to ::1
[00000282] main interface debug: restricted to 127.0.0.1
[00000282] main interface debug: restricted to ::/0
[00000282] main interface debug: restricted to 0.0.0.0/0
[00000282] http interface debug: file=/usr/share/vlc/http/old/cone_minus.png (url=/old/cone_minus.png)
[00000282] http interface debug: file=/usr/share/vlc/http/old/index.html (url=/old/)
[00000282] http interface debug: redir=/old -> /old/
[00000282] http interface debug: redir=/old/index.html -> /old/
[00000282] http interface debug: file=/usr/share/vlc/http/old/cone_plus.png (url=/old/cone_plus.png)
[00000282] http interface debug: dir=/usr/share/vlc/http/old/admin
[00000282] http interface debug: find .access in dir=/usr/share/vlc/http/old/admin
[00000282] http interface debug: using user=admin password=admin (read=11)
[00000282] http interface debug: file=/usr/share/vlc/http/old/admin/index.html (url=/old/admin/)
[00000282] http interface debug: redir=/old/admin -> /old/admin/
[00000282] http interface debug: redir=/old/admin/index.html -> /old/admin/
[00000282] http interface debug: file=/usr/share/vlc/http/old/admin/dboxfiles.html (url=/old/admin/dboxfiles.html)
[00000282] http interface debug: file=/usr/share/vlc/http/old/admin/browse.html (url=/old/admin/browse.html)
[00000282] http interface debug: file=/usr/share/vlc/http/old/webcam.html (url=/old/webcam.html)
[00000282] http interface debug: dir=/usr/share/vlc/http/old/vlm
[00000282] http interface debug: file=/usr/share/vlc/http/old/vlm/index.html (url=/old/vlm/)
[00000282] http interface debug: redir=/old/vlm -> /old/vlm/
[00000282] http interface debug: redir=/old/vlm/index.html -> /old/vlm/
[00000282] http interface debug: file=/usr/share/vlc/http/old/vlm/edit.html (url=/old/vlm/edit.html)
[00000282] http interface debug: file=/usr/share/vlc/http/old/vlm/show.html (url=/old/vlm/show.html)
[00000282] http interface debug: file=/usr/share/vlc/http/old/vlm/new.html (url=/old/vlm/new.html)
[00000282] http interface debug: file=/usr/share/vlc/http/old/style.css (url=/old/style.css)
[00000282] http interface debug: file=/usr/share/vlc/http/old/info.html (url=/old/info.html)
[00000282] http interface debug: dir=/usr/share/vlc/http/js
[00000282] http interface debug: file=/usr/share/vlc/http/js/functions.js (url=/js/functions.js)
[00000282] http interface debug: file=/usr/share/vlc/http/js/vlm.js (url=/js/vlm.js)
[00000282] http interface debug: file=/usr/share/vlc/http/js/mosaic.js (url=/js/mosaic.js)
[00000282] http interface debug: file=/usr/share/vlc/http/vlm.html (url=/vlm.html)
[00000282] http interface debug: file=/usr/share/vlc/http/style.css (url=/style.css)
[00000282] http interface debug: file=/usr/share/vlc/http/vlm_export.html (url=/vlm_export.html)
[00000282] main interface debug: using interface module "http"
[00000282] main interface debug: thread 3054447504 (interface) created at priority 0 (interface/interface.c:231)
[00000286] main interface debug: looking for interface module: 1 candidate
[00000286] main interface debug: using interface module "hotkeys"
[00000286] main interface debug: thread 3046054800 (interface) created at priority 0 (interface/interface.c:231)
[00000288] main interface debug: looking for interface module: 1 candidate
[00000288] main interface debug: using interface module "screensaver"
[00000288] main interface debug: thread 3037662096 (interface) created at priority 0 (interface/interface.c:231)
[00000290] main interface debug: looking for interface module: 6 candidates
[00000290] http interface debug: using charset=UTF-8
[00000290] http interface debug: base :8081
[00000290] main interface debug: net: listening to port 8081
[00000285] main http server debug: creating statistics handler
[00000291] main http server debug: thread 3029269392 (httpd host thread) created at priority 0 (network/httpd.c:1078)
[00000290] http interface debug: dir=/usr/share/vlc/http
[00000290] main interface debug: find .hosts in dir=/usr/share/vlc/http/.hosts
[00000290] main interface debug: restricted to ::1
[00000290] main interface debug: restricted to 127.0.0.1
[00000290] main interface debug: restricted to ::/0
[00000290] main interface debug: restricted to 0.0.0.0/0
[00000290] http interface debug: file=/usr/share/vlc/http/iehacks.css (url=/iehacks.css)
[00000290] http interface debug: dir=/usr/share/vlc/http/images
[00000290] http interface debug: file=/usr/share/vlc/http/images/sd.png (url=/images/sd.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/speaker_mute.png (url=/images/speaker_mute.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/empty.png (url=/images/empty.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/delete.png (url=/images/delete.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/slider_left.png (url=/images/slider_left.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/fullscreen.png (url=/images/fullscreen.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/refresh.png (url=/images/refresh.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/playlist_small.png (url=/images/playlist_small.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/repeat.png (url=/images/repeat.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/slider_right.png (url=/images/slider_right.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/stop.png (url=/images/stop.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/shuffle.png (url=/images/shuffle.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/delete_small.png (url=/images/delete_small.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/prev.png (url=/images/prev.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/info.png (url=/images/info.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/speaker.png (url=/images/speaker.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/play.png (url=/images/play.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/slider_point.png (url=/images/slider_point.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/pause.png (url=/images/pause.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/eject.png (url=/images/eject.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/help.png (url=/images/help.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/white_cross_small.png (url=/images/white_cross_small.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/white.png (url=/images/white.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/loop.png (url=/images/loop.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/slow.png (url=/images/slow.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/slider_bar.png (url=/images/slider_bar.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/next.png (url=/images/next.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/volume_down.png (url=/images/volume_down.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/sort.png (url=/images/sort.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/plus.png (url=/images/plus.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/minus.png (url=/images/minus.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/sout.png (url=/images/sout.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/playlist.png (url=/images/playlist.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/vlc16x16.png (url=/images/vlc16x16.png)
[00000290] http interface debug: file=/usr/share/vlc/http/images/volume_up.png (url=/images/volume_up.png)
[00000290] http interface debug: dir=/usr/share/vlc/http/requests
[00000290] http interface debug: file=/usr/share/vlc/http/requests/readme (url=/requests/readme)
[00000290] http interface debug: file=/usr/share/vlc/http/requests/playlist.xml (url=/requests/playlist.xml)
[00000290] http interface debug: file=/usr/share/vlc/http/requests/browse.xml (url=/requests/browse.xml)
[00000290] http interface debug: file=/usr/share/vlc/http/requests/vlm.xml (url=/requests/vlm.xml)
[00000290] http interface debug: file=/usr/share/vlc/http/requests/vlm_cmd.xml (url=/requests/vlm_cmd.xml)
[00000290] http interface debug: file=/usr/share/vlc/http/requests/status.xml (url=/requests/status.xml)
[00000290] http interface debug: file=/usr/share/vlc/http/index.html (url=/)
[00000290] http interface debug: redir= -> /
[00000290] http interface debug: redir=/index.html -> /
[00000290] http interface debug: file=/usr/share/vlc/http/mosaic.html (url=/mosaic.html)
[00000290] http interface debug: dir=/usr/share/vlc/http/dialogs
[00000290] main interface debug: find .hosts in dir=/usr/share/vlc/http/dialogs/.hosts
[00000290] http interface debug: file=/usr/share/vlc/http/dialogs/playlist (url=/dialogs/playlist)
[00000290] http interface debug: file=/usr/share/vlc/http/dialogs/mosaic (url=/dialogs/mosaic)
[00000290] http interface debug: file=/usr/share/vlc/http/dialogs/sout (url=/dialogs/sout)
[00000290] http interface debug: file=/usr/share/vlc/http/dialogs/browse (url=/dialogs/browse)
[00000290] http interface debug: file=/usr/share/vlc/http/dialogs/input (url=/dialogs/input)
[00000290] http interface debug: file=/usr/share/vlc/http/dialogs/footer (url=/dialogs/footer)
[00000290] http interface debug: file=/usr/share/vlc/http/dialogs/vlm (url=/dialogs/vlm)
[00000290] http interface debug: file=/usr/share/vlc/http/dialogs/main (url=/dialogs/main)
[00000290] http interface debug: file=/usr/share/vlc/http/favicon.ico (url=/favicon.ico)
[00000290] http interface debug: dir=/usr/share/vlc/http/old
[00000290] main interface debug: find .hosts in dir=/usr/share/vlc/http/old/.hosts
[00000290] main interface debug: restricted to ::1
[00000290] main interface debug: restricted to 127.0.0.1
[00000290] main interface debug: restricted to ::/0
[00000290] main interface debug: restricted to 0.0.0.0/0
[00000290] http interface debug: file=/usr/share/vlc/http/old/cone_minus.png (url=/old/cone_minus.png)
[00000290] http interface debug: file=/usr/share/vlc/http/old/index.html (url=/old/)
[00000290] http interface debug: redir=/old -> /old/
[00000290] http interface debug: redir=/old/index.html -> /old/
[00000290] http interface debug: file=/usr/share/vlc/http/old/cone_plus.png (url=/old/cone_plus.png)
[00000290] http interface debug: dir=/usr/share/vlc/http/old/admin
[00000290] http interface debug: find .access in dir=/usr/share/vlc/http/old/admin
[00000290] http interface debug: using user=admin password=admin (read=11)
[00000290] http interface debug: file=/usr/share/vlc/http/old/admin/index.html (url=/old/admin/)
[00000290] http interface debug: redir=/old/admin -> /old/admin/
[00000290] http interface debug: redir=/old/admin/index.html -> /old/admin/
[00000290] http interface debug: file=/usr/share/vlc/http/old/admin/dboxfiles.html (url=/old/admin/dboxfiles.html)
[00000290] http interface debug: file=/usr/share/vlc/http/old/admin/browse.html (url=/old/admin/browse.html)
[00000290] http interface debug: file=/usr/share/vlc/http/old/webcam.html (url=/old/webcam.html)
[00000290] http interface debug: dir=/usr/share/vlc/http/old/vlm
[00000290] http interface debug: file=/usr/share/vlc/http/old/vlm/index.html (url=/old/vlm/)
[00000290] http interface debug: redir=/old/vlm -> /old/vlm/
[00000290] http interface debug: redir=/old/vlm/index.html -> /old/vlm/
[00000290] http interface debug: file=/usr/share/vlc/http/old/vlm/edit.html (url=/old/vlm/edit.html)
[00000290] http interface debug: file=/usr/share/vlc/http/old/vlm/show.html (url=/old/vlm/show.html)
[00000290] http interface debug: file=/usr/share/vlc/http/old/vlm/new.html (url=/old/vlm/new.html)
[00000290] http interface debug: file=/usr/share/vlc/http/old/style.css (url=/old/style.css)
[00000290] http interface debug: file=/usr/share/vlc/http/old/info.html (url=/old/info.html)
[00000290] http interface debug: dir=/usr/share/vlc/http/js
[00000290] http interface debug: file=/usr/share/vlc/http/js/functions.js (url=/js/functions.js)
[00000290] http interface debug: file=/usr/share/vlc/http/js/vlm.js (url=/js/vlm.js)
[00000290] http interface debug: file=/usr/share/vlc/http/js/mosaic.js (url=/js/mosaic.js)
[00000290] http interface debug: file=/usr/share/vlc/http/vlm.html (url=/vlm.html)
[00000290] http interface debug: file=/usr/share/vlc/http/style.css (url=/style.css)
[00000290] http interface debug: file=/usr/share/vlc/http/vlm_export.html (url=/vlm_export.html)
[00000290] main interface debug: using interface module "http"
[00000290] main interface debug: thread 3020876688 (manager) created at priority 0 (interface/interface.c:216)
[00000285] main http server debug: Connection from 127.0.0.1
[00000285] main http server debug: Connection from 192.168.2.2
[00000285] main http server debug: Connection from 192.168.2.2
[00000285] main http server debug: Connection from 192.168.2.2
[00000282] http interface debug: requested playlist stop
[00000285] main http server debug: Connection from 192.168.2.2
[00000282] http interface debug: requested playlist empty
[00000285] main http server debug: Connection from 192.168.2.2
[00000280] main playlist debug: adding playlist item `/media/sdb1/S2_02/Lost - 202 - Adrift.avi :sout=#transcode{vcodec=mp2v,soverlay,vb=900,width=352,height=576,fps=25,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=http,mux=ts,url=:9090/dboxstream}}' ( /media/sdb1/S2_02/Lost - 202 - Adrift.avi )
[00000282] http interface debug: requested mrl add: /media/sdb1/S2_02/Lost - 202 - Adrift.avi :sout=#transcode{vcodec=mp2v,soverlay,vb=900,width=352,height=576,fps=25,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=http,mux=ts,url=:9090/dboxstream}}
[00000282] http interface debug: requested playlist item: 4
[00000280] main playlist debug: creating new input thread
[00000293] main input debug: waiting for thread completion
[00000293] main input debug: thread 3012483984 (input) created at priority 0 (input/input.c:265)
[00000294] main stream output debug: stream=`transcode'
[00000295] main private debug: looking for sout stream module: 1 candidate
[00000294] main stream output debug: stream=`duplicate'
[00000298] main private debug: looking for sout stream module: 1 candidate
[00000298] stream_out_duplicate private debug: creating 'duplicate'
[00000298] stream_out_duplicate private debug: * adding `std{access=http,mux=ts,url=:9090/dboxstream}'
[00000294] main stream output debug: stream=`std'
[00000300] main private debug: looking for sout stream module: 1 candidate
[00000300] main private debug: set sout option: sout-standard-access to http
[00000300] main private debug: set sout option: sout-standard-mux to ts
[00000300] main private warning: Option sout-standard-url is deprecated. You should use sout-standard-dst instead.
[00000300] main private debug: set sout option: sout-standard-dst to :9090/dboxstream
[00000300] stream_out_standard private debug: creating `http/ts://:9090/dboxstream'
[00000300] stream_out_standard private debug: using `http/ts://:9090/dboxstream'
[00000302] main private debug: looking for sout access module: 1 candidate
[00000302] main private debug: net: listening to port 9090
[00000304] main http server debug: thread 3003890576 (httpd host thread) created at priority 0 (network/httpd.c:1078)
[00000302] main private debug: using sout access module "access_output_http"
[00000300] stream_out_standard private debug: access opened
[00000305] main private debug: looking for sout mux module: 1 candidate
[00000305] mux_ts private debug: shaping=200000 pcr=70000 dts_delay=400000
[00000305] main private debug: using sout mux module "mux_ts"
[00000294] main stream output debug: muxer support adding stream at any time
[00000300] stream_out_standard private debug: mux opened
[00000300] main private debug: using sout stream module "stream_out_standard"
[00000298] main private debug: using sout stream module "stream_out_duplicate"
[00000295] main private debug: set sout option: sout-transcode-vcodec to mp2v
[00000295] main private debug: set sout option: sout-transcode-soverlay to (null)
[00000295] main private debug: set sout option: sout-transcode-vb to 900
[00000295] main private debug: set sout option: sout-transcode-width to 352
[00000295] main private debug: set sout option: sout-transcode-height to 576
[00000295] main private debug: set sout option: sout-transcode-fps to 25
[00000295] main private debug: set sout option: sout-transcode-acodec to mpga
[00000295] main private debug: set sout option: sout-transcode-ab to 192
[00000295] main private debug: set sout option: sout-transcode-channels to 2
[00000295] stream_out_transcode private debug: codec audio=mpga 0Hz 2 channels 192Kb/s
[00000295] stream_out_transcode private debug: codec video=mp2v 352x576 scaling: 1.000000 900kb/s
[00000295] main private debug: using sout stream module "stream_out_transcode"
[00000293] main input debug: `/media/sdb1/S2_02/Lost - 202 - Adrift.avi' gives access `' demux `' path `/media/sdb1/S2_02/Lost - 202 - Adrift.avi'
[00000293] main input debug: creating demux: access='' demux='' path='/media/sdb1/S2_02/Lost - 202 - Adrift.avi'
[00000306] main demuxer debug: looking for access_demux module: 2 candidates
[00000293] main input debug: creating access '' path='/media/sdb1/S2_02/Lost - 202 - Adrift.avi'
[00000309] main access debug: looking for access2 module: 5 candidates
[00000309] vcd access debug: trying .cue file: /media/sdb1/S2_02/Lost - 202 - Adrift.cue
[00000309] vcd access debug: could not find .cue file
[00000309] access_file access debug: opening file `/media/sdb1/S2_02/Lost - 202 - Adrift.avi'
[00000309] main access debug: using access2 module "access_file"
[00000315] main private debug: pre-buffering...
[00000315] main private debug: received first data for our buffer
[00000304] main http server debug: Connection from 192.168.2.2
[00000315] main private debug: pre-buffering done 819175 bytes in 0s - 7192 kbytes/s
[00000293] main input debug: creating demux: access='' demux='' path='/media/sdb1/S2_02/Lost - 202 - Adrift.avi'
[00000316] main demuxer debug: looking for demux2 module: 45 candidates
[00000315] avi private debug: found Chunk fourcc:46464952 (RIFF) size:365608894 pos:0
[00000315] avi private debug: found LIST chunk: 'AVI '
[00000315] avi private debug: <list 'AVI '>
[00000315] avi private debug: found Chunk fourcc:5453494c (LIST) size:8838 pos:12
[00000315] avi private debug: found LIST chunk: 'hdrl'
[00000315] avi private debug: <list 'hdrl'>
[00000315] avi private debug: found Chunk fourcc:68697661 (avih) size:56 pos:24
[00000315] avi private debug: avih: streams:2 flags: HAS_INDEX IS_INTERLEAVED 624x352
[00000315] avi private debug: found Chunk fourcc:5453494c (LIST) size:4248 pos:88
[00000315] avi private debug: found LIST chunk: 'strl'
[00000315] avi private debug: <list 'strl'>
[00000315] avi private debug: found Chunk fourcc:68727473 (strh) size:56 pos:100
[00000315] avi private debug: strh: type:vids handler:0x64697678 samplesize:0 23.98fps
[00000315] avi private debug: found Chunk fourcc:66727473 (strf) size:40 pos:164
[00000315] avi private debug: strf: video:XVID 624x352 planes:1 12bpp
[00000315] avi private debug: found Chunk fourcc:4b4e554a (JUNK) size:4124 pos:212
[00000315] avi private debug: </list 'strl'>
[00000315] avi private debug: found Chunk fourcc:5453494c (LIST) size:4238 pos:4344
[00000315] avi private debug: found LIST chunk: 'strl'
[00000315] avi private debug: <list 'strl'>
[00000315] avi private debug: found Chunk fourcc:68727473 (strh) size:56 pos:4356
[00000315] avi private debug: strh: type:auds handler:0x00000000 samplesize:0 41.67fps
[00000315] avi private debug: found Chunk fourcc:66727473 (strf) size:30 pos:4420
[00000315] avi private debug: strf: audio:0x0055 channels:2 48000Hz 0bits/sample 130kb/s
[00000315] avi private debug: found Chunk fourcc:4b4e554a (JUNK) size:4124 pos:4458
[00000315] avi private debug: </list 'strl'>
[00000315] avi private debug: found Chunk fourcc:5453494c (LIST) size:260 pos:8590
[00000315] avi private debug: found LIST chunk: 'odml'
[00000315] avi private debug: <list 'odml'>
[00000315] avi private debug: found Chunk fourcc:686c6d64 (dmlh) size:248 pos:8602
[00000315] avi private warning: unknown chunk (not loaded)
[00000315] avi private debug: </list 'odml'>
[00000315] avi private debug: </list 'hdrl'>
[00000315] avi private debug: found Chunk fourcc:5453494c (LIST) size:24 pos:8858
[00000315] avi private debug: found LIST chunk: 'INFO'
[00000315] avi private debug: <list 'INFO'>
[00000315] avi private debug: found Chunk fourcc:54465349 (ISFT) size:11 pos:8870
[00000315] avi private debug: ISFT: software : VirtualDub
[00000315] avi private debug: </list 'INFO'>
[00000315] avi private debug: found Chunk fourcc:4b4e554a (JUNK) size:1342 pos:8890
[00000315] avi private debug: found Chunk fourcc:5453494c (LIST) size:362950486 pos:10240
[00000315] avi private debug: skipping movi chunk
[00000315] avi private debug: found Chunk fourcc:31786469 (idx1) size:2648160 pos:362960734
[00000315] avi private debug: idx1: index entry:165510
[00000315] avi private debug: </list 'AVI '>
[00000315] avi private debug: found Chunk fourcc:4b4e554a (JUNK) size:50 pos:365608902
[00000315] avi private debug: * LIST-root size:365608960 pos:0
[00000315] avi private debug: + RIFF-AVI size:365608894 pos:0
[00000315] avi private debug: | + LIST-hdrl size:8838 pos:12
[00000315] avi private debug: | | + avih size:56 pos:24
[00000315] avi private debug: | | + LIST-strl size:4248 pos:88
[00000315] avi private debug: | | | + strh size:56 pos:100
[00000315] avi private debug: | | | + strf size:40 pos:164
[00000315] avi private debug: | | | + JUNK size:4124 pos:212
[00000315] avi private debug: | | + LIST-strl size:4238 pos:4344
[00000315] avi private debug: | | | + strh size:56 pos:4356
[00000315] avi private debug: | | | + strf size:30 pos:4420
[00000315] avi private debug: | | | + JUNK size:4124 pos:4458
[00000315] avi private debug: | | + LIST-odml size:260 pos:8590
[00000315] avi private debug: | | | + dmlh size:248 pos:8602
[00000315] avi private debug: | + LIST-INFO size:24 pos:8858
[00000315] avi private debug: | | + ISFT size:11 pos:8870
[00000315] avi private debug: | + JUNK size:1342 pos:8890
[00000315] avi private debug: | + LIST-movi size:362950486 pos:10240
[00000315] avi private debug: | + idx1 size:2648160 pos:362960734
[00000315] avi private debug: + JUNK size:50 pos:365608902
[00000316] avi demuxer debug: AVIH: 2 stream, flags HAS_INDEX IS_INTERLEAVED
[00000316] avi demuxer debug: stream[0] rate:24000 scale:1001 samplesize:0
[00000316] avi demuxer debug: stream[0] video(XVID) 624x352 12bpp 23.976024fps
[00000293] main input debug: selecting program id=0
[00000316] avi demuxer debug: stream[1] rate:48000 scale:1152 samplesize:0
[00000316] avi demuxer debug: stream[1] audio(0x55) 2 channels 48000Hz 0bits
[00000316] avi demuxer debug: stream[0] created 60453 index entries
[00000316] avi demuxer debug: stream[1] created 105057 index entries
[00000316] avi demuxer debug: stream[0] length:2521 (based on index)
[00000316] avi demuxer debug: stream[1] length:2521 (based on index)
[00000316] main demuxer debug: using demux2 module "avi"
[00000293] main input debug: looking for a subtitle file in /media/sdb1/S2_02/
[00000293] main input debug: autodetected subtitle: /media/sdb1/S2_02/Lost - 202 - Adrift.EN.srt with priority 3
[00000293] main input debug: autodetected subtitle: /media/sdb1/S2_02/Lost - 202 - Adrift.EN.srt with priority 3
[00000293] main input debug: autodetected subtitle: /media/sdb1/S2_02/Lost - 202 - Adrift.TR.srt with priority 3
[00000293] main input debug: autodetected subtitle: /media/sdb1/S2_02/Lost - 202 - Adrift.TR.srt with priority 3
[00000293] main input debug: `/media/sdb1/S2_02/Lost - 202 - Adrift.EN.srt' gives access `' demux `' path `/media/sdb1/S2_02/Lost - 202 - Adrift.EN.srt'
[00000293] main input debug: creating access '' path='/media/sdb1/S2_02/Lost - 202 - Adrift.EN.srt'
[00000318] main access debug: looking for access2 module: 5 candidates
[00000318] vcd access debug: trying .cue file: /media/sdb1/S2_02/Lost - 202 - Adrift.EN.cue
[00000318] vcd access debug: could not find .cue file
[00000318] access_file access debug: opening file `/media/sdb1/S2_02/Lost - 202 - Adrift.EN.srt'
[00000318] main access debug: using access2 module "access_file"
[00000319] main private debug: pre-buffering...
[00000319] main private debug: received first data for our buffer
[00000293] main input debug: creating demux: access='' demux='subtitle' path='/media/sdb1/S2_02/Lost - 202 - Adrift.EN.srt'
[00000320] main demuxer debug: looking for demux2 module: 2 candidates
[00000320] vobsub demuxer debug: this doesn't seem to be a vobsub file
[00000320] subtitle demuxer debug: Movie fps: 23.976025
[00000320] subtitle demuxer debug: autodetecting subtitle format
[00000320] subtitle demuxer debug: detected SubRIP format
[00000320] subtitle demuxer debug: loading all subtitles...
[00000320] subtitle demuxer debug: loaded 488 subtitles
[00000320] main demuxer debug: using demux2 module "subtitle"
[00000293] main input debug: `/media/sdb1/S2_02/Lost - 202 - Adrift.TR.srt' gives access `' demux `' path `/media/sdb1/S2_02/Lost - 202 - Adrift.TR.srt'
[00000293] main input debug: creating access '' path='/media/sdb1/S2_02/Lost - 202 - Adrift.TR.srt'
[00000323] main access debug: looking for access2 module: 5 candidates
[00000323] vcd access debug: trying .cue file: /media/sdb1/S2_02/Lost - 202 - Adrift.TR.cue
[00000323] vcd access debug: could not find .cue file
[00000323] access_file access debug: opening file `/media/sdb1/S2_02/Lost - 202 - Adrift.TR.srt'
[00000323] main access debug: using access2 module "access_file"
[00000324] main private debug: pre-buffering...
[00000324] main private debug: received first data for our buffer
[00000293] main input debug: creating demux: access='' demux='subtitle' path='/media/sdb1/S2_02/Lost - 202 - Adrift.TR.srt'
[00000325] main demuxer debug: looking for demux2 module: 2 candidates
[00000325] vobsub demuxer debug: this doesn't seem to be a vobsub file
[00000325] subtitle demuxer debug: Movie fps: 23.976025
[00000325] subtitle demuxer debug: autodetecting subtitle format
[00000325] subtitle demuxer debug: detected SubRIP format
[00000325] subtitle demuxer debug: loading all subtitles...
[00000325] subtitle demuxer debug: loaded 488 subtitles
[00000325] main demuxer debug: using demux2 module "subtitle"
[00000326] main packetizer debug: looking for packetizer module: 17 candidates
[00000326] main packetizer debug: using packetizer module "packetizer_mpeg4video"
[00000293] main input debug: stream out mode -> no decoder thread
[00000349] main packetizer debug: looking for packetizer module: 17 candidates
[00000349] main packetizer debug: using packetizer module "mpeg_audio"
[00000293] main input debug: stream out mode -> no decoder thread
[00000293] main input debug: starting in sync mode
[00000293] main input debug: meta information:
[00000293] main input debug: - 'Setting' = ' HAS_INDEX IS_INTERLEAVED'
[00000293] main input debug: `/media/sdb1/S2_02/Lost - 202 - Adrift.avi' successfully opened
[00000316] avi demuxer debug: old:0 < new 0
[00000316] avi demuxer debug: old:0 < new 0
[00000293] main input debug: control type=17
[00000357] main packetizer debug: looking for packetizer module: 17 candidates
[00000357] main packetizer debug: using packetizer module "packetizer_copy"
[00000293] main input debug: stream out mode -> no decoder thread
[00000349] mpeg_audio packetizer debug: MPGA channels:2 samplerate:48000 bitrate:128
[00000294] main stream output debug: adding a new input
[00000295] stream_out_transcode private debug: creating audio transcoding from fcc=`mpga' to fcc=`mpga'
[00000359] main decoder debug: looking for decoder module: 24 candidates
[00000359] main decoder debug: using decoder module "mpeg_audio"
[00000360] main encoder debug: looking for encoder module: 8 candidates
[00000360] ffmpeg encoder debug: libavcodec initialized (interface 3345152 )
[00000360] ffmpeg encoder debug: found encoder MPEG Audio layer 1/2
[00000360] main encoder debug: using encoder module "ffmpeg"
[00000375] main private debug: looking for audio filter2 module: 5 candidates
[00000375] mpgatofixed32 private debug: mpga->fl32, bits per sample: 0
[00000375] main private debug: using audio filter2 module "mpgatofixed32"
[00000378] main private debug: looking for audio filter2 module: 5 candidates
[00000378] audio_format private debug: fl32->s16l, bits per sample: 32
[00000378] main private debug: using audio filter2 module "audio_format"
[00000298] stream_out_duplicate private debug: duplicated a new stream codec=mpga (es=1 group=0)
[00000305] main private debug: adding a new input
[00000305] mux_ts private debug: adding input codec=mpga pid=68
[00000305] mux_ts private debug: new PCR PID is 68
[00000298] stream_out_duplicate private debug: - added for output 0
[00000359] mpeg_audio decoder debug: MPGA channels:2 samplerate:48000 bitrate:128
[00000295] stream_out_transcode private debug: drift is too high, resetting master sync
[00000326] packetizer_mpeg4video packetizer warning: waiting for VOL
[00000326] packetizer_mpeg4video packetizer warning: waiting for VOL
[00000294] main stream output debug: adding a new input
[00000295] stream_out_transcode private debug: creating video transcoding from fcc=`mp4v' to fcc=`mp2v'
[00000386] main decoder debug: looking for decoder module: 24 candidates
[00000386] ffmpeg decoder debug: libavcodec already initialized
[00000386] ffmpeg decoder debug: postprocessing disabled
[00000386] ffmpeg decoder debug: using direct rendering
[00000386] ffmpeg decoder debug: ffmpeg codec (MPEG-4 Video) started
[00000386] main decoder debug: using decoder module "ffmpeg"
[00000387] main encoder debug: looking for encoder module: 8 candidates
[00000387] ffmpeg encoder debug: libavcodec already initialized
[00000387] ffmpeg encoder debug: found encoder MPEG-2 Video
[00000387] main encoder debug: using encoder module "ffmpeg"
[00000387] main encoder debug: removing module "ffmpeg"
[00000295] stream_out_transcode private debug: drift is too high, resetting master sync
[00000295] stream_out_transcode private debug: decoder aspect is 765818:432000
[00000295] stream_out_transcode private debug: source pixel aspect is 1.000000:1
[00000295] stream_out_transcode private debug: scaled pixel aspect is 2.900826:1
[00000295] stream_out_transcode private debug: source 624x352, crop 624x352, destination 352x576, padding 352x576
[00000295] stream_out_transcode private debug: encoder aspect is 765818:432000
[00000387] main encoder debug: looking for encoder module: 8 candidates
[00000387] ffmpeg encoder debug: libavcodec already initialized
[00000387] ffmpeg encoder debug: removing common factors from framerate
(mpeg2video@0x8250400)
[00000387] ffmpeg encoder debug: found encoder MPEG-2 Video
[00000387] main encoder debug: using encoder module "ffmpeg"
[00000298] stream_out_duplicate private debug: duplicated a new stream codec=mpgv (es=0 group=0)
[00000305] main private debug: adding a new input
[00000305] mux_ts private debug: adding input codec=mpgv pid=69
[00000305] mux_ts private debug: new PCR PID is 69
[00000298] stream_out_duplicate private debug: - added for output 0
[00000388] main private debug: looking for crop padd module: 1 candidate
[00000388] ffmpeg private debug: input: 352x576 -> 624x352
[00000388] ffmpeg private debug: input: 624x352 I420 -> 352x576 I420
[00000388] ffmpeg private debug: libavcodec already initialized
[00000388] main private debug: using crop padd module "ffmpeg"
[00000295] stream_out_transcode private debug: drift is too high, resetting master sync
[00000386] ffmpeg decoder warning: slice end not reached but screenspace end (10 left 5FC000, score= -3)
(mpeg4@0x81c75a0)
[00000386] ffmpeg decoder debug: concealing 858 DC, 858 AC, 858 MV errors
(mpeg4@0x81c75a0)
[00000294] main stream output debug: adding a new input
[00000295] stream_out_transcode private debug: subtitles (fcc=`subt') overlaying
[00000389] main decoder debug: looking for decoder module: 24 candidates
[00000389] subsdec decoder debug: using enforced character encoding: ISO-8859-9
[00000389] main decoder debug: using decoder module "subsdec"
[00000399] main private debug: looking for sub filter module: 1 candidate
[00000399] main private debug: creating OSD menu object
[00000399] main private debug: opening osd definition file /usr/share/vlc/osdmenu/default.cfg
[00000399] main private debug: dir=/usr/share/vlc/osdmenu/default/
[00000399] main private debug: + action hotkey=key-play-pause (0,0)
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/unselected.png'
[00000402] main access debug: looking for access2 module: 5 candidates
[00000402] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/unselected.cue
[00000402] vcd access debug: could not find .cue file
[00000402] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/unselected.png'
[00000402] main access debug: using access2 module "access_file"
[00000403] main private debug: pre-buffering...
[00000403] main private debug: received first data for our buffer
[00000402] main access debug: removing module "access_file"
[00000404] main decoder debug: looking for decoder module: 24 candidates
[00000404] main decoder debug: using decoder module "png"
[00000405] main private debug: looking for video filter2 module: 3 candidates
[00000405] ffmpeg private debug: input: 760x40 RV24 -> 760x40 YUVA
[00000405] ffmpeg private debug: libavcodec already initialized
[00000405] main private debug: using video filter2 module "ffmpeg"
[00000404] main decoder debug: removing module "png"
[00000405] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=unselect, file=/usr/share/vlc/osdmenu/default/unselected.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selection/play_pause.png'
[00000407] main access debug: looking for access2 module: 5 candidates
[00000407] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selection/play_pause.cue
[00000407] vcd access debug: could not find .cue file
[00000407] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selection/play_pause.png'
[00000407] main access debug: using access2 module "access_file"
[00000408] main private debug: pre-buffering...
[00000408] main private debug: received first data for our buffer
[00000407] main access debug: removing module "access_file"
[00000409] main decoder debug: looking for decoder module: 24 candidates
[00000409] main decoder debug: using decoder module "png"
[00000410] main private debug: looking for video filter2 module: 3 candidates
[00000410] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000410] ffmpeg private debug: libavcodec already initialized
[00000410] main private debug: using video filter2 module "ffmpeg"
[00000409] main decoder debug: removing module "png"
[00000410] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=select, file=/usr/share/vlc/osdmenu/default/selection/play_pause.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selected/play_pause.png'
[00000411] main access debug: looking for access2 module: 5 candidates
[00000411] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selected/play_pause.cue
[00000411] vcd access debug: could not find .cue file
[00000411] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selected/play_pause.png'
[00000411] main access debug: using access2 module "access_file"
[00000412] main private debug: pre-buffering...
[00000412] main private debug: received first data for our buffer
[00000411] main access debug: removing module "access_file"
[00000413] main decoder debug: looking for decoder module: 24 candidates
[00000413] main decoder debug: using decoder module "png"
[00000414] main private debug: looking for video filter2 module: 3 candidates
[00000414] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000414] ffmpeg private debug: libavcodec already initialized
[00000414] main private debug: using video filter2 module "ffmpeg"
[00000413] main decoder debug: removing module "png"
[00000414] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=pressed, file=/usr/share/vlc/osdmenu/default/selected/play_pause.png
[00000399] main private debug: + action hotkey=key-stop (0,0)
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/unselected.png'
[00000415] main access debug: looking for access2 module: 5 candidates
[00000415] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/unselected.cue
[00000415] vcd access debug: could not find .cue file
[00000415] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/unselected.png'
[00000415] main access debug: using access2 module "access_file"
[00000416] main private debug: pre-buffering...
[00000416] main private debug: received first data for our buffer
[00000415] main access debug: removing module "access_file"
[00000417] main decoder debug: looking for decoder module: 24 candidates
[00000417] main decoder debug: using decoder module "png"
[00000418] main private debug: looking for video filter2 module: 3 candidates
[00000418] ffmpeg private debug: input: 760x40 RV24 -> 760x40 YUVA
[00000418] ffmpeg private debug: libavcodec already initialized
[00000418] main private debug: using video filter2 module "ffmpeg"
[00000417] main decoder debug: removing module "png"
[00000418] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=unselect, file=/usr/share/vlc/osdmenu/default/unselected.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selection/stop.png'
[00000419] main access debug: looking for access2 module: 5 candidates
[00000419] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selection/stop.cue
[00000419] vcd access debug: could not find .cue file
[00000419] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selection/stop.png'
[00000419] main access debug: using access2 module "access_file"
[00000420] main private debug: pre-buffering...
[00000420] main private debug: received first data for our buffer
[00000419] main access debug: removing module "access_file"
[00000421] main decoder debug: looking for decoder module: 24 candidates
[00000421] main decoder debug: using decoder module "png"
[00000422] main private debug: looking for video filter2 module: 3 candidates
[00000422] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000422] ffmpeg private debug: libavcodec already initialized
[00000422] main private debug: using video filter2 module "ffmpeg"
[00000421] main decoder debug: removing module "png"
[00000422] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=select, file=/usr/share/vlc/osdmenu/default/selection/stop.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selected/stop.png'
[00000423] main access debug: looking for access2 module: 5 candidates
[00000423] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selected/stop.cue
[00000423] vcd access debug: could not find .cue file
[00000423] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selected/stop.png'
[00000423] main access debug: using access2 module "access_file"
[00000424] main private debug: pre-buffering...
[00000424] main private debug: received first data for our buffer
[00000423] main access debug: removing module "access_file"
[00000425] main decoder debug: looking for decoder module: 24 candidates
[00000425] main decoder debug: using decoder module "png"
[00000426] main private debug: looking for video filter2 module: 3 candidates
[00000426] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000426] ffmpeg private debug: libavcodec already initialized
[00000426] main private debug: using video filter2 module "ffmpeg"
[00000425] main decoder debug: removing module "png"
[00000426] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=pressed, file=/usr/share/vlc/osdmenu/default/selected/stop.png
[00000399] main private debug: + action hotkey=key-chapter-prev (0,0)
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/unselected.png'
[00000427] main access debug: looking for access2 module: 5 candidates
[00000427] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/unselected.cue
[00000427] vcd access debug: could not find .cue file
[00000427] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/unselected.png'
[00000427] main access debug: using access2 module "access_file"
[00000428] main private debug: pre-buffering...
[00000428] main private debug: received first data for our buffer
[00000427] main access debug: removing module "access_file"
[00000429] main decoder debug: looking for decoder module: 24 candidates
[00000429] main decoder debug: using decoder module "png"
[00000430] main private debug: looking for video filter2 module: 3 candidates
[00000430] ffmpeg private debug: input: 760x40 RV24 -> 760x40 YUVA
[00000430] ffmpeg private debug: libavcodec already initialized
[00000430] main private debug: using video filter2 module "ffmpeg"
[00000429] main decoder debug: removing module "png"
[00000430] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=unselect, file=/usr/share/vlc/osdmenu/default/unselected.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selection/previous.png'
[00000431] main access debug: looking for access2 module: 5 candidates
[00000431] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selection/previous.cue
[00000431] vcd access debug: could not find .cue file
[00000431] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selection/previous.png'
[00000431] main access debug: using access2 module "access_file"
[00000432] main private debug: pre-buffering...
[00000432] main private debug: received first data for our buffer
[00000431] main access debug: removing module "access_file"
[00000433] main decoder debug: looking for decoder module: 24 candidates
[00000433] main decoder debug: using decoder module "png"
[00000434] main private debug: looking for video filter2 module: 3 candidates
[00000434] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000434] ffmpeg private debug: libavcodec already initialized
[00000434] main private debug: using video filter2 module "ffmpeg"
[00000433] main decoder debug: removing module "png"
[00000434] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=select, file=/usr/share/vlc/osdmenu/default/selection/previous.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selected/previous.png'
[00000435] main access debug: looking for access2 module: 5 candidates
[00000435] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selected/previous.cue
[00000435] vcd access debug: could not find .cue file
[00000435] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selected/previous.png'
[00000435] main access debug: using access2 module "access_file"
[00000436] main private debug: pre-buffering...
[00000436] main private debug: received first data for our buffer
[00000435] main access debug: removing module "access_file"
[00000437] main decoder debug: looking for decoder module: 24 candidates
[00000437] main decoder debug: using decoder module "png"
[00000438] main private debug: looking for video filter2 module: 3 candidates
[00000438] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000438] ffmpeg private debug: libavcodec already initialized
[00000438] main private debug: using video filter2 module "ffmpeg"
[00000437] main decoder debug: removing module "png"
[00000438] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=pressed, file=/usr/share/vlc/osdmenu/default/selected/previous.png
[00000399] main private debug: + action hotkey=key-jump-medium (0,0)
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/unselected.png'
[00000439] main access debug: looking for access2 module: 5 candidates
[00000439] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/unselected.cue
[00000439] vcd access debug: could not find .cue file
[00000439] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/unselected.png'
[00000439] main access debug: using access2 module "access_file"
[00000440] main private debug: pre-buffering...
[00000440] main private debug: received first data for our buffer
[00000439] main access debug: removing module "access_file"
[00000441] main decoder debug: looking for decoder module: 24 candidates
[00000441] main decoder debug: using decoder module "png"
[00000442] main private debug: looking for video filter2 module: 3 candidates
[00000442] ffmpeg private debug: input: 760x40 RV24 -> 760x40 YUVA
[00000442] ffmpeg private debug: libavcodec already initialized
[00000442] main private debug: using video filter2 module "ffmpeg"
[00000441] main decoder debug: removing module "png"
[00000442] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=unselect, file=/usr/share/vlc/osdmenu/default/unselected.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selection/bw.png'
[00000443] main access debug: looking for access2 module: 5 candidates
[00000443] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selection/bw.cue
[00000443] vcd access debug: could not find .cue file
[00000443] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selection/bw.png'
[00000443] main access debug: using access2 module "access_file"
[00000444] main private debug: pre-buffering...
[00000444] main private debug: received first data for our buffer
[00000443] main access debug: removing module "access_file"
[00000445] main decoder debug: looking for decoder module: 24 candidates
[00000445] main decoder debug: using decoder module "png"
[00000446] main private debug: looking for video filter2 module: 3 candidates
[00000446] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000446] ffmpeg private debug: libavcodec already initialized
[00000446] main private debug: using video filter2 module "ffmpeg"
[00000445] main decoder debug: removing module "png"
[00000446] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=select, file=/usr/share/vlc/osdmenu/default/selection/bw.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selected/bw.png'
[00000447] main access debug: looking for access2 module: 5 candidates
[00000447] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selected/bw.cue
[00000447] vcd access debug: could not find .cue file
[00000447] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selected/bw.png'
[00000447] main access debug: using access2 module "access_file"
[00000448] main private debug: pre-buffering...
[00000448] main private debug: received first data for our buffer
[00000447] main access debug: removing module "access_file"
[00000449] main decoder debug: looking for decoder module: 24 candidates
[00000449] main decoder debug: using decoder module "png"
[00000450] main private debug: looking for video filter2 module: 3 candidates
[00000450] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
Last edited by
bveb on 18 Oct 2007 21:28, edited 1 time in total.
-
bveb
- New Cone
- Posts: 5
- Joined: 18 Oct 2007 15:18
Postby bveb » 18 Oct 2007 21:27
Log continues..
Code: Select all
[00000450] ffmpeg private debug: libavcodec already initialized
[00000450] main private debug: using video filter2 module "ffmpeg"
[00000449] main decoder debug: removing module "png"
[00000450] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=pressed, file=/usr/share/vlc/osdmenu/default/selected/bw.png
[00000399] main private debug: + action hotkey=key-jump+medium (0,0)
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/unselected.png'
[00000451] main access debug: looking for access2 module: 5 candidates
[00000451] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/unselected.cue
[00000451] vcd access debug: could not find .cue file
[00000451] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/unselected.png'
[00000451] main access debug: using access2 module "access_file"
[00000452] main private debug: pre-buffering...
[00000452] main private debug: received first data for our buffer
[00000451] main access debug: removing module "access_file"
[00000453] main decoder debug: looking for decoder module: 24 candidates
[00000453] main decoder debug: using decoder module "png"
[00000454] main private debug: looking for video filter2 module: 3 candidates
[00000454] ffmpeg private debug: input: 760x40 RV24 -> 760x40 YUVA
[00000454] ffmpeg private debug: libavcodec already initialized
[00000454] main private debug: using video filter2 module "ffmpeg"
[00000453] main decoder debug: removing module "png"
[00000454] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=unselect, file=/usr/share/vlc/osdmenu/default/unselected.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selection/fw.png'
[00000455] main access debug: looking for access2 module: 5 candidates
[00000455] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selection/fw.cue
[00000455] vcd access debug: could not find .cue file
[00000455] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selection/fw.png'
[00000455] main access debug: using access2 module "access_file"
[00000456] main private debug: pre-buffering...
[00000456] main private debug: received first data for our buffer
[00000455] main access debug: removing module "access_file"
[00000457] main decoder debug: looking for decoder module: 24 candidates
[00000457] main decoder debug: using decoder module "png"
[00000458] main private debug: looking for video filter2 module: 3 candidates
[00000458] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000458] ffmpeg private debug: libavcodec already initialized
[00000458] main private debug: using video filter2 module "ffmpeg"
[00000457] main decoder debug: removing module "png"
[00000458] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=select, file=/usr/share/vlc/osdmenu/default/selection/fw.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selected/fw.png'
[00000459] main access debug: looking for access2 module: 5 candidates
[00000459] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selected/fw.cue
[00000459] vcd access debug: could not find .cue file
[00000459] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selected/fw.png'
[00000459] main access debug: using access2 module "access_file"
[00000460] main private debug: pre-buffering...
[00000460] main private debug: received first data for our buffer
[00000459] main access debug: removing module "access_file"
[00000461] main decoder debug: looking for decoder module: 24 candidates
[00000461] main decoder debug: using decoder module "png"
[00000462] main private debug: looking for video filter2 module: 3 candidates
[00000462] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000462] ffmpeg private debug: libavcodec already initialized
[00000462] main private debug: using video filter2 module "ffmpeg"
[00000461] main decoder debug: removing module "png"
[00000462] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=pressed, file=/usr/share/vlc/osdmenu/default/selected/fw.png
[00000399] main private debug: + action hotkey=key-chapter-next (0,0)
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/unselected.png'
[00000463] main access debug: looking for access2 module: 5 candidates
[00000463] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/unselected.cue
[00000463] vcd access debug: could not find .cue file
[00000463] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/unselected.png'
[00000463] main access debug: using access2 module "access_file"
[00000464] main private debug: pre-buffering...
[00000464] main private debug: received first data for our buffer
[00000463] main access debug: removing module "access_file"
[00000465] main decoder debug: looking for decoder module: 24 candidates
[00000465] main decoder debug: using decoder module "png"
[00000466] main private debug: looking for video filter2 module: 3 candidates
[00000466] ffmpeg private debug: input: 760x40 RV24 -> 760x40 YUVA
[00000466] ffmpeg private debug: libavcodec already initialized
[00000466] main private debug: using video filter2 module "ffmpeg"
[00000465] main decoder debug: removing module "png"
[00000466] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=unselect, file=/usr/share/vlc/osdmenu/default/unselected.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selection/next.png'
[00000467] main access debug: looking for access2 module: 5 candidates
[00000467] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selection/next.cue
[00000467] vcd access debug: could not find .cue file
[00000467] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selection/next.png'
[00000467] main access debug: using access2 module "access_file"
[00000468] main private debug: pre-buffering...
[00000468] main private debug: received first data for our buffer
[00000467] main access debug: removing module "access_file"
[00000469] main decoder debug: looking for decoder module: 24 candidates
[00000469] main decoder debug: using decoder module "png"
[00000470] main private debug: looking for video filter2 module: 3 candidates
[00000470] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000470] ffmpeg private debug: libavcodec already initialized
[00000470] main private debug: using video filter2 module "ffmpeg"
[00000469] main decoder debug: removing module "png"
[00000470] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=select, file=/usr/share/vlc/osdmenu/default/selection/next.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selected/next.png'
[00000471] main access debug: looking for access2 module: 5 candidates
[00000471] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selected/next.cue
[00000471] vcd access debug: could not find .cue file
[00000471] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selected/next.png'
[00000471] main access debug: using access2 module "access_file"
[00000472] main private debug: pre-buffering...
[00000472] main private debug: received first data for our buffer
[00000471] main access debug: removing module "access_file"
[00000473] main decoder debug: looking for decoder module: 24 candidates
[00000473] main decoder debug: using decoder module "png"
[00000474] main private debug: looking for video filter2 module: 3 candidates
[00000474] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000474] ffmpeg private debug: libavcodec already initialized
[00000474] main private debug: using video filter2 module "ffmpeg"
[00000473] main decoder debug: removing module "png"
[00000474] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=pressed, file=/usr/share/vlc/osdmenu/default/selected/next.png
[00000399] main private debug: + action hotkey=key-quit (0,0)
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/unselected.png'
[00000475] main access debug: looking for access2 module: 5 candidates
[00000475] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/unselected.cue
[00000475] vcd access debug: could not find .cue file
[00000475] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/unselected.png'
[00000475] main access debug: using access2 module "access_file"
[00000476] main private debug: pre-buffering...
[00000476] main private debug: received first data for our buffer
[00000475] main access debug: removing module "access_file"
[00000477] main decoder debug: looking for decoder module: 24 candidates
[00000477] main decoder debug: using decoder module "png"
[00000478] main private debug: looking for video filter2 module: 3 candidates
[00000478] ffmpeg private debug: input: 760x40 RV24 -> 760x40 YUVA
[00000478] ffmpeg private debug: libavcodec already initialized
[00000478] main private debug: using video filter2 module "ffmpeg"
[00000477] main decoder debug: removing module "png"
[00000478] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=unselect, file=/usr/share/vlc/osdmenu/default/unselected.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selection/esc.png'
[00000479] main access debug: looking for access2 module: 5 candidates
[00000479] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selection/esc.cue
[00000479] vcd access debug: could not find .cue file
[00000479] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selection/esc.png'
[00000479] main access debug: using access2 module "access_file"
[00000480] main private debug: pre-buffering...
[00000480] main private debug: received first data for our buffer
[00000479] main access debug: removing module "access_file"
[00000481] main decoder debug: looking for decoder module: 24 candidates
[00000481] main decoder debug: using decoder module "png"
[00000482] main private debug: looking for video filter2 module: 3 candidates
[00000482] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000482] ffmpeg private debug: libavcodec already initialized
[00000482] main private debug: using video filter2 module "ffmpeg"
[00000481] main decoder debug: removing module "png"
[00000482] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=select, file=/usr/share/vlc/osdmenu/default/selection/esc.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selected/esc.png'
[00000483] main access debug: looking for access2 module: 5 candidates
[00000483] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selected/esc.cue
[00000483] vcd access debug: could not find .cue file
[00000483] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selected/esc.png'
[00000483] main access debug: using access2 module "access_file"
[00000484] main private debug: pre-buffering...
[00000484] main private debug: received first data for our buffer
[00000483] main access debug: removing module "access_file"
[00000485] main decoder debug: looking for decoder module: 24 candidates
[00000485] main decoder debug: using decoder module "png"
[00000486] main private debug: looking for video filter2 module: 3 candidates
[00000486] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000486] ffmpeg private debug: libavcodec already initialized
[00000486] main private debug: using video filter2 module "ffmpeg"
[00000485] main decoder debug: removing module "png"
[00000486] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=pressed, file=/usr/share/vlc/osdmenu/default/selected/esc.png
[00000399] main private debug: + action hotkey=key-vol-up (0,0)
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/unselected.png'
[00000487] main access debug: looking for access2 module: 5 candidates
[00000487] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/unselected.cue
[00000487] vcd access debug: could not find .cue file
[00000487] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/unselected.png'
[00000487] main access debug: using access2 module "access_file"
[00000488] main private debug: pre-buffering...
[00000488] main private debug: received first data for our buffer
[00000487] main access debug: removing module "access_file"
[00000489] main decoder debug: looking for decoder module: 24 candidates
[00000489] main decoder debug: using decoder module "png"
[00000490] main private debug: looking for video filter2 module: 3 candidates
[00000490] ffmpeg private debug: input: 760x40 RV24 -> 760x40 YUVA
[00000490] ffmpeg private debug: libavcodec already initialized
[00000490] main private debug: using video filter2 module "ffmpeg"
[00000489] main decoder debug: removing module "png"
[00000490] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=unselect, file=/usr/share/vlc/osdmenu/default/unselected.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selection/volume.png'
[00000491] main access debug: looking for access2 module: 5 candidates
[00000491] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selection/volume.cue
[00000491] vcd access debug: could not find .cue file
[00000491] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selection/volume.png'
[00000491] main access debug: using access2 module "access_file"
[00000492] main private debug: pre-buffering...
[00000492] main private debug: received first data for our buffer
[00000491] main access debug: removing module "access_file"
[00000493] main decoder debug: looking for decoder module: 24 candidates
[00000493] main decoder debug: using decoder module "png"
[00000494] main private debug: looking for video filter2 module: 3 candidates
[00000494] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000494] ffmpeg private debug: libavcodec already initialized
[00000494] main private debug: using video filter2 module "ffmpeg"
[00000493] main decoder debug: removing module "png"
[00000494] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=select, file=/usr/share/vlc/osdmenu/default/selection/volume.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/selected/volume.png'
[00000495] main access debug: looking for access2 module: 5 candidates
[00000495] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/selected/volume.cue
[00000495] vcd access debug: could not find .cue file
[00000495] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/selected/volume.png'
[00000495] main access debug: using access2 module "access_file"
[00000496] main private debug: pre-buffering...
[00000496] main private debug: received first data for our buffer
[00000495] main access debug: removing module "access_file"
[00000497] main decoder debug: looking for decoder module: 24 candidates
[00000497] main decoder debug: using decoder module "png"
[00000498] main private debug: looking for video filter2 module: 3 candidates
[00000498] ffmpeg private debug: input: 480x40 RV24 -> 480x40 YUVA
[00000498] ffmpeg private debug: libavcodec already initialized
[00000498] main private debug: using video filter2 module "ffmpeg"
[00000497] main decoder debug: removing module "png"
[00000498] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- state=pressed, file=/usr/share/vlc/osdmenu/default/selected/volume.png
[00000399] main private debug: + (menu up) hotkey=key-vol-up (480,0)
[00000399] main private debug: + type=volume
[00000399] main private debug: + (menu up) hotkey down key-vol-down, file=/usr/share/vlc/osdmenu/default/selected/volume.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/volume/volume_00.png'
[00000499] main access debug: looking for access2 module: 5 candidates
[00000499] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/volume/volume_00.cue
[00000499] vcd access debug: could not find .cue file
[00000499] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/volume/volume_00.png'
[00000499] main access debug: using access2 module "access_file"
[00000500] main private debug: pre-buffering...
[00000500] main private debug: received first data for our buffer
[00000499] main access debug: removing module "access_file"
[00000501] main decoder debug: looking for decoder module: 24 candidates
[00000501] main decoder debug: using decoder module "png"
[00000502] main private debug: looking for video filter2 module: 3 candidates
[00000502] ffmpeg private debug: input: 280x40 RV24 -> 280x40 YUVA
[00000502] ffmpeg private debug: libavcodec already initialized
[00000502] main private debug: using video filter2 module "ffmpeg"
[00000501] main decoder debug: removing module "png"
[00000502] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- range=1, file=/usr/share/vlc/osdmenu/default/volume/volume_00.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/volume/volume_01.png'
[00000503] main access debug: looking for access2 module: 5 candidates
[00000503] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/volume/volume_01.cue
[00000503] vcd access debug: could not find .cue file
[00000503] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/volume/volume_01.png'
[00000503] main access debug: using access2 module "access_file"
[00000504] main private debug: pre-buffering...
[00000504] main private debug: received first data for our buffer
[00000503] main access debug: removing module "access_file"
[00000505] main decoder debug: looking for decoder module: 24 candidates
[00000505] main decoder debug: using decoder module "png"
[00000506] main private debug: looking for video filter2 module: 3 candidates
[00000506] ffmpeg private debug: input: 280x40 RV24 -> 280x40 YUVA
[00000506] ffmpeg private debug: libavcodec already initialized
[00000506] main private debug: using video filter2 module "ffmpeg"
[00000505] main decoder debug: removing module "png"
[00000506] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- range=2, file=/usr/share/vlc/osdmenu/default/volume/volume_01.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/volume/volume_02.png'
[00000507] main access debug: looking for access2 module: 5 candidates
[00000507] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/volume/volume_02.cue
[00000507] vcd access debug: could not find .cue file
[00000507] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/volume/volume_02.png'
[00000507] main access debug: using access2 module "access_file"
[00000508] main private debug: pre-buffering...
[00000508] main private debug: received first data for our buffer
[00000507] main access debug: removing module "access_file"
[00000509] main decoder debug: looking for decoder module: 24 candidates
[00000509] main decoder debug: using decoder module "png"
[00000510] main private debug: looking for video filter2 module: 3 candidates
[00000510] ffmpeg private debug: input: 280x40 RV24 -> 280x40 YUVA
[00000510] ffmpeg private debug: libavcodec already initialized
[00000510] main private debug: using video filter2 module "ffmpeg"
[00000509] main decoder debug: removing module "png"
[00000510] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- range=3, file=/usr/share/vlc/osdmenu/default/volume/volume_02.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/volume/volume_03.png'
[00000511] main access debug: looking for access2 module: 5 candidates
[00000511] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/volume/volume_03.cue
[00000511] vcd access debug: could not find .cue file
[00000511] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/volume/volume_03.png'
[00000511] main access debug: using access2 module "access_file"
[00000512] main private debug: pre-buffering...
[00000512] main private debug: received first data for our buffer
[00000511] main access debug: removing module "access_file"
[00000513] main decoder debug: looking for decoder module: 24 candidates
[00000513] main decoder debug: using decoder module "png"
[00000514] main private debug: looking for video filter2 module: 3 candidates
[00000514] ffmpeg private debug: input: 280x40 RV24 -> 280x40 YUVA
[00000514] ffmpeg private debug: libavcodec already initialized
[00000514] main private debug: using video filter2 module "ffmpeg"
[00000513] main decoder debug: removing module "png"
[00000514] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- range=4, file=/usr/share/vlc/osdmenu/default/volume/volume_03.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/volume/volume_04.png'
[00000515] main access debug: looking for access2 module: 5 candidates
[00000515] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/volume/volume_04.cue
[00000515] vcd access debug: could not find .cue file
[00000515] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/volume/volume_04.png'
[00000515] main access debug: using access2 module "access_file"
[00000516] main private debug: pre-buffering...
[00000516] main private debug: received first data for our buffer
[00000515] main access debug: removing module "access_file"
[00000517] main decoder debug: looking for decoder module: 24 candidates
[00000517] main decoder debug: using decoder module "png"
[00000518] main private debug: looking for video filter2 module: 3 candidates
[00000518] ffmpeg private debug: input: 280x40 RV24 -> 280x40 YUVA
[00000518] ffmpeg private debug: libavcodec already initialized
[00000518] main private debug: using video filter2 module "ffmpeg"
[00000517] main decoder debug: removing module "png"
[00000518] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- range=5, file=/usr/share/vlc/osdmenu/default/volume/volume_04.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/volume/volume_05.png'
[00000519] main access debug: looking for access2 module: 5 candidates
[00000519] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/volume/volume_05.cue
[00000519] vcd access debug: could not find .cue file
[00000519] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/volume/volume_05.png'
[00000519] main access debug: using access2 module "access_file"
[00000520] main private debug: pre-buffering...
[00000520] main private debug: received first data for our buffer
[00000519] main access debug: removing module "access_file"
[00000521] main decoder debug: looking for decoder module: 24 candidates
[00000521] main decoder debug: using decoder module "png"
[00000522] main private debug: looking for video filter2 module: 3 candidates
[00000522] ffmpeg private debug: input: 280x40 RV24 -> 280x40 YUVA
[00000522] ffmpeg private debug: libavcodec already initialized
[00000522] main private debug: using video filter2 module "ffmpeg"
[00000521] main decoder debug: removing module "png"
[00000522] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- range=6, file=/usr/share/vlc/osdmenu/default/volume/volume_05.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/volume/volume_06.png'
[00000523] main access debug: looking for access2 module: 5 candidates
[00000523] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/volume/volume_06.cue
[00000523] vcd access debug: could not find .cue file
[00000523] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/volume/volume_06.png'
[00000523] main access debug: using access2 module "access_file"
[00000524] main private debug: pre-buffering...
[00000524] main private debug: received first data for our buffer
[00000523] main access debug: removing module "access_file"
[00000525] main decoder debug: looking for decoder module: 24 candidates
[00000525] main decoder debug: using decoder module "png"
[00000526] main private debug: looking for video filter2 module: 3 candidates
[00000526] ffmpeg private debug: input: 280x40 RV24 -> 280x40 YUVA
[00000526] ffmpeg private debug: libavcodec already initialized
[00000526] main private debug: using video filter2 module "ffmpeg"
[00000525] main decoder debug: removing module "png"
[00000526] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- range=7, file=/usr/share/vlc/osdmenu/default/volume/volume_06.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/volume/volume_07.png'
[00000527] main access debug: looking for access2 module: 5 candidates
[00000527] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/volume/volume_07.cue
[00000527] vcd access debug: could not find .cue file
[00000527] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/volume/volume_07.png'
[00000527] main access debug: using access2 module "access_file"
[00000528] main private debug: pre-buffering...
[00000528] main private debug: received first data for our buffer
[00000527] main access debug: removing module "access_file"
[00000529] main decoder debug: looking for decoder module: 24 candidates
[00000529] main decoder debug: using decoder module "png"
[00000530] main private debug: looking for video filter2 module: 3 candidates
[00000530] ffmpeg private debug: input: 280x40 RV24 -> 280x40 YUVA
[00000530] ffmpeg private debug: libavcodec already initialized
[00000530] main private debug: using video filter2 module "ffmpeg"
[00000529] main decoder debug: removing module "png"
[00000530] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- range=8, file=/usr/share/vlc/osdmenu/default/volume/volume_07.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/volume/volume_08.png'
[00000531] main access debug: looking for access2 module: 5 candidates
[00000531] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/volume/volume_08.cue
[00000531] vcd access debug: could not find .cue file
[00000531] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/volume/volume_08.png'
[00000531] main access debug: using access2 module "access_file"
[00000532] main private debug: pre-buffering...
[00000532] main private debug: received first data for our buffer
[00000531] main access debug: removing module "access_file"
[00000533] main decoder debug: looking for decoder module: 24 candidates
[00000533] main decoder debug: using decoder module "png"
[00000534] main private debug: looking for video filter2 module: 3 candidates
[00000534] ffmpeg private debug: input: 280x40 RV24 -> 280x40 YUVA
[00000534] ffmpeg private debug: libavcodec already initialized
[00000534] main private debug: using video filter2 module "ffmpeg"
[00000533] main decoder debug: removing module "png"
[00000534] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- range=9, file=/usr/share/vlc/osdmenu/default/volume/volume_08.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/volume/volume_09.png'
[00000535] main access debug: looking for access2 module: 5 candidates
[00000535] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/volume/volume_09.cue
[00000535] vcd access debug: could not find .cue file
[00000535] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/volume/volume_09.png'
[00000535] main access debug: using access2 module "access_file"
[00000536] main private debug: pre-buffering...
[00000536] main private debug: received first data for our buffer
[00000535] main access debug: removing module "access_file"
[00000537] main decoder debug: looking for decoder module: 24 candidates
[00000537] main decoder debug: using decoder module "png"
[00000538] main private debug: looking for video filter2 module: 3 candidates
[00000538] ffmpeg private debug: input: 280x40 RV24 -> 280x40 YUVA
[00000538] ffmpeg private debug: libavcodec already initialized
[00000538] main private debug: using video filter2 module "ffmpeg"
[00000537] main decoder debug: removing module "png"
[00000538] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- range=10, file=/usr/share/vlc/osdmenu/default/volume/volume_09.png
[00000399] main private debug: creating access '' path='/usr/share/vlc/osdmenu/default/volume/volume_10.png'
[00000539] main access debug: looking for access2 module: 5 candidates
[00000539] vcd access debug: trying .cue file: /usr/share/vlc/osdmenu/default/volume/volume_10.cue
[00000539] vcd access debug: could not find .cue file
[00000539] access_file access debug: opening file `/usr/share/vlc/osdmenu/default/volume/volume_10.png'
[00000539] main access debug: using access2 module "access_file"
[00000540] main private debug: pre-buffering...
[00000540] main private debug: received first data for our buffer
[00000539] main access debug: removing module "access_file"
[00000541] main decoder debug: looking for decoder module: 24 candidates
[00000541] main decoder debug: using decoder module "png"
[00000542] main private debug: looking for video filter2 module: 3 candidates
[00000542] ffmpeg private debug: input: 280x40 RV24 -> 280x40 YUVA
[00000542] ffmpeg private debug: libavcodec already initialized
[00000542] main private debug: using video filter2 module "ffmpeg"
[00000541] main decoder debug: removing module "png"
[00000542] main private debug: removing module "ffmpeg"
[00000399] main private debug: |- range=11, file=/usr/share/vlc/osdmenu/default/volume/volume_10.png
[00000399] osdmenu private debug: successfully loaded osdmenu filter
[00000399] main private debug: using sub filter module "osdmenu"
[00000398] main private debug: Registering subpicture channel, ID: 2
[00000305] main private warning: late buffer for mux input (180845)
[00000305] main private warning: late buffer for mux input (158640)
[00000295] stream_out_transcode private debug: late picture skipped (337218)
[00000305] main private warning: late buffer for mux input (143112)
[00000305] main private warning: late buffer for mux input (120939)
[00000295] stream_out_transcode private debug: late picture skipped (307169)
[00000305] main private warning: late buffer for mux input (106753)
[00000295] stream_out_transcode private debug: late picture skipped (272508)
[00000305] main private warning: late buffer for mux input (89486)
[00000305] main private warning: late buffer for mux input (68485)
[00000295] stream_out_transcode private debug: late picture skipped (243844)
[00000305] main private warning: late buffer for mux input (54590)
[00000305] main private warning: late buffer for mux input (33122)
[00000295] stream_out_transcode private debug: late picture skipped (211669)
[00000305] main private warning: late buffer for mux input (16143)
[00000295] stream_out_transcode private debug: late picture skipped (183776)
[00000295] stream_out_transcode private debug: late picture skipped (150739)
[00000295] stream_out_transcode private debug: late picture skipped (122002)
[00000295] stream_out_transcode private debug: late picture skipped (87935)
[00000295] stream_out_transcode private debug: drift is too high, resetting master sync
[00000543] main private debug: looking for video blending module: 1 candidate
[00000543] blend private debug: chroma: YUVP -> I420
[00000543] main private debug: using video blending module "blend"
[00000545] main private debug: looking for text renderer module: 2 candidates
[00000545] freetype private debug: using fontsize: 24
[00000545] main private debug: using text renderer module "freetype"
[00000547] main private debug: looking for video filter2 module: 3 candidates
[00000547] scale private debug: 32x32 -> 16x16
[00000547] main private debug: using video filter2 module "scale"
[00000305] mux_ts private debug: adjusting rate at 40040/553215 (107/81)
[00000305] mux_ts private debug: adjusting rate at 0/513175 (48/33)
[00000305] mux_ts private debug: adjusting rate at 0/513175 (20/13)
[00000305] mux_ts private debug: adjusting rate at 0/513175 (11/2)
[00000295] stream_out_transcode private debug: late picture skipped (65035)
[00000285] main http server debug: Connection from 192.168.2.2
signal 2 received, terminating vlc - do it again in case it gets stuck
[00000001] main private debug: removing all interfaces
[00000290] main interface debug: thread 3020876688 joined (interface/interface.c:258)
[00000291] main http server debug: thread 3029269392 joined (network/httpd.c:1134)
[00000291] main http server debug: HTTP host removed
[00000290] main interface debug: removing module "http"
[00000288] main interface debug: thread 3037662096 joined (interface/interface.c:258)
[00000288] main interface debug: removing module "screensaver"
[00000286] main interface debug: thread 3046054800 joined (interface/interface.c:258)
[00000286] main interface debug: removing module "hotkeys"
[00000282] main interface debug: thread 3054447504 joined (interface/interface.c:258)
user insisted too much, dying badly
[/code]
Return to “VLC media player for Linux and friends Troubleshooting”
Who is online
Users browsing this forum: No registered users and 2 guests