Streaming to PVR via GUI/CLI

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
JustTryIt
New Cone
New Cone
Posts: 4
Joined: 29 Dec 2008 16:08
Operating System: Mac OS

Streaming to PVR via GUI/CLI

Postby JustTryIt » 29 Dec 2008 18:47

Hi everyone,

I've got a problem with streaming video to my PVR. While streaming using the GUI works fine, I can't manage to get the same effect using command line options.
In the GUI I did:
Open File->Select the File and checked "Streaming"->Select "Stream", Type "UDP", Address "192.168.1.250", Port "1234", Multiplexing "MPEG TS" with the transcoding options video "mp2v" at 4096kb/s at scale 1, audio "mpga" at 128kb/s with 2 channels.

This works fine (at least for some video files, but that's another topic).

I tried to do the same via command line:

./VLC --sout='#duplicate{dst=display,dst="transcode{vcodec=mp2v,vb=4096,scale=1,acodec=mpga,ab=128,channels=2}://
standard{access=udp,mux=ts,url=192.168.1.250:1234}"}' -vvv /path/to/video

(everything on one line, with the '//' removed)

But that doesn't work: The pvr does not receive anything, and many log entries like
[00000405] access_output_udp generic warning: send error: Connection refused
appear.

I tried to direct a stream to my notebook, with "nc -l 1234" running, but even there the connection refused message appears. No firewalls are involved.

Used versions:
VLC: 0.9.8
OS: Mac OS X 10.5.6

Any hints?
Thank you,
JustTryIt

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Streaming to PVR via GUI/CLI

Postby Jean-Baptiste Kempf » 30 Dec 2008 17:51

have you tried to stream to localhost?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

JustTryIt
New Cone
New Cone
Posts: 4
Joined: 29 Dec 2008 16:08
Operating System: Mac OS

Re: Streaming to PVR via GUI/CLI

Postby JustTryIt » 31 Dec 2008 01:50

Hi j-b
have you tried to stream to localhost?
I just tried

/VLC --sout='#duplicate{dst=display,dst="transcode{vcodec=mp2v,vb=4096,scale=1,acodec=mpga,ab=128,channels=2}://
standard{access=udp,mux=ts,url=127.0.0.1:1234}"}' -vvv

and I got video and sound streamed to another VLC instance on the same host. I tried the same using another host (my laptop: ... url=192.168.1.10:1234 ...), and I got
[00000407] access_output_udp generic warning: send error: Connection refused
log entries.

Using the GUI wizard, i was able to stream to VLC on my laptop.

Thank you,
JustTryIt

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Streaming to PVR via GUI/CLI

Postby Jean-Baptiste Kempf » 01 Jan 2009 22:16

To help you, we need messages, to completely understand what your problems is.
To fix this, please be sure before you start the playback to:
  1. Open: Tools -> Messages.
  2. Set Verbosity to 2
  3. Start playback to reproduce your issue
  4. Save text in a file or copy into clipboard
  5. Then paste the full resulting log here between [​code]and[​/code] (or use Pastebin.com if it's too long)
Also don't forget to name your Operating System and provide the VLC media player version.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

JustTryIt
New Cone
New Cone
Posts: 4
Joined: 29 Dec 2008 16:08
Operating System: Mac OS

Re: Streaming to PVR via GUI/CLI

Postby JustTryIt » 02 Jan 2009 14:34

To help you, we need messages, to completely understand what your problems is.
To fix this, please be sure before you start the playback to:
  1. Open: Tools -> Messages.
  2. Set Verbosity to 2
  3. Start playback to reproduce your issue
  4. Save text in a file or copy into clipboard
  5. Then paste the full resulting log here between [​code]and[​/code] (or use Pastebin.com if it's too long)
Also don't forget to name your Operating System and provide the VLC media player version.
I thought there would merely be a syntactic or semantic error in my command, so i spared the complete output of VLC.

Here the not working command line variant:

Code: Select all

[00000001] main libvlc debug: VLC media player - version 0.9.8 Grishenko - (c) 1996-2008 the VideoLAN team [00000001] main libvlc debug: libvlc was configured with ./configure '--enable-release' '--enable-update-check' '--with-macosx-sdk=/Developer/SDKs/MacOSX10.4u.sdk' 'PKG_CONFIG_PATH=:/opt/local/lib/pkgconfig:/opt/local/lib/pkgconfig' [00000001] main libvlc debug: translation test: code is "de" [00000001] main libvlc debug: opening config file (/Users/shared/Library/Preferences/VLC/vlcrc) [00000001] main libvlc debug: loading config for module "main" [00000001] main libvlc debug: checking builtin modules [00000001] main libvlc debug: checking plugin modules [00000001] main libvlc debug: loading plugins cache file /Users/shared/Library/Preferences/VLC/plugins-04041e.dat [00000001] main libvlc debug: recursively browsing `/Applications/VLC.app/Contents/MacOS/modules' [00000001] main libvlc warning: cannot create image from `/Applications/VLC.app/Contents/MacOS/modules/libi420_yuy2_altivec_plugin.dylib' [00000001] main libvlc warning: cannot create image from `/Applications/VLC.app/Contents/MacOS/modules/libmemcpyaltivec_plugin.dylib' [00000001] main libvlc debug: recursively browsing `/Applications/VLC.app/Contents/MacOS/plugins' [00000001] main libvlc debug: recursively browsing `/Users/videolan/thresh/vlc-releases.git/vlc_install_dir/lib/vlc' [00000001] main libvlc debug: module bank initialized, found 259 modules [00000001] main libvlc debug: opening config file (/Users/shared/Library/Preferences/VLC/vlcrc) [00000001] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU [00000001] main libvlc debug: looking for memcpy module: 3 candidates [00000001] main libvlc debug: using memcpy module "memcpymmxext" [00000353] main interaction debug: thread 2953318400 (Interaction control) created at priority 0 (interface/interaction.c:382) [00000353] main interaction debug: thread started [00000355] main input debug: Creating an input for 'Medienbibliothek' [00000355] main input debug: Input is a meta file: disabling unneeded options [00000355] main input debug: `file/xspf-open:///Users/shared/Library/Preferences/VLC/ml.xspf' gives access `file' demux `xspf-open' path `/Users/shared/Library/Preferences/VLC/ml.xspf' [00000355] main input debug: creating access 'file' path='/Users/shared/Library/Preferences/VLC/ml.xspf' [00000356] main access debug: looking for access module: 3 candidates [00000356] access_file access debug: opening file `/Users/shared/Library/Preferences/VLC/ml.xspf' [00000356] main access debug: using access module "access_file" [00000356] main access debug: TIMER module_Need() : 1.572 ms - Total 1.572 ms / 1 intvls (Avg 1.572 ms) [00000361] main stream debug: Using AStream*Stream [00000361] main stream debug: pre-buffering... [00000361] main stream debug: received first data for our buffer [00000355] main input debug: creating demux: access='file' demux='xspf-open' path='/Users/shared/Library/Preferences/VLC/ml.xspf' [00000362] main demux debug: looking for demux module: 1 candidate [00000362] playlist demux debug: using XSPF playlist reader [00000362] main demux debug: using demux module "playlist" [00000362] main demux debug: TIMER module_Need() : 0.906 ms - Total 0.906 ms / 1 intvls (Avg 0.906 ms) [00000355] main input debug: `file/xspf-open:///Users/shared/Library/Preferences/VLC/ml.xspf' successfully opened [00000377] main xml debug: looking for xml module: 2 candidates [00000377] main xml debug: using xml module "xml" [00000377] main xml debug: TIMER module_Need() : 0.970 ms - Total 0.970 ms / 1 intvls (Avg 0.970 ms) [00000362] playlist demux debug: parsed 0 tracks successfully [00000377] main xml debug: removing module "xml" [00000355] main input debug: EOF reached [00000355] main input debug: control type=1 [00000362] main demux debug: removing module "playlist" [00000356] main access debug: removing module "access_file" [00000355] main input debug: TIMER input launching for 'Medienbibliothek' : 7.072 ms - Total 7.072 ms / 1 intvls (Avg 7.072 ms) [00000379] main preparser debug: waiting for thread initialization [00000379] main preparser debug: thread started [00000379] main preparser debug: thread 2953850880 (preparser) created at priority 0 (playlist/thread.c:79) [00000380] main fetcher debug: waiting for thread initialization [00000380] main fetcher debug: thread started [00000380] main fetcher debug: thread 2954383360 (fetcher) created at priority 0 (playlist/thread.c:108) [00000354] main playlist debug: waiting for thread initialization [00000354] main playlist debug: thread started [00000354] main playlist debug: rebuilding array of current - root Wiedergabeliste [00000354] main playlist debug: rebuild done - 0 items, index -1 [00000354] main playlist debug: thread 2954915840 (playlist) created at priority 0 (playlist/thread.c:117) [00000381] main interface debug: looking for interface module: 1 candidate [00000381] main interface: creating httpd [00000381] main interface debug: net: listening to port 8080 [00000381] main interface error: socket bind error (Permission denied) [00000384] main http server debug: thread 2955448320 (httpd host thread) created at priority 0 (network/httpd.c:1107) [00000384] main http server debug: thread started [00000381] main interface debug: find .hosts in dir=/Applications/VLC.app/Contents/MacOS/share/http/.hosts [00000381] main interface debug: restricted to ::1 [00000381] main interface debug: restricted to 127.0.0.1 [00000381] main interface debug: find .hosts in dir=/Applications/VLC.app/Contents/MacOS/share/http/old/.hosts [00000381] main interface debug: restricted to ::1 [00000381] main interface debug: restricted to 127.0.0.1 [00000381] main interface debug: restricted to ::/0 [00000381] main interface debug: restricted to 0.0.0.0/0 [00000381] main interface debug: using interface module "http" [00000381] main interface debug: TIMER module_Need() : 6.067 ms - Total 6.067 ms / 1 intvls (Avg 6.067 ms) [00000381] main interface debug: thread started [00000381] main interface debug: thread 2955980800 (interface) created at priority 0 (interface/interface.c:168) [00000385] main interface debug: looking for interface module: 1 candidate [00000385] main interface debug: using interface module "hotkeys" [00000385] main interface debug: TIMER module_Need() : 0.548 ms - Total 0.548 ms / 1 intvls (Avg 0.548 ms) [00000385] main interface debug: thread started [00000385] main interface debug: thread 2956513280 (interface) created at priority 0 (interface/interface.c:168) [00000354] main playlist debug: adding item `3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' ( /3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov ) [00000387] main interface debug: looking for interface module: 17 candidates [00000387] main interface debug: using interface module "signals" [00000387] main interface debug: TIMER module_Need() : 0.642 ms - Total 0.642 ms / 1 intvls (Avg 0.642 ms) [00000387] main interface debug: thread 2957578240 (interface) created at priority 0 (interface/interface.c:168) [00000387] main interface debug: thread started [00000389] main interface debug: looking for interface module: 17 candidates [00000389] main interface debug: find .hosts in dir=/Applications/VLC.app/Contents/MacOS/share/http/.hosts [00000389] main interface debug: restricted to ::1 [00000389] main interface debug: restricted to 127.0.0.1 [00000383] main http server warning: cannot add '/dialogs/browse' (url already defined) [00000383] main http server warning: cannot add '/dialogs/footer' (url already defined) [00000383] main http server warning: cannot add '/dialogs/input' (url already defined) [00000383] main http server warning: cannot add '/dialogs/main' (url already defined) [00000383] main http server warning: cannot add '/dialogs/mosaic' (url already defined) [00000383] main http server warning: cannot add '/dialogs/playlist' (url already defined) [00000383] main http server warning: cannot add '/dialogs/sout' (url already defined) [00000383] main http server warning: cannot add '/dialogs/vlm' (url already defined) [00000383] main http server warning: cannot add '/favicon.ico' (url already defined) [00000383] main http server warning: cannot add '/flash.html' (url already defined) [00000383] main http server warning: cannot add '/iehacks.css' (url already defined) [00000383] main http server warning: cannot add '/images/delete.png' (url already defined) [00000383] main http server warning: cannot add '/images/delete_small.png' (url already defined) [00000383] main http server warning: cannot add '/images/eject.png' (url already defined) [00000383] main http server warning: cannot add '/images/empty.png' (url already defined) [00000383] main http server warning: cannot add '/images/fullscreen.png' (url already defined) [00000383] main http server warning: cannot add '/images/help.png' (url already defined) [00000383] main http server warning: cannot add '/images/info.png' (url already defined) [00000383] main http server warning: cannot add '/images/loop.png' (url already defined) [00000383] main http server warning: cannot add '/images/minus.png' (url already defined) [00000383] main http server warning: cannot add '/images/next.png' (url already defined) [00000383] main http server warning: cannot add '/images/pause.png' (url already defined) [00000383] main http server warning: cannot add '/images/play.png' (url already defined) [00000383] main http server warning: cannot add '/images/playlist.png' (url already defined) [00000383] main http server warning: cannot add '/images/playlist_small.png' (url already defined) [00000383] main http server warning: cannot add '/images/plus.png' (url already defined) [00000383] main http server warning: cannot add '/images/prev.png' (url already defined) [00000383] main http server warning: cannot add '/images/refresh.png' (url already defined) [00000383] main http server warning: cannot add '/images/repeat.png' (url already defined) [00000383] main http server warning: cannot add '/images/sd.png' (url already defined) [00000383] main http server warning: cannot add '/images/shuffle.png' (url already defined) [00000383] main http server warning: cannot add '/images/slider_bar.png' (url already defined) [00000383] main http server warning: cannot add '/images/slider_left.png' (url already defined) [00000383] main http server warning: cannot add '/images/slider_point.png' (url already defined) [00000383] main http server warning: cannot add '/images/slider_right.png' (url already defined) [00000383] main http server warning: cannot add '/images/slow.png' (url already defined) [00000383] main http server warning: cannot add '/images/snapshot.png' (url already defined) [00000383] main http server warning: cannot add '/images/sort.png' (url already defined) [00000383] main http server warning: cannot add '/images/sout.png' (url already defined) [00000383] main http server warning: cannot add '/images/speaker.png' (url already defined) [00000383] main http server warning: cannot add '/images/speaker_mute.png' (url already defined) [00000383] main http server warning: cannot add '/images/stop.png' (url already defined) [00000383] main http server warning: cannot add '/images/vlc16x16.png' (url already defined) [00000383] main http server warning: cannot add '/images/volume_down.png' (url already defined) [00000383] main http server warning: cannot add '/images/volume_up.png' (url already defined) [00000383] main http server warning: cannot add '/images/white.png' (url already defined) [00000383] main http server warning: cannot add '/images/white_cross_small.png' (url already defined) [00000383] main http server warning: cannot add '/' (url already defined) [00000383] main http server warning: cannot add '' (url already defined) [00000383] main http server warning: cannot add '/index.html' (url already defined) [00000383] main http server warning: cannot add '/js/functions.js' (url already defined) [00000383] main http server warning: cannot add '/js/mosaic.js' (url already defined) [00000383] main http server warning: cannot add '/js/vlm.js' (url already defined) [00000383] main http server warning: cannot add '/mosaic.html' (url already defined) [00000389] main interface debug: find .hosts in dir=/Applications/VLC.app/Contents/MacOS/share/http/old/.hosts [00000389] main interface debug: restricted to ::1 [00000389] main interface debug: restricted to 127.0.0.1 [00000389] main interface debug: restricted to ::/0 [00000389] main interface debug: restricted to 0.0.0.0/0 [00000383] main http server warning: cannot add '/old/admin/browse.html' (url already defined) [00000383] main http server warning: cannot add '/old/admin/dboxfiles.html' (url already defined) [00000383] main http server warning: cannot add '/old/admin/' (url already defined) [00000383] main http server warning: cannot add '/old/admin' (url already defined) [00000383] main http server warning: cannot add '/old/admin/index.html' (url already defined) [00000383] main http server warning: cannot add '/old/cone_minus.png' (url already defined) [00000383] main http server warning: cannot add '/old/cone_plus.png' (url already defined) [00000383] main http server warning: cannot add '/old/' (url already defined) [00000383] main http server warning: cannot add '/old' (url already defined) [00000383] main http server warning: cannot add '/old/index.html' (url already defined) [00000383] main http server warning: cannot add '/old/info.html' (url already defined) [00000383] main http server warning: cannot add '/old/style.css' (url already defined) [00000383] main http server warning: cannot add '/old/vlm/edit.html' (url already defined) [00000383] main http server warning: cannot add '/old/vlm/' (url already defined) [00000383] main http server warning: cannot add '/old/vlm' (url already defined) [00000383] main http server warning: cannot add '/old/vlm/index.html' (url already defined) [00000383] main http server warning: cannot add '/old/vlm/new.html' (url already defined) [00000383] main http server warning: cannot add '/old/vlm/show.html' (url already defined) [00000383] main http server warning: cannot add '/old/webcam.html' (url already defined) [00000383] main http server warning: cannot add '/requests/browse.xml' (url already defined) [00000383] main http server warning: cannot add '/requests/playlist.xml' (url already defined) [00000383] main http server warning: cannot add '/requests/readme.txt' (url already defined) [00000383] main http server warning: cannot add '/requests/status.xml' (url already defined) [00000383] main http server warning: cannot add '/requests/vlm.xml' (url already defined) [00000383] main http server warning: cannot add '/requests/vlm_cmd.xml' (url already defined) [00000383] main http server warning: cannot add '/style.css' (url already defined) [00000383] main http server warning: cannot add '/vlm.html' (url already defined) [00000383] main http server warning: cannot add '/vlm_export.html' (url already defined) [00000384] main http server debug: httpd_HostDelete: host still used [00000389] main interface debug: using interface module "macosx" [00000389] main interface debug: TIMER module_Need() : 37.356 ms - Total 37.356 ms / 1 intvls (Avg 37.356 ms) [00000389] main interface debug: thread started [00000389] main interface debug: thread 2958110720 (interface) created at priority 0 (interface/interface.c:148) [00000354] main playlist debug: no fetch required for Wiedergabeliste (art currently (null)) [00000354] main playlist debug: adding item `3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' ( /3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov ) [00000354] main playlist debug: rebuilding array of current - root Wiedergabeliste [00000354] main playlist debug: rebuild done - 2 items, index -1 [00000354] main playlist debug: starting new item [00000354] main playlist debug: processing request item 3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov node Wiedergabeliste skip 0 [00000354] main playlist debug: resyncing on 3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov [00000354] main playlist debug: 3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov is at 1 [00000354] main playlist debug: creating new input thread [00000392] main input debug: Creating an input for '3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' [00000392] main input debug: waiting for thread initialization [00000392] main input debug: thread started [00000392] main input debug: thread 2959855616 (input) created at priority 22 (input/input.c:370) [00000393] main stream output debug: stream=`duplicate' [00000394] main stream out debug: looking for sout stream module: 1 candidate [00000354] main playlist debug: no fetch required for Wiedergabeliste (art currently (null)) [00000389] macosx interface debug: input has changed, refreshing interface [00000394] stream_out_duplicate stream out debug: creating 'duplicate' [00000394] stream_out_duplicate stream out debug: * adding `display' [00000393] main stream output debug: stream=`display' [00000396] main stream out debug: looking for sout stream module: 1 candidate [00000396] main stream out debug: using sout stream module "stream_out_display" [00000396] main stream out debug: TIMER module_Need() : 8.297 ms - Total 8.297 ms / 1 intvls (Avg 8.297 ms) [00000394] stream_out_duplicate stream out debug: * adding `transcode{vcodec=mp2v,vb=4096,scale=1,acodec=mpga,ab=128,channels=2}:standard{access=udp,mux=ts,url=192.168.1.250:1234,name=' [00000393] main stream output debug: stream=`transcode' [00000398] main stream out debug: looking for sout stream module: 1 candidate config_ChainCreate: invalid options (empty) [00000393] main stream output debug: stream=`standard' [00000401] main stream out debug: looking for sout stream module: 1 candidate [00000389] macosx interface debug: notification received in VLC with name VLCOSXGUIInit and object VLCEyeTVSupport [00000401] main stream out debug: set config option: sout-standard-access to udp [00000401] main stream out debug: set config option: sout-standard-mux to ts [00000401] main stream out debug: set config option: sout-standard-url to 192.168.1.250:1234 [00000401] main stream out warning: missing value for option name [00000401] stream_out_standard stream out debug: creating `udp/ts://(null)' [00000401] stream_out_standard stream out debug: using `udp/ts://(null)' [00000403] main access out debug: looking for sout access module: 1 candidate [00000403] main access out debug: net: connecting to []:1234 [00000403] access_output_udp access out debug: source: ::1 port 52994 [00000403] access_output_udp access out debug: destination: ::1 port 1234 [00000405] main generic debug: thread 2960388096 (sout write thread) created at priority 22 (udp.c:255) [00000403] main access out debug: using sout access module "access_output_udp" [00000405] main generic debug: thread started [00000403] main access out debug: TIMER module_Need() : 4.197 ms - Total 4.197 ms / 1 intvls (Avg 4.197 ms) [00000401] stream_out_standard stream out debug: access opened [00000406] main mux debug: looking for sout mux module: 1 candidate [00000406] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000 [00000406] main mux debug: using sout mux module "mux_ts" [00000406] main mux debug: TIMER module_Need() : 7.135 ms - Total 7.135 ms / 1 intvls (Avg 7.135 ms) [00000393] main stream output debug: muxer support adding stream at any time [00000401] stream_out_standard stream out debug: mux opened [00000401] main stream out debug: using sout stream module "stream_out_standard" [00000401] main stream out debug: TIMER module_Need() : 16.796 ms - Total 16.796 ms / 1 intvls (Avg 16.796 ms) [00000398] main stream out debug: set config option: sout-transcode-vcodec to mp2v [00000398] main stream out debug: set config option: sout-transcode-vb to 4096 [00000398] main stream out debug: set config option: sout-transcode-scale to 1 [00000398] main stream out debug: set config option: sout-transcode-acodec to mpga [00000398] main stream out debug: set config option: sout-transcode-ab to 128 [00000398] main stream out debug: set config option: sout-transcode-channels to 2 [00000398] stream_out_transcode stream out debug: codec audio=mpga 0Hz 2 channels 128Kb/s [00000398] stream_out_transcode stream out debug: codec video=mp2v 0x0 scaling: 1.000000 4096kb/s [00000398] main stream out debug: using sout stream module "stream_out_transcode" [00000398] main stream out debug: TIMER module_Need() : 26.104 ms - Total 26.104 ms / 1 intvls (Avg 26.104 ms) [00000394] stream_out_duplicate stream out error: * ignore unknown option `stream"' [00000394] main stream out debug: using sout stream module "stream_out_duplicate" [00000394] main stream out debug: TIMER module_Need() : 320.928 ms - Total 320.928 ms / 1 intvls (Avg 320.928 ms) [00000392] main input debug: `/3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' gives access `' demux `' path `/3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' [00000392] main input debug: creating demux: access='' demux='' path='/3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' [00000408] main demux debug: looking for access_demux module: 2 candidates [00000408] main demux debug: TIMER module_Need() : 3.419 ms - Total 3.419 ms / 1 intvls (Avg 3.419 ms) [00000392] main input debug: creating access '' path='/3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' [00000411] main access debug: looking for access module: 8 candidates [00000411] vcd access debug: trying .cue file: /3-11 Von Autos, Pferden, Polizei und Feuerspritzen.cue [00000411] vcd access debug: could not find .cue file [00000411] access_file access debug: opening file `/3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' [00000411] main access debug: using access module "access_file" [00000411] main access debug: TIMER module_Need() : 54.022 ms - Total 54.022 ms / 1 intvls (Avg 54.022 ms) [00000414] main stream debug: Using AStream*Stream [00000414] main stream debug: pre-buffering... [00000414] main stream debug: received first data for our buffer [00000414] main stream debug: pre-buffering done 1408981 bytes in 0s - 28133 kbytes/s [00000392] main input debug: creating demux: access='' demux='' path='/3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' [00000415] main demux debug: looking for demux module: 59 candidates [00000414] mp4 stream debug: found Box: ftyp size 32 [00000414] mp4 stream debug: found Box: moov size 581308 [00000414] mp4 stream debug: found Box: mvhd size 108 [00000414] mp4 stream debug: read box: "mvhd" creation 732334d-58h:11m:16s modification 732856d-42h:58m:43s time scale 44100 duration 694977d-48h:15m:40s rate 1.000000 volume 1.000000 next track id 3 [00000414] mp4 stream debug: found Box: trak size 348249 [00000414] mp4 stream debug: found Box: tkhd size 92 [00000414] mp4 stream debug: read box: "tkhd" creation 732334d-57h:44m:59s modification 732856d-42h:58m:43s duration 1152382503d-42h:42m:08s track ID 1 layer 0 volume 1.000000 width 0.000000 height 0.000000 [00000414] mp4 stream debug: found Box: edts size 36 [00000414] mp4 stream debug: found Box: elst size 28 [00000414] mp4 stream debug: read box: "elst" entry-count 1 [00000414] mp4 stream debug: found Box: mdia size 348113 [00000414] mp4 stream debug: found Box: mdhd size 32 [00000414] mp4 stream debug: read box: "mdhd" creation 732334d-58h:11m:16s modification 732856d-42h:58m:43s time scale 44100 duration 695690d-06h:26m:08s language eng [00000414] mp4 stream debug: found Box: hdlr size 58 [00000414] mp4 stream debug: read box: "hdlr" handler type soun name Apple Ton Mediensteuerung [00000414] mp4 stream debug: found Box: minf size 348015 [00000414] mp4 stream debug: found Box: smhd size 16 [00000414] mp4 stream debug: read box: "smhd" balance 0.000000 [00000414] mp4 stream debug: found Box: dinf size 36 [00000414] mp4 stream debug: found Box: dref size 28 [00000414] mp4 stream debug: found Box: url size 12 [00000414] mp4 stream debug: read box: "url" url: (null) [00000414] mp4 stream debug: read box: "dref" entry-count 1 [00000414] mp4 stream debug: found Box: stbl size 347955 [00000414] mp4 stream debug: found Box: stsd size 103 [00000414] mp4 stream debug: found Box: mp4a size 87 [00000414] mp4 stream debug: read box: "soun" mp4 or qt1/2 (rest=51) [00000414] mp4 stream debug: found Box: esds size 51 [00000414] mp4 stream debug: found esds MPEG4ESDescr (34Bytes) [00000414] mp4 stream debug: found esds MP4DecConfigDescr (20Bytes) [00000414] mp4 stream debug: found esds MP4DecSpecificDescr (2Bytes) [00000414] mp4 stream debug: read box: "soun" in stsd channel 2 sample size 16 sample rate 44100.000000 [00000414] mp4 stream debug: read box: "stsd" entry-count 1 [00000414] mp4 stream debug: found Box: stts size 24 [00000414] mp4 stream debug: read box: "stts" entry-count 1 [00000414] mp4 stream debug: found Box: stsc size 80296 [00000414] mp4 stream debug: read box: "stsc" entry-count 6690 [00000414] mp4 stream debug: found Box: stsz size 240748 [00000414] mp4 stream debug: read box: "stsz" sample-size 0 sample-count 60182 [00000414] mp4 stream debug: found Box: stco size 26776 [00000414] mp4 stream debug: read box: "co64" entry-count 6690 [00000414] mp4 stream debug: found Box: trak size 230708 [00000414] mp4 stream debug: found Box: tkhd size 92 [00000414] mp4 stream debug: read box: "tkhd" creation 732334d-57h:44m:59s modification 732334d-58h:11m:28s duration 1188969262d-05h:26m:24s track ID 2 layer 0 volume 0.000000 width 310.000000 height 240.000000 [00000414] mp4 stream debug: found Box: edts size 36 [00000414] mp4 stream debug: found Box: elst size 28 [00000414] mp4 stream debug: read box: "elst" entry-count 1 [00000414] mp4 stream debug: found Box: mdia size 230572 [00000414] mp4 stream debug: found Box: mdhd size 32 [00000414] mp4 stream debug: read box: "mdhd" creation 732334d-58h:11m:16s modification 732334d-58h:11m:28s time scale 44100 duration 695690d-06h:38m:24s language eng [00000414] mp4 stream debug: found Box: hdlr size 60 [00000414] mp4 stream debug: read box: "hdlr" handler type vide name Apple Video Mediensteuerung [00000414] mp4 stream debug: found Box: minf size 230472 [00000414] mp4 stream debug: found Box: vmhd size 20 [00000414] mp4 stream debug: read box: "vmhd" graphics-mode 0 opcolor (0, 0, 0) [00000414] mp4 stream debug: found Box: dinf size 36 [00000414] mp4 stream debug: found Box: dref size 28 [00000414] mp4 stream debug: found Box: url size 12 [00000414] mp4 stream debug: read box: "url" url: (null) [00000414] mp4 stream debug: read box: "dref" entry-count 1 [00000414] mp4 stream debug: found Box: stbl size 230408 [00000414] mp4 stream debug: found Box: stsd size 148 [00000414] mp4 stream debug: found Box: avc1 size 132 [00000414] mp4 stream debug: found Box: avcC size 46 [00000414] mp4 stream debug: read box: "avcC" version=1 profile=0x42 level=0xd length size=4 sps=1 pps=1 [00000414] mp4 stream debug: - sps[0] length=23 [00000414] mp4 stream debug: - pps[0] length=4 [00000414] mp4 stream debug: read box: "vide" in stsd 310x240 depth 24 [00000414] mp4 stream debug: read box: "stsd" entry-count 1 [00000414] mp4 stream debug: found Box: stts size 24 [00000414] mp4 stream debug: read box: "stts" entry-count 1 [00000414] mp4 stream debug: found Box: stss size 992 [00000414] mp4 stream debug: read box: "stss" entry-count 244 [00000414] mp4 stream debug: found Box: stsc size 67096 [00000414] mp4 stream debug: read box: "stsc" entry-count 5590 [00000414] message stream warning: message queue overflowed [00000414] mp4 stream debug: found Box: stsz size 139764 [00000414] mp4 stream debug: read box: "stsz" sample-size 0 sample-count 34936 [00000414] mp4 stream debug: found Box: stco size 22376 [00000414] mp4 stream debug: read box: "co64" entry-count 5590 [00000414] mp4 stream debug: found Box: udta size 2235 [00000414] mp4 stream debug: found Box: meta size 2227 [00000414] mp4 stream debug: found Box: hdlr size 32 [00000414] mp4 stream debug: read box: "hdlr" handler type mdir name (null) [00000414] mp4 stream debug: found Box: ilst size 314 [00000414] mp4 stream debug: found Box: cwrt size 30 [00000414] mp4 stream warning: unknown box type cwrt (incompletely loaded) [00000414] mp4 stream debug: found Box: cART size 30 [00000414] mp4 stream debug: read box: "cART" text=`Loriot' [00000414] mp4 stream debug: found Box: calb size 59 [00000414] mp4 stream debug: read box: "calb" text=`Loriot - Sein großes Sketch-Archiv' [00000414] mp4 stream debug: found Box: cnam size 69 [00000414] mp4 stream debug: read box: "cnam" text=`Von Autos, Pferden, Polizei und Feuerspritzen' [00000414] mp4 stream debug: found Box: trkn size 32 [00000414] mp4 stream warning: unknown box type trkn (incompletely loaded) [00000414] mp4 stream debug: found Box: disk size 30 [00000414] mp4 stream warning: unknown box type disk (incompletely loaded) [00000414] mp4 stream debug: found Box: aART size 30 [00000414] mp4 stream warning: unknown box type aART (incompletely loaded) [00000414] mp4 stream debug: found Box: gnre size 26 [00000414] mp4 stream warning: unknown box type gnre (incompletely loaded) [00000414] mp4 stream debug: found Box: free size 1869 [00000414] mp4 stream debug: skip box: "free" [00000414] mp4 stream debug: found Box: free size 8 [00000414] mp4 stream debug: skip box: "free" [00000414] mp4 stream debug: found Box: free size 8 [00000414] mp4 stream debug: skip box: "free" [00000414] mp4 stream debug: found Box: mdat size 143942106 [00000414] mp4 stream debug: skip box: "mdat" [00000414] mp4 stream debug: dumping root Box "root" [00000414] mp4 stream debug: | + ftyp size 32 [00000414] mp4 stream debug: | + moov size 581308 [00000414] mp4 stream debug: | | + mvhd size 108 [00000414] mp4 stream debug: | | + trak size 348249 [00000414] mp4 stream debug: | | | + tkhd size 92 [00000414] mp4 stream debug: | | | + edts size 36 [00000414] mp4 stream debug: | | | | + elst size 28 [00000414] mp4 stream debug: | | | + mdia size 348113 [00000414] mp4 stream debug: | | | | + mdhd size 32 [00000414] mp4 stream debug: | | | | + hdlr size 58 [00000414] mp4 stream debug: | | | | + minf size 348015 [00000414] mp4 stream debug: | | | | | + smhd size 16 [00000414] mp4 stream debug: | | | | | + dinf size 36 [00000414] mp4 stream debug: | | | | | | + dref size 28 [00000414] mp4 stream debug: | | | | | | | + url size 12 [00000414] mp4 stream debug: | | | | | + stbl size 347955 [00000414] mp4 stream debug: | | | | | | + stsd size 103 [00000414] mp4 stream debug: | | | | | | | + mp4a size 87 [00000414] mp4 stream debug: | | | | | | | | + esds size 51 [00000414] mp4 stream debug: | | | | | | + stts size 24 [00000414] mp4 stream debug: | | | | | | + stsc size 80296 [00000414] mp4 stream debug: | | | | | | + stsz size 240748 [00000414] mp4 stream debug: | | | | | | + stco size 26776 [00000414] mp4 stream debug: | | + trak size 230708 [00000414] mp4 stream debug: | | | + tkhd size 92 [00000414] mp4 stream debug: | | | + edts size 36 [00000414] mp4 stream debug: | | | | + elst size 28 [00000414] mp4 stream debug: | | | + mdia size 230572 [00000414] mp4 stream debug: | | | | + mdhd size 32 [00000414] mp4 stream debug: | | | | + hdlr size 60 [00000414] mp4 stream debug: | | | | + minf size 230472 [00000414] mp4 stream debug: | | | | | + vmhd size 20 [00000414] mp4 stream debug: | | | | | + dinf size 36 [00000414] mp4 stream debug: | | | | | | + dref size 28 [00000414] mp4 stream debug: | | | | | | | + url size 12 [00000414] mp4 stream debug: | | | | | + stbl size 230408 [00000414] mp4 stream debug: | | | | | | + stsd size 148 [00000414] mp4 stream debug: | | | | | | | + avc1 size 132 [00000414] mp4 stream debug: | | | | | | | | + avcC size 46 [00000414] mp4 stream debug: | | | | | | + stts size 24 [00000414] mp4 stream debug: | | | | | | + stss size 992 [00000414] mp4 stream debug: | | | | | | + stsc size 67096 [00000414] mp4 stream debug: | | | | | | + stsz size 139764 [00000414] mp4 stream debug: | | | | | | + stco size 22376 [00000414] mp4 stream debug: | | + udta size 2235 [00000414] mp4 stream debug: | | | + meta size 2227 [00000414] mp4 stream debug: | | | | + hdlr size 32 [00000414] mp4 stream debug: | | | | + ilst size 314 [00000414] mp4 stream debug: | | | | | + cwrt size 30 [00000414] mp4 stream debug: | | | | | + cART size 30 [00000414] mp4 stream debug: | | | | | + calb size 59 [00000414] mp4 stream debug: | | | | | + cnam size 69 [00000414] mp4 stream debug: | | | | | + trkn size 32 [00000414] mp4 stream debug: | | | | | + disk size 30 [00000414] mp4 stream debug: | | | | | + aART size 30 [00000414] mp4 stream debug: | | | | | + gnre size 26 [00000414] mp4 stream debug: | | | | + free size 1869 [00000414] mp4 stream debug: | + free size 8 [00000414] mp4 stream debug: | + free size 8 [00000414] mp4 stream debug: | + mdat size 143942106 [00000415] mp4 demux debug: unrecognized major file specification (M4V ). [00000415] mp4 demux debug: found 2 tracks [00000415] mp4 demux warning: elst box found [00000415] mp4 demux debug: - [0] duration=1397423ms media time=0ms) rate=1.0 [00000415] mp4 demux debug: track[Id 0x1] read 6690 chunk [00000415] mp4 demux debug: track[Id 0x1] read 60182 samples length:1397s [00000392] main input debug: selecting program id=0 [00000415] mp4 demux debug: adding track[Id 0x1] audio (enable) language eng [00000415] mp4 demux warning: elst box found [00000415] mp4 demux debug: - [0] duration=1397440ms media time=0ms) rate=1.0 [00000415] mp4 demux debug: track[Id 0x2] read 5590 chunk [00000415] mp4 demux debug: track[Id 0x2] read 34936 samples length:1397s [00000415] mp4 demux debug: adding track[Id 0x2] video (enable) language eng [00000415] main demux debug: using demux module "mp4" [00000415] main demux debug: TIMER module_Need() : 21.620 ms - Total 21.620 ms / 1 intvls (Avg 21.620 ms) [00000415] mp4 demux warning: DEMUX_GET_FPS unimplemented !! [00000415] mp4 demux warning: DEMUX_GET_FPS unimplemented !! [00000392] main input debug: looking for a subtitle file in / [00000417] main packetizer debug: looking for packetizer module: 18 candidates [00000417] packetizer_mpeg4audio packetizer debug: running MPEG4 audio packetizer [00000417] packetizer_mpeg4audio packetizer debug: AAC 44100Hz 1024 samples/frame [00000417] main packetizer debug: using packetizer module "packetizer_mpeg4audio" [00000417] main packetizer debug: TIMER module_Need() : 8.215 ms - Total 8.215 ms / 1 intvls (Avg 8.215 ms) [00000392] main input debug: stream out mode -> no decoder thread [00000438] main packetizer debug: looking for packetizer module: 18 candidates [00000438] packetizer_h264 packetizer debug: found NAL_SPS (sps_id=0) [00000438] packetizer_h264 packetizer debug: found NAL_PPS (pps_id=0 sps_id=0) [00000438] packetizer_h264 packetizer debug: avcC length size=4, sps=1, pps=1 [00000438] main packetizer debug: using packetizer module "packetizer_h264" [00000438] main packetizer debug: TIMER module_Need() : 0.548 ms - Total 0.548 ms / 1 intvls (Avg 0.548 ms) [00000392] main input debug: stream out mode -> no decoder thread [00000392] main input debug: starting in async mode [00000392] main input debug: `/3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' successfully opened [00000415] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track) [00000415] mp4 demux debug: track[Id 0x1] does not provide Sync Sample Box (stss) [00000415] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track) [00000415] mp4 demux debug: track[Id 0x2] using Sync Sample Box (stss) [00000415] mp4 demux debug: stts gives 0 --> 0 (sample number) [00000393] main stream output debug: adding a new sout input (sout_input:0x143e4e40) [00000394] stream_out_duplicate stream out debug: duplicated a new stream codec=mp4a (es=0 group=0) [00000439] main decoder debug: looking for decoder module: 31 candidates [00000439] main decoder debug: using decoder module "faad" [00000439] main decoder debug: TIMER module_Need() : 6.563 ms - Total 6.563 ms / 1 intvls (Avg 6.563 ms) [00000452] main packetizer debug: looking for packetizer module: 18 candidates [00000452] packetizer_mpeg4audio packetizer debug: running MPEG4 audio packetizer [00000452] packetizer_mpeg4audio packetizer debug: AAC 44100Hz 1024 samples/frame [00000452] main packetizer debug: using packetizer module "packetizer_mpeg4audio" [00000452] main packetizer debug: TIMER module_Need() : 0.321 ms - Total 0.321 ms / 1 intvls (Avg 0.321 ms) [00000439] main decoder debug: thread 2960920576 (decoder) created at priority 22 (input/decoder.c:217) [00000394] stream_out_duplicate stream out debug: - added for output 0 [00000439] main decoder debug: thread started [00000398] stream_out_transcode stream out debug: creating audio transcoding from fcc=`mp4a' to fcc=`mpga' [00000453] main decoder debug: looking for decoder module: 31 candidates [00000453] main decoder debug: using decoder module "faad" [00000453] main decoder debug: TIMER module_Need() : 0.286 ms - Total 0.286 ms / 1 intvls (Avg 0.286 ms) [00000454] main encoder debug: looking for encoder module: 10 candidates [00000454] avcodec encoder debug: libavcodec initialized (interface 3407872 ) [00000454] avcodec encoder debug: found encoder MPEG Audio layer 1/2 [00000454] main encoder debug: using encoder module "avcodec" [00000454] main encoder debug: TIMER module_Need() : 17.132 ms - Total 17.132 ms / 1 intvls (Avg 17.132 ms) [00000398] stream_out_transcode stream out debug: Looking for filter (fl32->s16l, channels 2->2, rate 44100->44100) [00000459] main filter debug: looking for audio filter2 module: 8 candidates [00000459] audio_format filter debug: fl32->s16l, bits per sample: 32->16 [00000459] main filter debug: using audio filter2 module "audio_format" [00000459] main filter debug: TIMER module_Need() : 6.180 ms - Total 6.180 ms / 1 intvls (Avg 6.180 ms) [00000398] main stream out debug: Filter 'audio_format' (0xa0c100) appended to chain [00000406] main mux debug: adding a new input [00000406] mux_ts mux debug: adding input codec=mpga pid=68 [00000406] mux_ts mux debug: - lang=eng [00000406] mux_ts mux debug: new PCR PID is 68 [00000394] stream_out_duplicate stream out debug: - added for output 1 [00000439] faad decoder warning: decoded zero sample [00000453] faad decoder warning: decoded zero sample [00000417] main packetizer debug: switching to sync mode [00000439] main decoder debug: no aout present, spawning one [00000474] main audio output debug: looking for audio output module: 2 candidates [00000354] main playlist debug: no fetch required for Wiedergabeliste (art currently (null)) [00000393] main stream output debug: adding a new sout input (sout_input:0x143f0e80) [00000394] stream_out_duplicate stream out debug: duplicated a new stream codec=h264 (es=1 group=0) [00000476] main decoder debug: looking for decoder module: 31 candidates [00000476] avcodec decoder debug: libavcodec already initialized [00000476] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started [00000476] main decoder debug: using decoder module "avcodec" [00000476] main decoder debug: TIMER module_Need() : 19.234 ms - Total 19.234 ms / 1 intvls (Avg 19.234 ms) [00000474] main audio output debug: VLC is looking for: 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes [00000476] main decoder debug: thread 2961453056 (decoder) created at priority 0 (input/decoder.c:217) [00000394] stream_out_duplicate stream out debug: - added for output 0 [00000398] stream_out_transcode stream out debug: creating video transcoding from fcc=`h264' to fcc=`mp2v' [00000480] main decoder debug: looking for decoder module: 31 candidates [00000480] avcodec decoder debug: libavcodec already initialized [00000476] main decoder debug: thread started [00000480] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started [00000480] main decoder debug: using decoder module "avcodec" [00000480] main decoder debug: TIMER module_Need() : 3.493 ms - Total 3.493 ms / 1 intvls (Avg 3.493 ms) [00000481] main encoder debug: looking for encoder module: 10 candidates [00000481] avcodec encoder debug: libavcodec already initialized [00000481] avcodec encoder debug: removing common factors from framerate (mpeg2video@0x808a10) [00000481] avcodec encoder debug: found encoder MPEG-2 Video [00000481] main encoder debug: using encoder module "avcodec" [00000481] main encoder debug: TIMER module_Need() : 9.771 ms - Total 9.771 ms / 1 intvls (Avg 9.771 ms) [00000481] main encoder debug: removing module "avcodec" [00000394] stream_out_duplicate stream out debug: - added for output 1 [00000393] main stream output warning: trying to send non-dated packet to stream output! [00000476] avcodec decoder warning: Missing reference picture (h264@0x9faa10) [00000476] avcodec decoder warning: Missing reference picture (h264@0x9faa10) [00000480] avcodec decoder warning: Missing reference picture (h264@0x811210) [00000480] avcodec decoder warning: Missing reference picture (h264@0x811210) [00000392] main input debug: control type=1 [00000476] main decoder debug: no usable vout present, spawning one [00000398] stream_out_transcode stream out debug: decoder aspect is 432000:432000 [00000398] stream_out_transcode stream out debug: source pixel aspect is 0.774194:1 [00000398] stream_out_transcode stream out debug: scaled pixel aspect is 0.773026:1 [00000398] stream_out_transcode stream out debug: source 310x240, destination 304x236 [00000398] stream_out_transcode stream out debug: encoder aspect is 430169:432000 [00000482] main video output debug: window size: 310x310 [00000482] main video output debug: looking for video output module: 3 candidates [00000484] main filter debug: looking for video filter2 module: 19 candidates [00000482] opengl video output debug: Texture size: 310x240 [00000482] opengl video output debug: requesting "default" opengl provider [00000486] main opengl debug: looking for opengl provider module: 2 candidates [00000486] macosx opengl debug: display is Quartz Extreme accelerated [00000474] auhal audio output debug: system has [2] device(s) [00000474] auhal audio output debug: DevID: 0x116 DevName: Eingang (integriert) [00000474] auhal audio output debug: this device is INPUT only. skipping... [00000474] auhal audio output debug: DevID: 0x118 DevName: Ausgang (integriert) [00000474] auhal audio output debug: supported format: [96000][mcpl][12][4][1][4][2][16] [00000474] auhal audio output debug: supported format: [48000][mcpl][12][4][1][4][2][16] [00000474] auhal audio output debug: supported format: [44100][mcpl][12][4][1][4][2][16] [00000474] auhal audio output debug: supported format: [96000][mcpl][4][8][1][8][2][20] [00000474] auhal audio output debug: supported format: [48000][mcpl][4][8][1][8][2][20] [00000474] auhal audio output debug: supported format: [44100][mcpl][4][8][1][8][2][20] [00000474] auhal audio output debug: supported format: [96000][mcpl][4][8][1][8][2][24] [00000474] auhal audio output debug: supported format: [48000][mcpl][4][8][1][8][2][24] [00000474] auhal audio output debug: supported format: [44100][mcpl][4][8][1][8][2][24] [00000484] swscale filter debug: 310x240 chroma: I420 -> 304x236 chroma: I420 with scaling using Bicubic (good quality) [00000484] main filter debug: using video filter2 module "swscale" [00000484] main filter debug: TIMER module_Need() : 64.732 ms - Total 64.732 ms / 1 intvls (Avg 64.732 ms) [00000398] main stream out debug: Filter 'swscale' (0xa22d00) appended to chain [00000398] stream_out_transcode stream out debug: destination (after video filters) 304x236 [00000481] main encoder debug: looking for encoder module: 10 candidates [00000481] avcodec encoder debug: libavcodec already initialized [00000481] avcodec encoder debug: found encoder MPEG-2 Video [00000481] main encoder debug: using encoder module "avcodec" [00000481] main encoder debug: TIMER module_Need() : 10.886 ms - Total 10.886 ms / 1 intvls (Avg 10.886 ms) [00000406] main mux debug: adding a new input [00000406] mux_ts mux debug: adding input codec=mpgv pid=69 [00000406] mux_ts mux debug: - lang=eng [00000406] mux_ts mux debug: new PCR PID is 69 [00000486] main opengl debug: using opengl provider module "macosx" [00000486] main opengl debug: TIMER module_Need() : 147.719 ms - Total 147.719 ms / 1 intvls (Avg 147.719 ms) [00000482] main video output debug: using video output module "opengl" [00000482] main video output debug: TIMER module_Need() : 156.938 ms - Total 156.938 ms / 1 intvls (Avg 156.938 ms) [00000482] main video output debug: waiting for thread initialization [00000482] main video output debug: thread started [00000482] main video output debug: got 1 direct buffer(s) [00000482] main video output debug: picture in 310x240 (0,0,310x240), chroma I420, ar 1:1, sar 24:31 [00000482] main video output debug: picture user 310x240 (0,0,310x240), chroma I420, ar 1:1, sar 24:31 [00000482] main video output debug: picture out 310x240 (0,0,310x240), chroma UYVY, ar 1:1, sar 24:31 [00000490] main chroma debug: looking for video filter2 module: 19 candidates [00000490] main chroma debug: using video filter2 module "i420_yuy2_sse2" [00000490] main chroma debug: TIMER module_Need() : 0.267 ms - Total 0.267 ms / 1 intvls (Avg 0.267 ms) [00000482] main video output debug: indirect render, mapping render pictures 0-7 to system pictures 1-8 [00000482] main video output debug: thread 2963050496 (video output) created at priority 22 (video_output/video_output.c:502) [00000492] main spu text debug: looking for text renderer module: 3 candidates [00000492] main spu text debug: using text renderer module "quartztext" [00000492] main spu text debug: TIMER module_Need() : 12.494 ms - Total 12.494 ms / 1 intvls (Avg 12.494 ms) [00000491] main blend debug: looking for video blending module: 1 candidate [00000491] blend blend debug: chroma: YUVA -> UYVY [00000491] main blend debug: using video blending module "blend" [00000491] main blend debug: TIMER module_Need() : 8.482 ms - Total 8.482 ms / 1 intvls (Avg 8.482 ms) [00000474] auhal audio output debug: current format is: [44100][mcpl][41][4][1][4][2][32] [00000474] auhal audio output debug: layout of AUHAL has 2 channels [00000474] auhal audio output debug: selected 2 physical channels for device output [00000474] auhal audio output debug: VLC will output: Stereo [00000474] auhal audio output debug: we set the AU format: [44100][mcpl][9][8][1][8][2][32] [00000474] auhal audio output debug: the actual set AU format is [44100][mcpl][9][8][1][8][2][32] [00000474] main audio output debug: using audio output module "auhal" [00000474] main audio output debug: TIMER module_Need() : 475.835 ms - Total 475.835 ms / 1 intvls (Avg 475.835 ms) [00000474] main audio output debug: output 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes [00000474] main audio output debug: mixer 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes [00000474] main audio output debug: no need for any filter [00000474] main audio output debug: looking for audio mixer module: 3 candidates [00000474] main audio output debug: using audio mixer module "float32_mixer" [00000474] main audio output debug: TIMER module_Need() : 9.524 ms - Total 9.524 ms / 1 intvls (Avg 9.524 ms) [00000474] main audio output debug: input 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes [00000474] main audio output debug: filter(s) 'fl32'->'fl32' 48510 Hz->44100 Hz Stereo->Stereo [00000496] main audio output debug: looking for audio filter module: 24 candidates [00000496] main audio output debug: using audio filter module "bandlimited_resampler" [00000496] main audio output debug: TIMER module_Need() : 0.207 ms - Total 0.207 ms / 1 intvls (Avg 0.207 ms) [00000474] main audio output debug: found a filter for the whole conversion [00000474] main audio output warning: PTS is out of range (96415), dropping buffer [00000474] main audio output warning: PTS is out of range (73419), dropping buffer [00000474] main audio output warning: PTS is out of range (50415), dropping buffer [00000474] main audio output warning: PTS is out of range (27432), dropping buffer [00000474] main audio output warning: PTS is out of range (4442), dropping buffer [00000474] main audio output warning: PTS is out of range (-18563), dropping buffer [00000405] access_output_udp generic warning: send error: Connection refused <snip /> [00000405] access_output_udp generic warning: send error: Connection refused [00000398] stream_out_transcode stream out debug: late picture skipped (94774) [00000398] stream_out_transcode stream out debug: late picture skipped (56359) [00000398] stream_out_transcode stream out debug: late picture skipped (18828) [00000405] access_output_udp generic warning: send error: Connection refused <snip /> [00000405] access_output_udp generic warning: send error: Connection refused [00000387] signals interface error: Caught Interrupt signal, exiting... [00000387] main interface debug: thread ended [00000381] main interface debug: thread ended [00000385] main interface debug: thread ended [00000389] main interface debug: thread ended [00000389] macosx interface debug: Killing the Mac OS X module [00000389] macosx interface debug: Terminating [00000001] main libvlc debug: opening config file (/Users/shared/Library/Preferences/VLC/vlcrc) [00000001] main libvlc debug: opening config file (/Users/shared/Library/Preferences/VLC/vlcrc) [00000001] main libvlc debug: saving config for module "main" [00000405] access_output_udp generic warning: send error: Connection refused [00000389] main interface debug: thread 2958110720 joined (interface/interface.c:159) [00000389] main interface debug: removing module "macosx" [00000001] main libvlc debug: removing all interfaces [00000387] main interface debug: thread 2957578240 joined (interface/interface.c:188) [00000387] main interface debug: removing module "signals" [00000385] main interface debug: thread 2956513280 joined (interface/interface.c:188) [00000385] main interface debug: removing module "hotkeys" [00000381] main interface debug: thread 2955980800 joined (interface/interface.c:188) [00000384] main http server debug: waitpipe: object killed [00000384] main http server debug: thread ended [00000384] main http server debug: thread 2955448320 joined (network/httpd.c:1164) [00000384] main http server debug: HTTP host removed [00000383] main http server debug: no host left, stopping httpd [00000381] main interface debug: removing module "http" [00000001] main libvlc debug: removing all services discovery tasks [00000001] main libvlc debug: removing playlist [00000405] access_output_udp generic warning: send error: Connection refused <snip /> [00000405] access_output_udp generic warning: send error: Connection refused [00000439] main decoder debug: removing module "faad" [00000439] main decoder debug: thread ended [00000405] access_output_udp generic warning: send error: Connection refused [00000392] main input debug: control type=0 [00000392] main input debug: control: stopping input [00000415] mp4 demux debug: freeing all memory [00000405] access_output_udp generic warning: send error: Connection refused [00000476] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped [00000476] main decoder debug: removing module "avcodec" [00000476] main decoder debug: thread ended [00000405] access_output_udp generic warning: send error: Connection refused [00000415] main demux debug: removing module "mp4" [00000411] main access debug: removing module "access_file" [00000417] main packetizer debug: removing module "packetizer_mpeg4audio" [00000417] main packetizer debug: killing decoder fourcc `mp4a', 0 PES in FIFO [00000393] main stream output debug: removing a sout input (sout_input:0x143e4e40) [00000439] main decoder debug: thread 2960920576 joined (input/decoder.c:248) [00000439] main decoder debug: killing decoder fourcc `mp4a', 5 PES in FIFO [00000496] main audio output debug: removing module "bandlimited_resampler" [00000405] access_output_udp generic warning: send error: Connection refused [00000474] main audio output debug: removing module "auhal" [00000474] main audio output debug: removing module "float32_mixer" [00000452] main packetizer debug: removing module "packetizer_mpeg4audio" [00000454] main encoder debug: TIMER encoding audio frame : 0.134 ms - Total 41.495 ms / 241 intvls (Avg 0.172 ms) [00000453] main decoder debug: removing module "faad" [00000454] main encoder debug: removing module "avcodec" [00000398] main stream out debug: Filter 'audio_format' (0xa0c100) removed from chain [00000459] main filter debug: removing module "audio_format" [00000406] mux_ts mux debug: removing input pid=68 [00000438] main packetizer debug: removing module "packetizer_h264" [00000438] main packetizer debug: killing decoder fourcc `avc1', 0 PES in FIFO [00000393] main stream output debug: removing a sout input (sout_input:0x143f0e80) [00000476] main decoder debug: thread 2961453056 joined (input/decoder.c:248) [00000476] main decoder debug: killing decoder fourcc `h264', 5 PES in FIFO [00000490] main chroma debug: removing module "i420_yuy2_sse2" [00000482] main video output debug: thread ended [00000482] main video output debug: thread 2963050496 joined (video_output/video_output.c:536) [00000486] macosx opengl debug: Closing [00000486] main opengl debug: removing module "macosx" [00000482] main video output debug: removing module "opengl" [00000491] main blend debug: removing module "blend" [00000492] main spu text debug: removing module "quartztext" [00000481] main encoder debug: TIMER encoding video frame : 1.219 ms - Total 200.001 ms / 134 intvls (Avg 1.493 ms) [00000480] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped [00000480] main decoder debug: removing module "avcodec" [00000481] main encoder debug: removing module "avcodec" [00000398] main stream out debug: Filter 'swscale' (0xa22d00) removed from chain [00000484] main filter debug: removing module "swscale" [00000406] mux_ts mux debug: removing input pid=69 [00000406] mux_ts mux debug: new PCR PID is 8191 [00000406] main mux warning: no more input streams for this mux [00000392] main input debug: thread ended [00000392] main input debug: thread 2959855616 joined (playlist/engine.c:244) [00000392] main input debug: TIMER input launching for '3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' : 463.931 ms - Total 463.931 ms / 1 intvls (Avg 463.931 ms) [00000394] main stream out debug: destroying chain... (name=duplicate) [00000394] stream_out_duplicate stream out debug: closing a duplication [00000396] main stream out debug: destroying chain... (name=display) [00000396] main stream out debug: removing module "stream_out_display" [00000396] main stream out debug: destroying chain done [00000398] main stream out debug: destroying chain... (name=transcode) [00000401] main stream out debug: destroying chain... (name=standard) [00000406] main mux debug: removing module "mux_ts" [00000405] main generic debug: thread ended [00000405] main generic debug: thread 2960388096 joined (udp.c:294) [00000403] access_output_udp access out debug: UDP access output closed [00000403] main access out debug: removing module "access_output_udp" [00000401] main stream out debug: removing module "stream_out_standard" [00000401] main stream out debug: destroying chain done [00000398] main stream out debug: removing module "stream_out_transcode" [00000398] main stream out debug: destroying chain done [00000394] main stream out debug: removing module "stream_out_duplicate" [00000394] main stream out debug: destroying chain done [00000354] main playlist debug: saving Medienbibliothek to file /Users/shared/Library/Preferences/VLC/ml.xspf [00000354] main playlist debug: looking for playlist export module: 1 candidate [00000354] main playlist debug: using playlist export module "export" [00000354] main playlist debug: TIMER module_Need() : 143.374 ms - Total 143.374 ms / 1 intvls (Avg 143.374 ms) [00000354] main playlist debug: removing module "export" [00000379] main preparser debug: thread ended [00000379] main preparser debug: thread 2953850880 joined (playlist/engine.c:521) [00000380] main fetcher debug: thread ended [00000380] main fetcher debug: thread 2954383360 joined (playlist/engine.c:523) [00000354] main playlist debug: thread ended [00000354] main playlist debug: thread 2954915840 joined (libvlc.c:993) [00000379] main preparser debug: Destroyed [00000380] main fetcher debug: Destroyed [00000354] main playlist debug: Destroyed [00000001] main libvlc debug: removing interaction [00000353] main interaction debug: thread ended [00000353] main interaction debug: thread 2953318400 joined (interface/interaction.c:400) [00000001] main libvlc debug: removing all video outputs [00000001] main libvlc debug: TIMER ML Load : Total 8.801 ms / 1 intvls (Avg 8.801 ms) [00000001] main libvlc debug: TIMER Items array build : Total 0.058 ms / 2 intvls (Avg 0.029 ms) [00000001] main libvlc debug: TIMER ML Dump : Total 143.654 ms / 1 intvls (Avg 143.654 ms) [00000001] main libvlc debug: removing stats [00000001] main libvlc debug: removing module "memcpymmxext" [00000001] main libvlc debug: writing plugins cache /Users/shared/Library/Preferences/VLC/plugins-04041e.dat
(I removed some httpd related messages, and merged multiple "Connection refused" messages because of the 60k char limit of this forum)
...

JustTryIt
New Cone
New Cone
Posts: 4
Joined: 29 Dec 2008 16:08
Operating System: Mac OS

Re: Streaming to PVR via GUI/CLI

Postby JustTryIt » 02 Jan 2009 14:36

...

Here the variant using the GUI

Code: Select all

[00000001] main libvlc debug: VLC media player - version 0.9.8 Grishenko - (c) 1996-2008 the VideoLAN team [00000001] main libvlc debug: libvlc was configured with ./configure '--enable-release' '--enable-update-check' '--with-macosx-sdk=/Developer/SDKs/MacOSX10.4u.sdk' 'PKG_CONFIG_PATH=:/opt/local/lib/pkgconfig:/opt/local/lib/pkgconfig' [00000001] main libvlc debug: translation test: code is "de" [00000001] main libvlc debug: opening config file (/Users/shared/Library/Preferences/VLC/vlcrc) [00000001] main libvlc debug: loading config for module "main" [00000001] main libvlc debug: checking builtin modules [00000001] main libvlc debug: checking plugin modules [00000001] main libvlc debug: loading plugins cache file /Users/shared/Library/Preferences/VLC/plugins-04041e.dat [00000001] main libvlc debug: recursively browsing `/Applications/VLC.app/Contents/MacOS/modules' [00000001] main libvlc warning: cannot create image from `/Applications/VLC.app/Contents/MacOS/modules/libi420_yuy2_altivec_plugin.dylib' [00000001] main libvlc warning: cannot create image from `/Applications/VLC.app/Contents/MacOS/modules/libmemcpyaltivec_plugin.dylib' [00000001] main libvlc debug: recursively browsing `/Applications/VLC.app/Contents/MacOS/plugins' [00000001] main libvlc debug: recursively browsing `/Users/videolan/thresh/vlc-releases.git/vlc_install_dir/lib/vlc' [00000001] main libvlc debug: module bank initialized, found 259 modules [00000001] main libvlc debug: opening config file (/Users/shared/Library/Preferences/VLC/vlcrc) [00000001] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU [00000001] main libvlc debug: looking for memcpy module: 3 candidates [00000001] main libvlc debug: using memcpy module "memcpymmxext" [00000353] main interaction debug: thread 2953318400 (Interaction control) created at priority 0 (interface/interaction.c:382) [00000353] main interaction debug: thread started [00000355] main input debug: Creating an input for 'Medienbibliothek' [00000355] main input debug: Input is a meta file: disabling unneeded options [00000355] main input debug: `file/xspf-open:///Users/shared/Library/Preferences/VLC/ml.xspf' gives access `file' demux `xspf-open' path `/Users/shared/Library/Preferences/VLC/ml.xspf' [00000355] main input debug: creating access 'file' path='/Users/shared/Library/Preferences/VLC/ml.xspf' [00000356] main access debug: looking for access module: 3 candidates [00000356] access_file access debug: opening file `/Users/shared/Library/Preferences/VLC/ml.xspf' [00000356] main access debug: using access module "access_file" [00000356] main access debug: TIMER module_Need() : 1.595 ms - Total 1.595 ms / 1 intvls (Avg 1.595 ms) [00000361] main stream debug: Using AStream*Stream [00000361] main stream debug: pre-buffering... [00000361] main stream debug: received first data for our buffer [00000355] main input debug: creating demux: access='file' demux='xspf-open' path='/Users/shared/Library/Preferences/VLC/ml.xspf' [00000362] main demux debug: looking for demux module: 1 candidate [00000362] playlist demux debug: using XSPF playlist reader [00000362] main demux debug: using demux module "playlist" [00000362] main demux debug: TIMER module_Need() : 0.843 ms - Total 0.843 ms / 1 intvls (Avg 0.843 ms) [00000355] main input debug: `file/xspf-open:///Users/shared/Library/Preferences/VLC/ml.xspf' successfully opened [00000377] main xml debug: looking for xml module: 2 candidates [00000377] main xml debug: using xml module "xml" [00000377] main xml debug: TIMER module_Need() : 1.034 ms - Total 1.034 ms / 1 intvls (Avg 1.034 ms) [00000362] playlist demux debug: parsed 0 tracks successfully [00000377] main xml debug: removing module "xml" [00000355] main input debug: EOF reached [00000355] main input debug: control type=1 [00000362] main demux debug: removing module "playlist" [00000356] main access debug: removing module "access_file" [00000355] main input debug: TIMER input launching for 'Medienbibliothek' : 7.155 ms - Total 7.155 ms / 1 intvls (Avg 7.155 ms) [00000379] main preparser debug: thread started [00000379] main preparser debug: waiting for thread initialization [00000379] main preparser debug: thread 2953850880 (preparser) created at priority 0 (playlist/thread.c:79) [00000380] main fetcher debug: thread started [00000380] main fetcher debug: waiting for thread initialization [00000380] main fetcher debug: thread 2954383360 (fetcher) created at priority 0 (playlist/thread.c:108) [00000354] main playlist debug: waiting for thread initialization [00000354] main playlist debug: thread started [00000354] main playlist debug: rebuilding array of current - root Wiedergabeliste [00000354] main playlist debug: rebuild done - 0 items, index -1 [00000354] main playlist debug: thread 2954915840 (playlist) created at priority 0 (playlist/thread.c:117) [00000381] main interface debug: looking for interface module: 1 candidate [00000381] main interface: creating httpd [00000381] main interface debug: net: listening to port 8080 [00000384] main http server debug: thread 2955448320 (httpd host thread) created at priority 0 (network/httpd.c:1107) [00000384] main http server debug: thread started [00000381] main interface debug: find .hosts in dir=/Applications/VLC.app/Contents/MacOS/share/http/.hosts [00000381] main interface debug: restricted to ::1 [00000381] main interface debug: restricted to 127.0.0.1 [00000381] main interface debug: find .hosts in dir=/Applications/VLC.app/Contents/MacOS/share/http/old/.hosts [00000381] main interface debug: restricted to ::1 [00000381] main interface debug: restricted to 127.0.0.1 [00000381] main interface debug: restricted to ::/0 [00000381] main interface debug: restricted to 0.0.0.0/0 [00000381] main interface debug: using interface module "http" [00000381] main interface debug: TIMER module_Need() : 6.037 ms - Total 6.037 ms / 1 intvls (Avg 6.037 ms) [00000381] main interface debug: thread 2955980800 (interface) created at priority 0 (interface/interface.c:168) [00000381] main interface debug: thread started [00000385] main interface debug: looking for interface module: 1 candidate [00000385] main interface debug: using interface module "hotkeys" [00000385] main interface debug: TIMER module_Need() : 0.555 ms - Total 0.555 ms / 1 intvls (Avg 0.555 ms) [00000385] main interface debug: thread 2956513280 (interface) created at priority 0 (interface/interface.c:168) [00000385] main interface debug: thread started [00000387] main interface debug: looking for interface module: 17 candidates [00000387] main interface debug: using interface module "signals" [00000387] main interface debug: TIMER module_Need() : 0.619 ms - Total 0.619 ms / 1 intvls (Avg 0.619 ms) [00000387] main interface debug: thread 2957578240 (interface) created at priority 0 (interface/interface.c:168) [00000387] main interface debug: thread started [00000389] main interface debug: looking for interface module: 17 candidates [00000389] main interface debug: find .hosts in dir=/Applications/VLC.app/Contents/MacOS/share/http/.hosts [00000389] main interface debug: restricted to ::1 [00000389] main interface debug: restricted to 127.0.0.1 [00000383] main http server warning: cannot add '/dialogs/browse' (url already defined) [00000383] main http server warning: cannot add '/dialogs/footer' (url already defined) [00000383] main http server warning: cannot add '/dialogs/input' (url already defined) [00000383] main http server warning: cannot add '/dialogs/main' (url already defined) [00000383] main http server warning: cannot add '/dialogs/mosaic' (url already defined) [00000383] main http server warning: cannot add '/dialogs/playlist' (url already defined) [00000383] main http server warning: cannot add '/dialogs/sout' (url already defined) [00000383] main http server warning: cannot add '/dialogs/vlm' (url already defined) [00000383] main http server warning: cannot add '/favicon.ico' (url already defined) [00000383] main http server warning: cannot add '/flash.html' (url already defined) [00000383] main http server warning: cannot add '/iehacks.css' (url already defined) [00000383] main http server warning: cannot add '/images/delete.png' (url already defined) [00000383] main http server warning: cannot add '/images/delete_small.png' (url already defined) [00000383] main http server warning: cannot add '/images/eject.png' (url already defined) [00000383] main http server warning: cannot add '/images/empty.png' (url already defined) [00000383] main http server warning: cannot add '/images/fullscreen.png' (url already defined) [00000383] main http server warning: cannot add '/images/help.png' (url already defined) [00000383] main http server warning: cannot add '/images/info.png' (url already defined) [00000383] main http server warning: cannot add '/images/loop.png' (url already defined) [00000383] main http server warning: cannot add '/images/minus.png' (url already defined) [00000383] main http server warning: cannot add '/images/next.png' (url already defined) [00000383] main http server warning: cannot add '/images/pause.png' (url already defined) [00000383] main http server warning: cannot add '/images/play.png' (url already defined) [00000383] main http server warning: cannot add '/images/playlist.png' (url already defined) [00000383] main http server warning: cannot add '/images/playlist_small.png' (url already defined) [00000383] main http server warning: cannot add '/images/plus.png' (url already defined) [00000383] main http server warning: cannot add '/images/prev.png' (url already defined) [00000383] main http server warning: cannot add '/images/refresh.png' (url already defined) [00000383] main http server warning: cannot add '/images/repeat.png' (url already defined) [00000383] main http server warning: cannot add '/images/sd.png' (url already defined) [00000383] main http server warning: cannot add '/images/shuffle.png' (url already defined) [00000383] main http server warning: cannot add '/images/slider_bar.png' (url already defined) [00000383] main http server warning: cannot add '/images/slider_left.png' (url already defined) [00000383] main http server warning: cannot add '/images/slider_point.png' (url already defined) [00000383] main http server warning: cannot add '/images/slider_right.png' (url already defined) [00000383] main http server warning: cannot add '/images/slow.png' (url already defined) [00000383] main http server warning: cannot add '/images/snapshot.png' (url already defined) [00000383] main http server warning: cannot add '/images/sort.png' (url already defined) [00000383] main http server warning: cannot add '/images/sout.png' (url already defined) [00000383] main http server warning: cannot add '/images/speaker.png' (url already defined) [00000383] main http server warning: cannot add '/images/speaker_mute.png' (url already defined) [00000383] main http server warning: cannot add '/images/stop.png' (url already defined) [00000383] main http server warning: cannot add '/images/vlc16x16.png' (url already defined) [00000383] main http server warning: cannot add '/images/volume_down.png' (url already defined) [00000383] main http server warning: cannot add '/images/volume_up.png' (url already defined) [00000383] main http server warning: cannot add '/images/white.png' (url already defined) [00000383] main http server warning: cannot add '/images/white_cross_small.png' (url already defined) [00000383] main http server warning: cannot add '/' (url already defined) [00000383] main http server warning: cannot add '' (url already defined) [00000383] main http server warning: cannot add '/index.html' (url already defined) [00000383] main http server warning: cannot add '/js/functions.js' (url already defined) [00000383] main http server warning: cannot add '/js/mosaic.js' (url already defined) [00000383] main http server warning: cannot add '/js/vlm.js' (url already defined) [00000383] main http server warning: cannot add '/mosaic.html' (url already defined) [00000389] main interface debug: find .hosts in dir=/Applications/VLC.app/Contents/MacOS/share/http/old/.hosts [00000389] main interface debug: restricted to ::1 [00000389] main interface debug: restricted to 127.0.0.1 [00000389] main interface debug: restricted to ::/0 [00000389] main interface debug: restricted to 0.0.0.0/0 [00000383] main http server warning: cannot add '/old/admin/browse.html' (url already defined) [00000383] main http server warning: cannot add '/old/admin/dboxfiles.html' (url already defined) [00000383] main http server warning: cannot add '/old/admin/' (url already defined) [00000383] main http server warning: cannot add '/old/admin' (url already defined) [00000383] main http server warning: cannot add '/old/admin/index.html' (url already defined) [00000383] main http server warning: cannot add '/old/cone_minus.png' (url already defined) [00000383] main http server warning: cannot add '/old/cone_plus.png' (url already defined) [00000383] main http server warning: cannot add '/old/' (url already defined) [00000383] main http server warning: cannot add '/old' (url already defined) [00000383] main http server warning: cannot add '/old/index.html' (url already defined) [00000383] main http server warning: cannot add '/old/info.html' (url already defined) [00000383] main http server warning: cannot add '/old/style.css' (url already defined) [00000383] main http server warning: cannot add '/old/vlm/edit.html' (url already defined) [00000383] main http server warning: cannot add '/old/vlm/' (url already defined) [00000383] main http server warning: cannot add '/old/vlm' (url already defined) [00000383] main http server warning: cannot add '/old/vlm/index.html' (url already defined) [00000383] main http server warning: cannot add '/old/vlm/new.html' (url already defined) [00000383] main http server warning: cannot add '/old/vlm/show.html' (url already defined) [00000383] main http server warning: cannot add '/old/webcam.html' (url already defined) [00000383] main http server warning: cannot add '/requests/browse.xml' (url already defined) [00000383] main http server warning: cannot add '/requests/playlist.xml' (url already defined) [00000383] main http server warning: cannot add '/requests/readme.txt' (url already defined) [00000383] main http server warning: cannot add '/requests/status.xml' (url already defined) [00000383] main http server warning: cannot add '/requests/vlm.xml' (url already defined) [00000383] main http server warning: cannot add '/requests/vlm_cmd.xml' (url already defined) [00000383] main http server warning: cannot add '/style.css' (url already defined) [00000383] main http server warning: cannot add '/vlm.html' (url already defined) [00000383] main http server warning: cannot add '/vlm_export.html' (url already defined) [00000384] main http server debug: httpd_HostDelete: host still used [00000389] main interface debug: using interface module "macosx" [00000389] main interface debug: TIMER module_Need() : 36.645 ms - Total 36.645 ms / 1 intvls (Avg 36.645 ms) [00000389] main interface debug: thread 2958110720 (interface) created at priority 0 (interface/interface.c:148) [00000389] main interface debug: thread started [00000354] main playlist debug: no fetch required for Wiedergabeliste (art currently (null)) [00000389] macosx interface debug: notification received in VLC with name VLCOSXGUIInit and object VLCEyeTVSupport 2009-01-02 13:55:08.797 VLC[58248:c503] [QL ERROR] Can't access server port for <QLClient com.apple.quicklook> - creating service as an helper using '/System/Library/Frameworks/QuickLook.framework/Resources/quicklookd.app/Contents/MacOS/quicklookd' [00000354] main playlist debug: adding item `3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' ( file:///3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov ) [00000354] main playlist debug: rebuilding array of current - root Wiedergabeliste [00000354] main playlist debug: rebuild done - 1 items, index -1 [00000354] main playlist debug: starting new item [00000354] main playlist debug: processing request item 3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov node Wiedergabeliste skip 0 [00000354] main playlist debug: resyncing on 3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov [00000354] main playlist debug: 3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov is at 0 [00000354] main playlist debug: creating new input thread [00000392] main input debug: Creating an input for '3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' [00000392] main input debug: waiting for thread initialization [00000392] main input debug: thread started [00000392] main input debug: thread 2962518016 (input) created at priority 22 (input/input.c:370) [00000389] macosx interface debug: input has changed, refreshing interface [00000393] main stream output debug: stream=`transcode' [00000394] main stream out debug: looking for sout stream module: 1 candidate [00000393] main stream output debug: stream=`std' [00000397] main stream out debug: looking for sout stream module: 1 candidate [00000354] main playlist debug: no fetch required for Wiedergabeliste (art currently (null)) [00000397] main stream out debug: set config option: sout-standard-access to udp [00000397] main stream out debug: set config option: sout-standard-mux to ts [00000397] main stream out debug: set config option: sout-standard-dst to 192.168.1.250:1234 [00000397] stream_out_standard stream out debug: creating `udp/ts://192.168.1.250:1234' [00000397] stream_out_standard stream out debug: extension is 250:1234 [00000397] stream_out_standard stream out debug: extension -> mux=(null) [00000397] stream_out_standard stream out debug: using `udp/ts://192.168.1.250:1234' [00000399] main access out debug: looking for sout access module: 1 candidate [00000399] main access out debug: net: connecting to [192.168.1.250]:1234 [00000399] access_output_udp access out debug: source: 192.168.1.2 port 52971 [00000399] access_output_udp access out debug: destination: 192.168.1.250 port 1234 [00000401] main generic debug: thread 2963189760 (sout write thread) created at priority 22 (udp.c:255) [00000399] main access out debug: using sout access module "access_output_udp" [00000399] main access out debug: TIMER module_Need() : 3.139 ms - Total 3.139 ms / 1 intvls (Avg 3.139 ms) [00000397] stream_out_standard stream out debug: access opened [00000402] main mux debug: looking for sout mux module: 1 candidate [00000401] main generic debug: thread started [00000402] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000 [00000402] main mux debug: using sout mux module "mux_ts" [00000402] main mux debug: TIMER module_Need() : 6.870 ms - Total 6.870 ms / 1 intvls (Avg 6.870 ms) [00000393] main stream output debug: muxer support adding stream at any time [00000397] stream_out_standard stream out debug: mux opened [00000397] main stream out debug: using sout stream module "stream_out_standard" [00000397] main stream out debug: TIMER module_Need() : 15.181 ms - Total 15.181 ms / 1 intvls (Avg 15.181 ms) [00000394] main stream out debug: set config option: sout-transcode-vcodec to mp2v [00000394] main stream out debug: set config option: sout-transcode-vb to 4096 [00000394] main stream out debug: set config option: sout-transcode-scale to 1 [00000394] main stream out debug: set config option: sout-transcode-acodec to mpga [00000394] main stream out debug: set config option: sout-transcode-ab to 128 [00000394] main stream out debug: set config option: sout-transcode-channels to 2 [00000394] stream_out_transcode stream out debug: codec audio=mpga 0Hz 2 channels 128Kb/s [00000394] stream_out_transcode stream out debug: codec video=mp2v 0x0 scaling: 1.000000 4096kb/s [00000394] main stream out debug: using sout stream module "stream_out_transcode" [00000394] main stream out debug: TIMER module_Need() : 25.147 ms - Total 25.147 ms / 1 intvls (Avg 25.147 ms) [00000392] main input debug: `file:///3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' gives access `file' demux `' path `/3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' [00000392] main input debug: creating demux: access='file' demux='' path='/3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' [00000404] main demux debug: looking for access_demux module: 0 candidates [00000404] main demux warning: no access_demux module matched "file" [00000404] main demux debug: TIMER module_Need() : 0.157 ms - Total 0.157 ms / 1 intvls (Avg 0.157 ms) [00000392] main input debug: creating access 'file' path='/3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' [00000405] main access debug: looking for access module: 3 candidates [00000405] access_file access debug: opening file `/3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' [00000405] main access debug: using access module "access_file" [00000405] main access debug: TIMER module_Need() : 0.394 ms - Total 0.394 ms / 1 intvls (Avg 0.394 ms) [00000406] main stream debug: Using AStream*Stream [00000406] main stream debug: pre-buffering... [00000406] main stream debug: received first data for our buffer [00000406] main stream debug: pre-buffering done 163835 bytes in 0s - 578 kbytes/s [00000392] main input debug: creating demux: access='file' demux='' path='/3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' [00000407] main demux debug: looking for demux module: 59 candidates [00000406] mp4 stream debug: found Box: ftyp size 32 [00000406] mp4 stream debug: found Box: moov size 581308 [00000406] mp4 stream debug: found Box: mvhd size 108 [00000406] mp4 stream debug: read box: "mvhd" creation 732334d-58h:11m:16s modification 732856d-42h:58m:43s time scale 44100 duration 694977d-48h:15m:40s rate 1.000000 volume 1.000000 next track id 3 [00000406] mp4 stream debug: found Box: trak size 348249 [00000406] mp4 stream debug: found Box: tkhd size 92 [00000406] mp4 stream debug: read box: "tkhd" creation 732334d-57h:44m:59s modification 732856d-42h:58m:43s duration 1152382503d-42h:42m:08s track ID 1 layer 0 volume 1.000000 width 0.000000 height 0.000000 [00000406] mp4 stream debug: found Box: edts size 36 [00000406] mp4 stream debug: found Box: elst size 28 [00000406] mp4 stream debug: read box: "elst" entry-count 1 [00000406] mp4 stream debug: found Box: mdia size 348113 [00000406] mp4 stream debug: found Box: mdhd size 32 [00000406] mp4 stream debug: read box: "mdhd" creation 732334d-58h:11m:16s modification 732856d-42h:58m:43s time scale 44100 duration 695690d-06h:26m:08s language eng [00000406] mp4 stream debug: found Box: hdlr size 58 [00000406] mp4 stream debug: read box: "hdlr" handler type soun name Apple Ton Mediensteuerung [00000406] mp4 stream debug: found Box: minf size 348015 [00000406] mp4 stream debug: found Box: smhd size 16 [00000406] mp4 stream debug: read box: "smhd" balance 0.000000 [00000406] mp4 stream debug: found Box: dinf size 36 [00000406] mp4 stream debug: found Box: dref size 28 [00000406] mp4 stream debug: found Box: url size 12 [00000406] mp4 stream debug: read box: "url" url: (null) [00000406] mp4 stream debug: read box: "dref" entry-count 1 [00000406] mp4 stream debug: found Box: stbl size 347955 [00000406] mp4 stream debug: found Box: stsd size 103 [00000406] mp4 stream debug: found Box: mp4a size 87 [00000406] mp4 stream debug: read box: "soun" mp4 or qt1/2 (rest=51) [00000406] mp4 stream debug: found Box: esds size 51 [00000406] mp4 stream debug: found esds MPEG4ESDescr (34Bytes) [00000406] mp4 stream debug: found esds MP4DecConfigDescr (20Bytes) [00000406] mp4 stream debug: found esds MP4DecSpecificDescr (2Bytes) [00000406] mp4 stream debug: read box: "soun" in stsd channel 2 sample size 16 sample rate 44100.000000 [00000406] mp4 stream debug: read box: "stsd" entry-count 1 [00000406] mp4 stream debug: found Box: stts size 24 [00000406] mp4 stream debug: read box: "stts" entry-count 1 [00000406] mp4 stream debug: found Box: stsc size 80296 [00000406] mp4 stream debug: read box: "stsc" entry-count 6690 [00000406] mp4 stream debug: found Box: stsz size 240748 [00000406] mp4 stream debug: read box: "stsz" sample-size 0 sample-count 60182 [00000406] mp4 stream debug: found Box: stco size 26776 [00000406] mp4 stream debug: read box: "co64" entry-count 6690 [00000406] mp4 stream debug: found Box: trak size 230708 [00000406] mp4 stream debug: found Box: tkhd size 92 [00000406] mp4 stream debug: read box: "tkhd" creation 732334d-57h:44m:59s modification 732334d-58h:11m:28s duration 1188969262d-05h:26m:24s track ID 2 layer 0 volume 0.000000 width 310.000000 height 240.000000 [00000406] mp4 stream debug: found Box: edts size 36 [00000406] mp4 stream debug: found Box: elst size 28 [00000406] mp4 stream debug: read box: "elst" entry-count 1 [00000406] mp4 stream debug: found Box: mdia size 230572 [00000406] mp4 stream debug: found Box: mdhd size 32 [00000406] mp4 stream debug: read box: "mdhd" creation 732334d-58h:11m:16s modification 732334d-58h:11m:28s time scale 44100 duration 695690d-06h:38m:24s language eng [00000406] mp4 stream debug: found Box: hdlr size 60 [00000406] mp4 stream debug: read box: "hdlr" handler type vide name Apple Video Mediensteuerung [00000406] mp4 stream debug: found Box: minf size 230472 [00000406] mp4 stream debug: found Box: vmhd size 20 [00000406] mp4 stream debug: read box: "vmhd" graphics-mode 0 opcolor (0, 0, 0) [00000406] mp4 stream debug: found Box: dinf size 36 [00000406] mp4 stream debug: found Box: dref size 28 [00000406] mp4 stream debug: found Box: url size 12 [00000406] mp4 stream debug: read box: "url" url: (null) [00000406] mp4 stream debug: read box: "dref" entry-count 1 [00000406] mp4 stream debug: found Box: stbl size 230408 [00000406] mp4 stream debug: found Box: stsd size 148 [00000406] mp4 stream debug: found Box: avc1 size 132 [00000406] mp4 stream debug: found Box: avcC size 46 [00000406] mp4 stream debug: read box: "avcC" version=1 profile=0x42 level=0xd length size=4 sps=1 pps=1 [00000406] mp4 stream debug: - sps[0] length=23 [00000406] mp4 stream debug: - pps[0] length=4 [00000406] mp4 stream debug: read box: "vide" in stsd 310x240 depth 24 [00000406] mp4 stream debug: read box: "stsd" entry-count 1 [00000406] mp4 stream debug: found Box: stts size 24 [00000406] mp4 stream debug: read box: "stts" entry-count 1 [00000406] mp4 stream debug: found Box: stss size 992 [00000406] mp4 stream debug: read box: "stss" entry-count 244 [00000406] mp4 stream debug: found Box: stsc size 67096 [00000406] mp4 stream debug: read box: "stsc" entry-count 5590 [00000406] mp4 stream debug: found Box: stsz size 139764 [00000406] mp4 stream debug: read box: "stsz" sample-size 0 sample-count 34936 [00000406] mp4 stream debug: found Box: stco size 22376 [00000406] mp4 stream debug: read box: "co64" entry-count 5590 [00000406] mp4 stream debug: found Box: udta size 2235 [00000406] mp4 stream debug: found Box: meta size 2227 [00000406] mp4 stream debug: found Box: hdlr size 32 [00000406] mp4 stream debug: read box: "hdlr" handler type mdir name (null) [00000406] mp4 stream debug: found Box: ilst size 314 [00000406] mp4 stream debug: found Box: cwrt size 30 [00000406] mp4 stream warning: unknown box type cwrt (incompletely loaded) [00000406] mp4 stream debug: found Box: cART size 30 [00000406] mp4 stream debug: read box: "cART" text=`Loriot' [00000406] mp4 stream debug: found Box: calb size 59 [00000406] mp4 stream debug: read box: "calb" text=`Loriot - Sein großes Sketch-Archiv' [00000406] mp4 stream debug: found Box: cnam size 69 [00000406] mp4 stream debug: read box: "cnam" text=`Von Autos, Pferden, Polizei und Feuerspritzen' [00000406] mp4 stream debug: found Box: trkn size 32 [00000406] mp4 stream warning: unknown box type trkn (incompletely loaded) [00000406] mp4 stream debug: found Box: disk size 30 [00000406] mp4 stream warning: unknown box type disk (incompletely loaded) [00000406] mp4 stream debug: found Box: aART size 30 [00000406] mp4 stream warning: unknown box type aART (incompletely loaded) [00000406] mp4 stream debug: found Box: gnre size 26 [00000406] mp4 stream warning: unknown box type gnre (incompletely loaded) [00000406] mp4 stream debug: found Box: free size 1869 [00000406] mp4 stream debug: skip box: "free" [00000406] mp4 stream debug: found Box: free size 8 [00000406] mp4 stream debug: skip box: "free" [00000406] mp4 stream debug: found Box: free size 8 [00000406] mp4 stream debug: skip box: "free" [00000406] mp4 stream debug: found Box: mdat size 143942106 [00000406] mp4 stream debug: skip box: "mdat" [00000406] mp4 stream debug: dumping root Box "root" [00000406] mp4 stream debug: | + ftyp size 32 [00000406] mp4 stream debug: | + moov size 581308 [00000406] mp4 stream debug: | | + mvhd size 108 [00000406] mp4 stream debug: | | + trak size 348249 [00000406] mp4 stream debug: | | | + tkhd size 92 [00000406] mp4 stream debug: | | | + edts size 36 [00000406] mp4 stream debug: | | | | + elst size 28 [00000406] mp4 stream debug: | | | + mdia size 348113 [00000406] mp4 stream debug: | | | | + mdhd size 32 [00000406] mp4 stream debug: | | | | + hdlr size 58 [00000406] mp4 stream debug: | | | | + minf size 348015 [00000406] mp4 stream debug: | | | | | + smhd size 16 [00000406] mp4 stream debug: | | | | | + dinf size 36 [00000406] mp4 stream debug: | | | | | | + dref size 28 [00000406] mp4 stream debug: | | | | | | | + url size 12 [00000406] mp4 stream debug: | | | | | + stbl size 347955 [00000406] mp4 stream debug: | | | | | | + stsd size 103 [00000406] mp4 stream debug: | | | | | | | + mp4a size 87 [00000406] mp4 stream debug: | | | | | | | | + esds size 51 [00000406] mp4 stream debug: | | | | | | + stts size 24 [00000406] mp4 stream debug: | | | | | | + stsc size 80296 [00000406] mp4 stream debug: | | | | | | + stsz size 240748 [00000406] mp4 stream debug: | | | | | | + stco size 26776 [00000406] mp4 stream debug: | | + trak size 230708 [00000406] mp4 stream debug: | | | + tkhd size 92 [00000406] mp4 stream debug: | | | + edts size 36 [00000406] mp4 stream debug: | | | | + elst size 28 [00000406] mp4 stream debug: | | | + mdia size 230572 [00000406] mp4 stream debug: | | | | + mdhd size 32 [00000406] mp4 stream debug: | | | | + hdlr size 60 [00000406] mp4 stream debug: | | | | + minf size 230472 [00000406] mp4 stream debug: | | | | | + vmhd size 20 [00000406] mp4 stream debug: | | | | | + dinf size 36 [00000406] mp4 stream debug: | | | | | | + dref size 28 [00000406] mp4 stream debug: | | | | | | | + url size 12 [00000406] mp4 stream debug: | | | | | + stbl size 230408 [00000406] mp4 stream debug: | | | | | | + stsd size 148 [00000406] mp4 stream debug: | | | | | | | + avc1 size 132 [00000406] mp4 stream debug: | | | | | | | | + avcC size 46 [00000406] mp4 stream debug: | | | | | | + stts size 24 [00000406] mp4 stream debug: | | | | | | + stss size 992 [00000406] mp4 stream debug: | | | | | | + stsc size 67096 [00000406] mp4 stream debug: | | | | | | + stsz size 139764 [00000406] mp4 stream debug: | | | | | | + stco size 22376 [00000406] mp4 stream debug: | | + udta size 2235 [00000406] mp4 stream debug: | | | + meta size 2227 [00000406] mp4 stream debug: | | | | + hdlr size 32 [00000406] mp4 stream debug: | | | | + ilst size 314 [00000406] mp4 stream debug: | | | | | + cwrt size 30 [00000406] mp4 stream debug: | | | | | + cART size 30 [00000406] mp4 stream debug: | | | | | + calb size 59 [00000406] mp4 stream debug: | | | | | + cnam size 69 [00000406] mp4 stream debug: | | | | | + trkn size 32 [00000406] mp4 stream debug: | | | | | + disk size 30 [00000406] mp4 stream debug: | | | | | + aART size 30 [00000406] mp4 stream debug: | | | | | + gnre size 26 [00000406] mp4 stream debug: | | | | + free size 1869 [00000406] mp4 stream debug: | + free size 8 [00000406] mp4 stream debug: | + free size 8 [00000406] mp4 stream debug: | + mdat size 143942106 [00000407] mp4 demux debug: unrecognized major file specification (M4V ). [00000407] mp4 demux debug: found 2 tracks [00000407] mp4 demux warning: elst box found [00000407] mp4 demux debug: - [0] duration=1397423ms media time=0ms) rate=1.0 [00000407] mp4 demux debug: track[Id 0x1] read 6690 chunk [00000407] mp4 demux debug: track[Id 0x1] read 60182 samples length:1397s [00000392] main input debug: selecting program id=0 [00000407] mp4 demux debug: adding track[Id 0x1] audio (enable) language eng [00000407] mp4 demux warning: elst box found [00000407] mp4 demux debug: - [0] duration=1397440ms media time=0ms) rate=1.0 [00000407] mp4 demux debug: track[Id 0x2] read 5590 chunk [00000407] mp4 demux debug: track[Id 0x2] read 34936 samples length:1397s [00000407] mp4 demux debug: adding track[Id 0x2] video (enable) language eng [00000407] main demux debug: using demux module "mp4" [00000407] main demux debug: TIMER module_Need() : 43.184 ms - Total 43.184 ms / 1 intvls (Avg 43.184 ms) [00000407] mp4 demux warning: DEMUX_GET_FPS unimplemented !! [00000407] mp4 demux warning: DEMUX_GET_FPS unimplemented !! [00000392] main input debug: looking for a subtitle file in / [00000409] main packetizer debug: looking for packetizer module: 18 candidates [00000409] packetizer_mpeg4audio packetizer debug: running MPEG4 audio packetizer [00000409] packetizer_mpeg4audio packetizer debug: AAC 44100Hz 1024 samples/frame [00000409] main packetizer debug: using packetizer module "packetizer_mpeg4audio" [00000409] main packetizer debug: TIMER module_Need() : 8.209 ms - Total 8.209 ms / 1 intvls (Avg 8.209 ms) [00000392] main input debug: stream out mode -> no decoder thread [00000430] main packetizer debug: looking for packetizer module: 18 candidates [00000430] packetizer_h264 packetizer debug: found NAL_SPS (sps_id=0) [00000430] packetizer_h264 packetizer debug: found NAL_PPS (pps_id=0 sps_id=0) [00000430] packetizer_h264 packetizer debug: avcC length size=4, sps=1, pps=1 [00000430] main packetizer debug: using packetizer module "packetizer_h264" [00000430] main packetizer debug: TIMER module_Need() : 0.567 ms - Total 0.567 ms / 1 intvls (Avg 0.567 ms) [00000392] main input debug: stream out mode -> no decoder thread [00000392] main input debug: starting in async mode [00000392] main input debug: `file:///3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' successfully opened [00000407] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track) [00000407] mp4 demux debug: track[Id 0x1] does not provide Sync Sample Box (stss) [00000407] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track) [00000407] mp4 demux debug: track[Id 0x2] using Sync Sample Box (stss) [00000407] mp4 demux debug: stts gives 0 --> 0 (sample number) [00000393] main stream output debug: adding a new sout input (sout_input:0x17815fd0) [00000394] stream_out_transcode stream out debug: creating audio transcoding from fcc=`mp4a' to fcc=`mpga' [00000431] main decoder debug: looking for decoder module: 31 candidates [00000431] main decoder debug: using decoder module "faad" [00000431] main decoder debug: TIMER module_Need() : 7.664 ms - Total 7.664 ms / 1 intvls (Avg 7.664 ms) [00000432] main encoder debug: looking for encoder module: 10 candidates [00000432] avcodec encoder debug: libavcodec initialized (interface 3407872 ) [00000432] avcodec encoder debug: found encoder MPEG Audio layer 1/2 [00000432] main encoder debug: using encoder module "avcodec" [00000432] main encoder debug: TIMER module_Need() : 19.034 ms - Total 19.034 ms / 1 intvls (Avg 19.034 ms) [00000394] stream_out_transcode stream out debug: Looking for filter (fl32->s16l, channels 2->2, rate 44100->44100) [00000449] main filter debug: looking for audio filter2 module: 8 candidates [00000449] audio_format filter debug: fl32->s16l, bits per sample: 32->16 [00000449] main filter debug: using audio filter2 module "audio_format" [00000449] main filter debug: TIMER module_Need() : 5.466 ms - Total 5.466 ms / 1 intvls (Avg 5.466 ms) [00000394] main stream out debug: Filter 'audio_format' (0xa4bd00) appended to chain [00000402] main mux debug: adding a new input [00000402] mux_ts mux debug: adding input codec=mpga pid=68 [00000402] mux_ts mux debug: - lang=eng [00000402] mux_ts mux debug: new PCR PID is 68 [00000431] faad decoder warning: decoded zero sample [00000409] main packetizer debug: switching to sync mode [00000393] main stream output debug: adding a new sout input (sout_input:0x17816160) [00000394] stream_out_transcode stream out debug: creating video transcoding from fcc=`h264' to fcc=`mp2v' [00000464] main decoder debug: looking for decoder module: 31 candidates [00000464] avcodec decoder debug: libavcodec already initialized [00000464] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started [00000464] main decoder debug: using decoder module "avcodec" [00000464] main decoder debug: TIMER module_Need() : 5.540 ms - Total 5.540 ms / 1 intvls (Avg 5.540 ms) [00000465] main encoder debug: looking for encoder module: 10 candidates [00000465] avcodec encoder debug: libavcodec already initialized [00000465] avcodec encoder debug: removing common factors from framerate (mpeg2video@0xa69210) [00000465] avcodec encoder debug: found encoder MPEG-2 Video [00000465] main encoder debug: using encoder module "avcodec" [00000465] main encoder debug: TIMER module_Need() : 6.835 ms - Total 6.835 ms / 1 intvls (Avg 6.835 ms) [00000465] main encoder debug: removing module "avcodec" [00000393] main stream output warning: trying to send non-dated packet to stream output! [00000464] avcodec decoder warning: Missing reference picture (h264@0xa65610) [00000464] avcodec decoder warning: Missing reference picture (h264@0xa65610) [00000392] main input debug: control type=1 [00000394] stream_out_transcode stream out debug: decoder aspect is 432000:432000 [00000394] stream_out_transcode stream out debug: source pixel aspect is 0.774194:1 [00000394] stream_out_transcode stream out debug: scaled pixel aspect is 0.773026:1 [00000394] stream_out_transcode stream out debug: source 310x240, destination 304x236 [00000394] stream_out_transcode stream out debug: encoder aspect is 430169:432000 [00000469] main filter debug: looking for video filter2 module: 19 candidates [00000469] swscale filter debug: 310x240 chroma: I420 -> 304x236 chroma: I420 with scaling using Bicubic (good quality) [00000469] main filter debug: using video filter2 module "swscale" [00000469] main filter debug: TIMER module_Need() : 7.427 ms - Total 7.427 ms / 1 intvls (Avg 7.427 ms) [00000394] main stream out debug: Filter 'swscale' (0xa7bb00) appended to chain [00000394] stream_out_transcode stream out debug: destination (after video filters) 304x236 [00000465] main encoder debug: looking for encoder module: 10 candidates [00000465] avcodec encoder debug: libavcodec already initialized [00000465] avcodec encoder debug: found encoder MPEG-2 Video [00000465] main encoder debug: using encoder module "avcodec" [00000465] main encoder debug: TIMER module_Need() : 3.948 ms - Total 3.948 ms / 1 intvls (Avg 3.948 ms) [00000402] main mux debug: adding a new input [00000402] mux_ts mux debug: adding input codec=mpgv pid=69 [00000402] mux_ts mux debug: - lang=eng [00000402] mux_ts mux debug: new PCR PID is 69 [00000354] main playlist debug: no fetch required for Wiedergabeliste (art currently (null)) [00000354] main playlist debug: incoming request - stopping current input [00000354] main playlist debug: dying input [00000392] main input debug: control type=0 [00000392] main input debug: control: stopping input [00000407] mp4 demux debug: freeing all memory [00000407] main demux debug: removing module "mp4" [00000405] main access debug: removing module "access_file" [00000409] main packetizer debug: removing module "packetizer_mpeg4audio" [00000409] main packetizer debug: killing decoder fourcc `mp4a', 0 PES in FIFO [00000393] main stream output debug: removing a sout input (sout_input:0x17815fd0) [00000432] main encoder debug: TIMER encoding audio frame : 0.136 ms - Total 30.370 ms / 232 intvls (Avg 0.131 ms) [00000431] main decoder debug: removing module "faad" [00000432] main encoder debug: removing module "avcodec" [00000394] main stream out debug: Filter 'audio_format' (0xa4bd00) removed from chain [00000449] main filter debug: removing module "audio_format" [00000402] mux_ts mux debug: removing input pid=68 [00000430] main packetizer debug: removing module "packetizer_h264" [00000430] main packetizer debug: killing decoder fourcc `avc1', 0 PES in FIFO [00000393] main stream output debug: removing a sout input (sout_input:0x17816160) [00000465] main encoder debug: TIMER encoding video frame : 1.332 ms - Total 159.654 ms / 132 intvls (Avg 1.209 ms) [00000464] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped [00000464] main decoder debug: removing module "avcodec" [00000465] main encoder debug: removing module "avcodec" [00000394] main stream out debug: Filter 'swscale' (0xa7bb00) removed from chain [00000469] main filter debug: removing module "swscale" [00000402] mux_ts mux debug: removing input pid=69 [00000402] mux_ts mux debug: new PCR PID is 8191 [00000402] main mux warning: no more input streams for this mux [00000392] main input debug: thread ended [00000389] macosx interface debug: input has stopped, refreshing interface [00000354] main playlist debug: dead input [00000392] main input debug: thread 2962518016 joined (playlist/engine.c:244) [00000392] main input debug: TIMER input launching for '3-11 Von Autos, Pferden, Polizei und Feuerspritzen.mov' : 360.793 ms - Total 360.793 ms / 1 intvls (Avg 360.793 ms) [00000394] main stream out debug: destroying chain... (name=transcode) [00000397] main stream out debug: destroying chain... (name=std) [00000402] main mux debug: removing module "mux_ts" [00000401] main generic debug: thread ended [00000401] main generic debug: thread 2963189760 joined (udp.c:294) [00000399] access_output_udp access out debug: UDP access output closed [00000399] main access out debug: removing module "access_output_udp" [00000397] main stream out debug: removing module "stream_out_standard" [00000397] main stream out debug: destroying chain done [00000394] main stream out debug: removing module "stream_out_transcode" [00000394] main stream out debug: destroying chain done [00000389] macosx interface debug: Terminating [00000001] main libvlc debug: opening config file (/Users/shared/Library/Preferences/VLC/vlcrc) [00000001] main libvlc debug: opening config file (/Users/shared/Library/Preferences/VLC/vlcrc) [00000001] main libvlc debug: saving config for module "main" [00000354] main playlist debug: saving Medienbibliothek to file /Users/shared/Library/Preferences/VLC/ml.xspf [00000354] main playlist debug: looking for playlist export module: 1 candidate [00000381] main interface debug: thread ended [00000385] main interface debug: thread ended [00000387] main interface debug: thread ended [00000389] main interface debug: thread ended [00000389] main interface debug: thread 2958110720 joined (interface/interface.c:159) [00000389] main interface debug: removing module "macosx" [00000354] main playlist debug: using playlist export module "export" [00000354] main playlist debug: TIMER module_Need() : 280.072 ms - Total 280.072 ms / 1 intvls (Avg 280.072 ms) [00000354] main playlist debug: removing module "export" [00000379] main preparser debug: thread ended [00000001] main libvlc debug: removing all interfaces [00000379] main preparser debug: thread 2953850880 joined (playlist/engine.c:521) [00000387] main interface debug: thread 2957578240 joined (interface/interface.c:188) [00000380] main fetcher debug: thread ended [00000380] main fetcher debug: thread 2954383360 joined (playlist/engine.c:523) [00000354] main playlist debug: thread ended [00000387] main interface debug: removing module "signals" [00000385] main interface debug: thread 2956513280 joined (interface/interface.c:188) [00000385] main interface debug: removing module "hotkeys" [00000381] main interface debug: thread 2955980800 joined (interface/interface.c:188) [00000384] main http server debug: waitpipe: object killed [00000384] main http server debug: thread ended [00000384] main http server debug: thread 2955448320 joined (network/httpd.c:1164) [00000384] main http server debug: HTTP host removed [00000383] main http server debug: no host left, stopping httpd [00000381] main interface debug: removing module "http" [00000001] main libvlc debug: removing all services discovery tasks [00000001] main libvlc debug: removing playlist [00000354] main playlist debug: thread 2954915840 joined (libvlc.c:993) [00000379] main preparser debug: Destroyed [00000380] main fetcher debug: Destroyed [00000354] main playlist debug: Destroyed [00000001] main libvlc debug: removing interaction [00000353] main interaction debug: thread ended [00000353] main interaction debug: thread 2953318400 joined (interface/interaction.c:400) [00000001] main libvlc debug: removing all video outputs [00000001] main libvlc debug: TIMER ML Load : Total 9.017 ms / 1 intvls (Avg 9.017 ms) [00000001] main libvlc debug: TIMER Items array build : Total 0.064 ms / 2 intvls (Avg 0.032 ms) [00000001] main libvlc debug: TIMER ML Dump : Total 280.391 ms / 1 intvls (Avg 280.391 ms) [00000001] main libvlc debug: removing stats [00000001] main libvlc debug: removing module "memcpymmxext" [00000001] main libvlc debug: writing plugins cache /Users/shared/Library/Preferences/VLC/plugins-04041e.dat
(again, httpd messages stripped)

The host OS is Mac OS X 10.5.6

Thank you,
JustTryIt


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 64 guests