Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Streaming live video with only command line programs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
panderiz
n00b
n00b


Joined: 10 Dec 2008
Posts: 50

PostPosted: Fri Sep 02, 2011 7:04 am    Post subject: Streaming live video with only command line programs Reply with quote

I was wondering what programs would allow me to have say a 24/7 live video stream going. I've tried messing around with VLC but gave up cause I was too tired/unexperienced with it to understand what I was actually putting into my terminal.

Does anyone know how I could accomplish this? Preferably as easy as possible.
Back to top
View user's profile Send private message
massimo
Veteran
Veteran


Joined: 22 Jun 2003
Posts: 1226

PostPosted: Fri Sep 02, 2011 8:50 am    Post subject: Reply with quote

Depending on the source type I'm afraid to tell you that VLC is as easy as it can get. What is your source? File? Device like webcam?
_________________
Hello 911? How are you?
Back to top
View user's profile Send private message
panderiz
n00b
n00b


Joined: 10 Dec 2008
Posts: 50

PostPosted: Fri Sep 02, 2011 9:20 am    Post subject: Reply with quote

Could have sworn I specified I was trying to stream files... I am trying to stream video files.


I attempted to copy and paste several of the commands from http://wiki.videolan.org/Documentation:Streaming_HowTo/Command_Line_Examples but had no such luck.

The command I tried was

Code:
vlc -vvv Korix.avi --sout '#standard{access=http,mux=ogg,dst=localhost:8080}'


I'm sure if I knew what I was doing with vlc command line it would only be easy. I'm just not having the best of luck. My USE flags for vlc are those that were listed on the vlc website.
Back to top
View user's profile Send private message
massimo
Veteran
Veteran


Joined: 22 Jun 2003
Posts: 1226

PostPosted: Sun Sep 04, 2011 11:55 am    Post subject: Reply with quote

What happens when you issue the above mentioned command? Does it fail? Is the client unable to open it?
_________________
Hello 911? How are you?
Back to top
View user's profile Send private message
panderiz
n00b
n00b


Joined: 10 Dec 2008
Posts: 50

PostPosted: Sun Sep 04, 2011 8:59 pm    Post subject: Reply with quote

Code:
Your input can't be opened:
VLC is unable to open the MRL 'http://someDNS.co.cc:8080'. Check the log for details.


This is what VLC on my windows 7 machine is returning. Mind you this is the same on my gentoo installation as well.

On the server(which is running gentoo)...

Code:
VLC media player 1.1.11 The Luggage (revision exported)
[0x1d2d150] main libvlc debug: VLC media player - 1.1.11 The Luggage
[0x1d2d150] main libvlc debug: Copyright © 1996-2011 the VideoLAN team
[0x1d2d150] main libvlc debug: revision exported
[0x1d2d150] main libvlc debug: configured with ./configure  '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib64' '--disable-a52' '--disable-aa' '--disable-faad' '--disable-alsa' '--disable-altivec' '--disable-asademux' '--disable-atmo' '--disable-bonjour' '--disable-fribidi' '--disable-vcd' '--disable-libcddb' '--disable-dbus' '--disable-dbus-control' '--disable-dirac' '--disable-directfb' '--disable-dc1394' '--disable-debug' '--disable-dca' '--disable-dvb' '--disable-dvdread' '--disable-dvdnav' '--disable-fb' '--enable-avcodec' '--enable-avformat' '--enable-swscale' '--enable-postproc' '--disable-flac' '--disable-fluidsynth' '--disable-fontconfig' '--disable-ggi' '--disable-gme' '--disable-gnomevfs' '--disable-gnutls' '--disable-httpd' '--disable-id3tag' '--disable-dv' '--disable-jack' '--disable-kate' '--without-kde-solid' '--disable-libass' '--disable-caca' '--enable-libgcrypt' '--disable-notify' '--disable-libproxy' '--disable-libtar' '--disable-tiger' '--disable-libv4l' '--disable-libv4l2' '--disable-lirc' '--disable-live555' '--disable-lua' '--disable-mkv' '--enable-mmx' '--disable-mod' '--disable-mad' '--disable-libmpeg2' '--disable-mtp' '--disable-mpc' '--enable-ncurses' '--disable-mozilla' '--with-mozilla-pkg=libxul' '--disable-ogg' '--disable-glx' '--disable-opengl' '--disable-optimize-memory' '--disable-oss' '--disable-png' '--disable-portaudio' '--disable-projectm' '--disable-pulse' '--disable-pvr' '--enable-qt4' '--disable-remoteosd' '--disable-realrtsp' '--disable-run-as-root' '--disable-smb' '--disable-schroedinger' '--disable-sdl' '--disable-sdl-image' '--disable-shine' '--disable-shout' '--disable-skins2' '--disable-speex' '--disable-sqlite' '--enable-sse' '--disable-sout' '--disable-svg' '--disable-svgalib' '--disable-taglib' '--disable-theora' '--disable-freetype' '--disable-twolame' '--disable-udev' '--disable-upnp' '--disable-v4l' '--disable-v4l2' '--disable-vcdx' '--disable-libva' '--disable-vlm' '--disable-vorbis' '--disable-loader' '--disable-wma-fixed' '--with-x' '--disable-x264' '--enable-xcb' '--disable-libxml2' '--disable-xosd' '--disable-xvideo' '--disable-zvbi' '--enable-telx' '--disable-snapshot' '--disable-growl' '--disable-optimizations' '--enable-fast-install' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-mno-tls-direct-seg-refs -O2 -pipe' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'CXXFLAGS=-mno-tls-direct-seg-refs -O2 -pipe' 'PKG_CONFIG_PATH=/usr/lib64/pkgconfig'
[0x1d2d150] main libvlc debug: translation test: code is "C"
[0x1d2d150] main libvlc debug: checking plugin modules
[0x1d2d150] main libvlc debug: loading plugins cache file /usr/lib64/vlc/plugins/plugins-04081e-fe8.dat
[0x1d2d150] main libvlc debug: recursively browsing `/usr/lib64/vlc/plugins'
[0x1d2d150] main libvlc debug: saving plugins cache /usr/lib64/vlc/plugins/plugins-04081e-fe8.dat
[0x1d2d150] main libvlc debug: module bank initialized (261 modules)
[0x1d2d150] main libvlc debug: opening config file (/home/panderiz/.config/vlc/vlcrc)
[0x1d2d150] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 FPU
[0x1d2d150] main libvlc debug: looking for memcpy module: 3 candidates
[0x1d2d150] main libvlc debug: using memcpy module "memcpymmxext"
[0x1dbe1a0] main input debug: Creating an input for 'Media Library'
[0x1dbe1a0] main input debug: Input is a meta file: disabling unneeded options
[0x1dbe1a0] main input debug: using timeshift granularity of 50 MiB
[0x1dbe1a0] main input debug: using timeshift path '/tmp'
[0x1dbe1a0] main input debug: `file/xspf-open:///home/panderiz/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/panderiz/.local/share/vlc/ml.xspf'
[0x1dbe1a0] main input debug: creating demux: access='file' demux='xspf-open' path='/home/panderiz/.local/share/vlc/ml.xspf'
[0x1ee9970] main demux debug: looking for access_demux module: 1 candidate
[0x1ee9970] main demux debug: no access_demux module matching "file" could be loaded
[0x1ee9970] main demux debug: TIMER module_need() : 0.039 ms - Total 0.039 ms / 1 intvls (Avg 0.039 ms)
[0x1dbe1a0] main input debug: creating access 'file' path='/home/panderiz/.local/share/vlc/ml.xspf'
[0x1ee9920] main access debug: looking for access module: 2 candidates
[0x1ee9920] filesystem access debug: opening file `/home/panderiz/.local/share/vlc/ml.xspf'
[0x1ee9920] main access debug: using access module "filesystem"
[0x1ee9920] main access debug: TIMER module_need() : 0.055 ms - Total 0.055 ms / 1 intvls (Avg 0.055 ms)
[0x1ee9e10] main stream debug: Using AStream*Stream
[0x1ee9e10] main stream debug: pre buffering
[0x1ee9e10] main stream debug: received first data after 0 ms
[0x1ee9e10] main stream debug: pre-buffering done 296 bytes in 0s - 1344 KiB/s
[0x1eea080] main stream debug: looking for stream_filter module: 5 candidates
[0x1eea080] main stream debug: no stream_filter module matching "any" could be loaded
[0x1eea080] main stream debug: TIMER module_need() : 0.030 ms - Total 0.030 ms / 1 intvls (Avg 0.030 ms)
[0x1eea080] main stream debug: looking for stream_filter module: 1 candidate
[0x1eea080] main stream debug: using stream_filter module "stream_filter_record"
[0x1eea080] main stream debug: TIMER module_need() : 0.026 ms - Total 0.026 ms / 1 intvls (Avg 0.026 ms)
[0x1dbe1a0] main input debug: creating demux: access='file' demux='xspf-open' path='/home/panderiz/.local/share/vlc/ml.xspf'
[0x1eea320] main demux debug: looking for demux module: 1 candidate
[0x1eea320] playlist demux debug: using XSPF playlist reader
[0x1eea320] main demux debug: using demux module "playlist"
[0x1eea320] main demux debug: TIMER module_need() : 0.037 ms - Total 0.037 ms / 1 intvls (Avg 0.037 ms)
[0x1eea620] main demux meta debug: looking for meta reader module: 0 candidates
[0x1eea620] main demux meta debug: no meta reader module matched "any"
[0x1eea620] main demux meta debug: TIMER module_need() : 0.025 ms - Total 0.025 ms / 1 intvls (Avg 0.025 ms)
[0x1dbe1a0] main input debug: `file/xspf-open:///home/panderiz/.local/share/vlc/ml.xspf' successfully opened
[0x1eea570] main xml debug: looking for xml module: 1 candidate
[0x1eea570] main xml debug: using xml module "xtag"
[0x1eea570] main xml debug: TIMER module_need() : 0.024 ms - Total 0.024 ms / 1 intvls (Avg 0.024 ms)
[0x1eea320] playlist demux debug: parsed 0 tracks successfully
[0x1eea570] main xml debug: removing module "xtag"
[0x1dbe1a0] main input debug: EOF reached
[0x1eea320] main demux debug: removing module "playlist"
[0x1eea080] main stream debug: removing module "stream_filter_record"
[0x1ee9920] main access debug: removing module "filesystem"
[0x1dbe1a0] main input debug: TIMER input launching for 'Media Library' : 0.748 ms - Total 0.748 ms / 1 intvls (Avg 0.748 ms)
[0x1dbe380] main interface debug: looking for interface module: 1 candidate
[0x1dbe380] main interface debug: using interface module "hotkeys"
[0x1dbe380] main interface debug: TIMER module_need() : 0.041 ms - Total 0.041 ms / 1 intvls (Avg 0.041 ms)
[0x1ef4650] main playlist debug: Activated
[0x1ef4650] main playlist debug: rebuilding array of current - root Playlist
[0x1ef4650] main playlist debug: rebuild done - 0 items, index -1
[0x1ef4650] main playlist debug: adding item `videoFile.mp4' ( file:///home/panderiz/files/videoFile.mp4 )
[0x1dbe1a0] main input debug: Creating an input for 'videoFile.mp4'
[0x7f98d8001180] main interface debug: looking for interface module: 1 candidate
[0x7f98d8001180] main interface debug: using interface module "signals"
[0x7f98d8001180] main interface debug: TIMER module_need() : 0.081 ms - Total 0.081 ms / 1 intvls (Avg 0.081 ms)
[0x1dc1950] main interface debug: looking for interface module: 1 candidate
[0x1dc1950] main interface debug: no interface module matching "globalhotkeys,none" could be loaded
[0x1dc1950] main interface debug: TIMER module_need() : 0.197 ms - Total 0.197 ms / 1 intvls (Avg 0.197 ms)
[0x1dc1950] main interface error: no suitable interface module
[0x1d2d150] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x1d2d150] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x7f98d8c04e80] main interface debug: looking for interface module: 3 candidates
[0x7f98d8c04e80] qt4 interface error: Could not connect to X server
Remote control interface initialized. Type `help' for help.

[0x7f98d8c04e80] main interface debug: using interface module "oldrc"
[0x7f98d8c04e80] main interface debug: TIMER module_need() : 0.109 ms - Total 0.109 ms / 1 intvls (Avg 0.109 ms)
[0x7f98d8c04e80] main interface debug: thread (interface) created at priority 0 (interface/interface.c:164)
[0x7f98d8c04e80] main interface debug: thread started
[0x1ef4650] main playlist debug: processing request item null node Playlist skip 0
[0x1ef4650] main playlist debug: rebuilding array of current - root Playlist
[0x1ef4650] main playlist debug: rebuild done - 1 items, index -1
[0x1ef4650] main playlist debug: starting new item
[0x1ef4650] main playlist debug: creating new input thread
[0x1dc0a50] main input debug: Creating an input for 'videoFile.mp4'
[0x1dc0a50] main input debug: thread (input) created at priority 10 (input/input.c:220)
[0x1dc0a50] main input debug: thread started
[0x1dc0a50] main input debug: using timeshift granularity of 50 MiB
[0x1dc0a50] main input debug: using timeshift path '/tmp'
[0x1dc0a50] main input debug: `file:///home/panderiz/files/videoFile.mp4' gives access `file' demux `' path `/home/panderiz/files/videoFile.mp4'
[0x1dc0a50] main input debug: creating demux: access='file' demux='' path='/home/panderiz/files/videoFile.mp4'
[0x1eebec0] main demux debug: looking for access_demux module: 1 candidate
[0x1eebec0] main demux debug: no access_demux module matching "file" could be loaded
[0x1eebec0] main demux debug: TIMER module_need() : 0.036 ms - Total 0.036 ms / 1 intvls (Avg 0.036 ms)
[0x1dc0a50] main input debug: creating access 'file' path='/home/panderiz/files/videoFile.mp4'
[0x1eec1e0] main access debug: looking for access module: 2 candidates
[0x1eec1e0] filesystem access debug: opening file `/home/panderiz/files/videoFile.mp4'
[0x1eec1e0] main access debug: using access module "filesystem"
[0x1eec1e0] main access debug: TIMER module_need() : 0.051 ms - Total 0.051 ms / 1 intvls (Avg 0.051 ms)
[0x1eec3d0] main stream debug: Using AStream*Stream
[0x1eec3d0] main stream debug: pre buffering
[0x1eec3d0] main stream debug: received first data after 0 ms
[0x1eec3d0] main stream debug: pre-buffering done 1024 bytes in 0s - 76923 KiB/s
[0x1eec780] main stream debug: looking for stream_filter module: 5 candidates
[0x1eec780] main stream debug: no stream_filter module matching "any" could be loaded
[0x1eec780] main stream debug: TIMER module_need() : 0.032 ms - Total 0.032 ms / 1 intvls (Avg 0.032 ms)
[0x1eec750] main stream debug: looking for stream_filter module: 1 candidate
[0x1eec750] main stream debug: using stream_filter module "stream_filter_record"
[0x1eec750] main stream debug: TIMER module_need() : 0.026 ms - Total 0.026 ms / 1 intvls (Avg 0.026 ms)
[0x1dc0a50] main input debug: creating demux: access='file' demux='' path='/home/panderiz/files/videoFile.mp4'
[0x1eecaa0] main demux debug: looking for demux module: 46 candidates
[0x1eec750] mp4 stream debug: found Box: ftyp size 24
[0x1eec750] mp4 stream debug: found Box: moov size 2761552
[0x1eec750] mp4 stream debug: found Box: mvhd size 108
[0x1eec750] mp4 stream debug: read box: "mvhd" creation 734299d-51h:50m:06s modification 734299d-51h:50m:06s time scale 600 duration 694977d-48h:01m:03s rate 1.000000 volume 1.000000 next track id 3
[0x1eec750] mp4 stream debug: found Box: iods size 21
[0x1eec750] mp4 stream warning: unknown box type iods (incompletely loaded)
[0x1eec750] mp4 stream debug: found Box: trak size 1965700
[0x1eec750] mp4 stream debug: found Box: tkhd size 92
[0x1eec750] mp4 stream debug: read box: "tkhd" creation 734299d-51h:50m:06s modification 734299d-51h:50m:47s duration 695024d-56h:26m:20s track ID 1 layer 0 volume 0.000000 width 720.000000 height 304.000000
[0x1eec750] mp4 stream debug: found Box: mdia size 1965600
[0x1eec750] mp4 stream debug: found Box: mdhd size 32
[0x1eec750] mp4 stream debug: read box: "mdhd" creation 734299d-51h:50m:06s modification 734299d-51h:50m:44s time scale 96000 duration 702633d-18h:14m:00s language und
[0x1eec750] mp4 stream debug: found Box: hdlr size 33
[0x1eec750] mp4 stream debug: read box: "hdlr" handler type vide name
[0x1eec750] mp4 stream debug: found Box: minf size 1965527
[0x1eec750] mp4 stream debug: found Box: vmhd size 20
[0x1eec750] mp4 stream debug: read box: "vmhd" graphics-mode 0 opcolor (0, 0, 0)
[0x1eec750] mp4 stream debug: found Box: dinf size 36
[0x1eec750] mp4 stream debug: found Box: dref size 28
[0x1eec750] mp4 stream debug: found Box: url  size 12
[0x1eec750] mp4 stream debug: read box: "url" url: (null)
[0x1eec750] mp4 stream debug: read box: "dref" entry-count 1
[0x1eec750] mp4 stream debug: found Box: stbl size 1965463
[0x1eec750] mp4 stream debug: found Box: stsd size 167
[0x1eec750] mp4 stream debug: found Box: avc1 size 151
[0x1eec750] mp4 stream debug: found Box: avcC size 45
[0x1eec750] mp4 stream debug: read box: "avcC" version=1 profile=0x4d level=0x29 length size=4 sps=1 pps=1
[0x1eec750] mp4 stream debug:          - sps[0] length=22
[0x1eec750] mp4 stream debug:          - pps[0] length=4
[0x1eec750] mp4 stream debug: found Box: btrt size 20
[0x1eec750] mp4 stream warning: unknown box type btrt (incompletely loaded)
[0x1eec750] mp4 stream debug: read box: "vide" in stsd 720x304 depth 24
[0x1eec750] mp4 stream debug: read box: "stsd" entry-count 1
[0x1eec750] mp4 stream debug: found Box: stts size 24
[0x1eec750] mp4 stream debug: read box: "stts" entry-count 1
[0x1eec750] mp4 stream debug: found Box: stss size 7084
[0x1eec750] mp4 stream debug: read box: "stss" entry-count 1767
[0x1eec750] mp4 stream debug: found Box: stsc size 52
[0x1eec750] mp4 stream debug: read box: "stsc" entry-count 3
[0x1eec750] mp4 stream debug: found Box: stsz size 660860
[0x1eec750] mp4 stream debug: read box: "stsz" sample-size 0 sample-count 165210
[0x1eec750] mp4 stream debug: found Box: stco size 60092
[0x1eec750] mp4 stream debug: read box: "co64" entry-count 15019
[0x1eec750] mp4 stream debug: found Box: ctts size 1237176
[0x1eec750] mp4 stream debug: read box: "ctts" entry-count 154645
[0x1eec750] mp4 stream debug: found Box: trak size 795311
[0x1eec750] mp4 stream debug: found Box: tkhd size 92
[0x1eec750] mp4 stream debug: read box: "tkhd" creation 734299d-51h:50m:45s modification 734299d-51h:50m:47s duration 695024d-56h:27m:56s track ID 2 layer 0 volume 1.000000 width 0.000000 height 0.000000
[0x1eec750] mp4 stream debug: found Box: mdia size 795211
[0x1eec750] mp4 stream debug: found Box: mdhd size 32
[0x1eec750] mp4 stream debug: read box: "mdhd" creation 734299d-51h:50m:45s modification 734299d-51h:50m:47s time scale 24000 duration 696891d-26h:37m:52s language eng
[0x1eec750] mp4 stream debug: found Box: hdlr size 55
[0x1eec750] mp4 stream debug: read box: "hdlr" handler type soun name GPAC ISO Audio Handler
[0x1eec750] mp4 stream debug: found Box: minf size 795116
[0x1eec750] mp4 stream debug: found Box: smhd size 16
[0x1eec750] mp4 stream debug: read box: "smhd" balance 0.000000
[0x1eec750] mp4 stream debug: found Box: dinf size 36
[0x1eec750] mp4 stream debug: found Box: dref size 28
[0x1eec750] mp4 stream debug: found Box: url  size 12
[0x1eec750] mp4 stream debug: read box: "url" url: (null)
[0x1eec750] mp4 stream debug: read box: "dref" entry-count 1
[0x1eec750] mp4 stream debug: found Box: stbl size 795056
[0x1eec750] mp4 stream debug: found Box: stsd size 96
[0x1eec750] mp4 stream debug: found Box: mp4a size 80
[0x1eec750] mp4 stream debug: read box: "soun" mp4 or qt1/2 (rest=44)
[0x1eec750] mp4 stream debug: found Box: esds size 44
[0x1eec750] mp4 stream debug: found esds MPEG4ESDescr (30Bytes)
[0x1eec750] mp4 stream debug: found esds MP4DecConfigDescr (22Bytes)
[0x1eec750] mp4 stream debug: found esds MP4DecSpecificDescr (7Bytes)
[0x1eec750] mp4 stream debug: read box: "soun" in stsd channel 1 sample size 16 sample rate 24000.000000
[0x1eec750] mp4 stream debug: read box: "stsd" entry-count 1
[0x1eec750] mp4 stream debug: found Box: stts size 24
[0x1eec750] mp4 stream debug: read box: "stts" entry-count 1
[0x1eec750] mp4 stream debug: found Box: stsc size 88804
[0x1eec750] mp4 stream debug: read box: "stsc" entry-count 7399
[0x1eec750] mp4 stream debug: found Box: stsz size 646032
[0x1eec750] mp4 stream debug: read box: "stsz" sample-size 0 sample-count 161503
[0x1eec750] mp4 stream debug: found Box: stco size 60092
[0x1eec750] mp4 stream debug: read box: "co64" entry-count 15019
[0x1eec750] mp4 stream debug: found Box: udta size 404
[0x1eec750] mp4 stream debug: found Box: meta size 396
[0x1eec750] mp4 stream debug: found Box: hdlr size 33
[0x1eec750] mp4 stream debug: read box: "hdlr" handler type mdir name
[0x1eec750] mp4 stream debug: found Box: ilst size 351
[0x1eec750] mp4 stream debug: found Box: cgen size 31
[0x1eec750] mp4 stream debug: read box: "cgen" text=`Fantasy'
[0x1eec750] mp4 stream debug: found Box: ccmt size 214
[0x1eec750] mp4 stream debug: read box: "ccmt" text=`1337x.org, Extratorrent.com, Ahashare.com, Thepiratebay.org, Kingdom-kvcd.net, Demonoid.me, h33t.com, Puretorrents.cc, Sceneunderground.org, Silvertorrents.me, DL67.com & Kickasstorrents.com'
[0x1eec750] mp4 stream debug: found Box: cprt size 35
[0x1eec750] mp4 stream debug: read box: "cprt" language yca notice ta
[0x1eec750] mp4 stream debug: found Box: cnam size 63
[0x1eec750] mp4 stream debug: read box: "cnam" text=`Thor [2011]-480p-BRrip-x264-StyLishSaLH'
[0x1eec750] mp4 stream debug: found Box: free size 4061
[0x1eec750] mp4 stream debug: skip box: "free"
[0x1eec750] mp4 stream debug: found Box: mdat size 363548708
[0x1eec750] mp4 stream debug: skip box: "mdat"
[0x1eec750] mp4 stream debug: dumping root Box "root"
[0x1eec750] mp4 stream debug: |    + ftyp size 24
[0x1eec750] mp4 stream debug: |    + moov size 2761552
[0x1eec750] mp4 stream debug: |    |    + mvhd size 108
[0x1eec750] mp4 stream debug: |    |    + iods size 21
[0x1eec750] mp4 stream debug: |    |    + trak size 1965700
[0x1eec750] mp4 stream debug: |    |    |    + tkhd size 92
[0x1eec750] mp4 stream debug: |    |    |    + mdia size 1965600
[0x1eec750] mp4 stream debug: |    |    |    |    + mdhd size 32
[0x1eec750] mp4 stream debug: |    |    |    |    + hdlr size 33
[0x1eec750] mp4 stream debug: |    |    |    |    + minf size 1965527
[0x1eec750] mp4 stream debug: |    |    |    |    |    + vmhd size 20
[0x1eec750] mp4 stream debug: |    |    |    |    |    + dinf size 36
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    + dref size 28
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    |    + url  size 12
[0x1eec750] mp4 stream debug: |    |    |    |    |    + stbl size 1965463
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    + stsd size 167
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    |    + avc1 size 151
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    |    |    + avcC size 45
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    |    |    + btrt size 20
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    + stts size 24
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    + stss size 7084
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    + stsc size 52
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    + stsz size 660860
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    + stco size 60092
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    + ctts size 1237176
[0x1eec750] mp4 stream debug: |    |    + trak size 795311
[0x1eec750] mp4 stream debug: |    |    |    + tkhd size 92
[0x1eec750] mp4 stream debug: |    |    |    + mdia size 795211
[0x1eec750] mp4 stream debug: |    |    |    |    + mdhd size 32
[0x1eec750] mp4 stream debug: |    |    |    |    + hdlr size 55
[0x1eec750] mp4 stream debug: |    |    |    |    + minf size 795116
[0x1eec750] mp4 stream debug: |    |    |    |    |    + smhd size 16
[0x1eec750] mp4 stream debug: |    |    |    |    |    + dinf size 36
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    + dref size 28
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    |    + url  size 12
[0x1eec750] mp4 stream debug: |    |    |    |    |    + stbl size 795056
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    + stsd size 96
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    |    + mp4a size 80
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    |    |    + esds size 44
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    + stts size 24
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    + stsc size 88804
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    + stsz size 646032
[0x1eec750] mp4 stream debug: |    |    |    |    |    |    + stco size 60092
[0x1eec750] mp4 stream debug: |    |    + udta size 404
[0x1eec750] mp4 stream debug: |    |    |    + meta size 396
[0x1eec750] mp4 stream debug: |    |    |    |    + hdlr size 33
[0x1eec750] mp4 stream debug: |    |    |    |    + ilst size 351
[0x1eec750] mp4 stream debug: |    |    |    |    |    + cgen size 31
[0x1eec750] mp4 stream debug: |    |    |    |    |    + ccmt size 214
[0x1eec750] mp4 stream debug: |    |    |    |    |    + cprt size 35
[0x1eec750] mp4 stream debug: |    |    |    |    |    + cnam size 63
[0x1eec750] mp4 stream debug: |    + free size 4061
[0x1eec750] mp4 stream debug: |    + mdat size 363548708
[0x1eecaa0] mp4 demux debug: ISO Media file (isom) version 1.
[0x1eecaa0] mp4 demux debug: found 2 tracks
[0x1ef4650] main playlist debug: no fetch required for Thor [2011]-480p-BRrip-x264-StyLishSaLH (art currently (null))
[0x1eecaa0] mp4 demux debug: track[Id 0x1] read 15019 chunk
[0x1eecaa0] mp4 demux warning: CTTS table
[0x1eecaa0] mp4 demux debug: track[Id 0x1] read 165210 samples length:6890s
[0x1dc0a50] main input debug: selecting program id=0
[0x1eecaa0] mp4 demux debug: adding track[Id 0x1] video (enable) language undef
[0x1eecaa0] mp4 demux debug: track[Id 0x2] read 15019 chunk
[0x1eecaa0] mp4 demux debug: track[Id 0x2] read 161503 samples length:6890s
[0x1eecaa0] mp4 demux debug: adding track[Id 0x2] audio (enable) language eng
[0x1eecaa0] main demux debug: using demux module "mp4"
[0x1eecaa0] main demux debug: TIMER module_need() : 196.151 ms - Total 196.151 ms / 1 intvls (Avg 196.151 ms)
[0x1eecaa0] mp4 demux warning: control query 14 unimplemented
[0x1dc0a50] main input debug: looking for a subtitle file in /home/panderiz/files/
[0x1eed7e0] main decoder debug: looking for decoder module: 20 candidates
[0x1eed7e0] avcodec decoder debug: libavcodec initialized (interface 0x347a00)
[0x1eed7e0] avcodec decoder debug: trying to use direct rendering
[0x1eed7e0] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started
[0x1eed7e0] main decoder debug: using decoder module "avcodec"
[0x1eed7e0] main decoder debug: TIMER module_need() : 1.436 ms - Total 1.436 ms / 1 intvls (Avg 1.436 ms)
[0x1eed7e0] main decoder debug: thread (decoder) created at priority 0 (input/decoder.c:301)
[0x1eed7e0] main decoder debug: thread started
[0x3492620] main decoder debug: looking for decoder module: 20 candidates
[0x3492620] avcodec decoder debug: libavcodec already initialized
[0x3492620] avcodec decoder debug: ffmpeg codec (MPEG AAC Audio) started
[0x3492620] avcodec decoder debug: Using 192000 bytes output buffer
[0x3492620] main decoder debug: using decoder module "avcodec"
[0x3492620] main decoder debug: TIMER module_need() : 1.863 ms - Total 1.863 ms / 1 intvls (Avg 1.863 ms)
[0x3492620] main decoder debug: thread (decoder) created at priority 5 (input/decoder.c:301)
[0x3492620] main decoder debug: thread started
[0x34e0a30] main demux meta debug: looking for meta reader module: 0 candidates
[0x34e0a30] main demux meta debug: no meta reader module matched "any"
[0x34e0a30] main demux meta debug: TIMER module_need() : 0.035 ms - Total 0.035 ms / 1 intvls (Avg 0.035 ms)
[0x1dc0a50] main input debug: `file:///home/panderiz/files/videoFile.mp4' successfully opened
[0x1eecaa0] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[0x1eecaa0] mp4 demux debug: stts gives 0 --> 0 (sample number)
[0x1eecaa0] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss)
[0x1dc0a50] main input debug: Buffering 0%
[0x1dc0a50] main input debug: Buffering 0%
[0x1dc0a50] main input debug: Buffering 33%
[0x1dc0a50] main input debug: Buffering 66%
[0x1dc0a50] main input debug: Buffering 100%
[0x1dc0a50] main input debug: Stream buffering done (400 ms in 0 ms)
[0x1dc0a50] main input debug: no usable vout present, spawning one
[0x35d1fd0] main spu text debug: looking for text renderer module: 1 candidate
[0x35d1fd0] main spu text debug: using text renderer module "dummy"
[0x35d1fd0] main spu text debug: TIMER module_need() : 0.045 ms - Total 0.045 ms / 1 intvls (Avg 0.045 ms)
[0x35d29d0] main scale debug: looking for video filter2 module: 18 candidates
[0x35d29d0] swscale scale debug: 32x32 chroma: YUVA -> 16x16 chroma: YUVA with scaling using Bicubic (good quality)
[0x35d29d0] main scale debug: using video filter2 module "swscale"
[0x35d29d0] main scale debug: TIMER module_need() : 0.258 ms - Total 0.258 ms / 1 intvls (Avg 0.258 ms)
[0x35d3700] main scale debug: looking for video filter2 module: 18 candidates
[0x35d3700] yuvp scale debug: YUVP to YUVA converter
[0x35d3700] main scale debug: using video filter2 module "yuvp"
[0x35d3700] main scale debug: TIMER module_need() : 0.047 ms - Total 0.047 ms / 1 intvls (Avg 0.047 ms)
[0x35cc5c0] main video output debug: window size: 720x304
[0x35cc5c0] main video output debug: Deinterlacing available
[0x35cc5c0] main video output debug: deinterlace 0, mode blend, is_needed 0
[0x35cc5c0] main video output debug: looking for video output module: 1 candidate
[0x35cc5c0] vout_wrapper video output debug: Opening vout display wrapper
[0x35e9240] main generic debug: looking for vout display module: 2 candidates
[0x35ea850] main window debug: looking for vout window xid module: 3 candidates
[0x35ea850] qt4 window debug: Qt4 interface not found
[0x35ea850] main window debug: no vout window xid module matching "any" could be loaded
[0x35ea850] main window debug: TIMER module_need() : 0.051 ms - Total 0.051 ms / 1 intvls (Avg 0.051 ms)
[0x35e9240] xcb_x11 generic error: parent window not available
[0x35e9240] main generic debug: using vout display module "dummy"
[0x35e9240] main generic debug: TIMER module_need() : 0.118 ms - Total 0.118 ms / 1 intvls (Avg 0.118 ms)
[0x35cc5c0] main video output debug: using video output module "vout_wrapper"
[0x35cc5c0] main video output debug: TIMER module_need() : 0.216 ms - Total 0.216 ms / 1 intvls (Avg 0.216 ms)
[0x3492620] avcodec decoder error: Channel layout not understood
[0x35cc5c0] main video output debug: got 25 direct buffer(s)
[0x35cc5c0] main video output debug: pic render sz 720x304, of (0,0), vsz 720x304, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
[0x35cc5c0] main video output debug: pic in sz 720x304, of (0,0), vsz 720x304, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
[0x35cc5c0] main video output debug: pic out sz 720x304, of (0,0), vsz 720x304, 4cc I420, sar 19439983:19440000, msk r0x0 g0x0 b0x0
[0x35cc5c0] main video output debug: direct render, mapping render pictures 0-23 to system pictures 1-24
[0x1eed7e0] avcodec decoder debug: using direct rendering
[0x1dc0a50] main input debug: creating aout
[0x7f98d8c05980] main audio output debug: looking for audio output module: 1 candidate
[0x7f98d8c05980] main audio output debug: using audio output module "dummy"
[0x7f98d8c05980] main audio output debug: TIMER module_need() : 0.058 ms - Total 0.058 ms / 1 intvls (Avg 0.058 ms)
[0x7f98d8c05980] main audio output debug: output 'f32l' 48000 Hz Mono frame=1 samples/4 bytes
[0x7f98d8c05980] main audio output debug: mixer 'f32l' 48000 Hz Mono frame=1 samples/4 bytes
[0x7f98d8c05980] main audio output debug: no need for any filter
[0x3ec0d60] main generic debug: looking for audio mixer module: 3 candidates
[0x3ec0d60] main generic debug: using audio mixer module "float32_mixer"
[0x3ec0d60] main generic debug: TIMER module_need() : 0.030 ms - Total 0.030 ms / 1 intvls (Avg 0.030 ms)
[0x7f98d8c05980] main audio output debug: input 's16l' 48000 Hz Mono frame=1 samples/2 bytes
[0x3ec20d0] main audio filter debug: looking for audio filter module: 1 candidate
[0x3ec20d0] scaletempo audio filter debug: format: 48000 rate, 1 nch, 4 bps, fl32
[0x3ec20d0] scaletempo audio filter debug: params: 30 stride, 0.200 overlap, 14 search
[0x3ec20d0] scaletempo audio filter debug: 1.000 scale, 1440.000 stride_in, 1440 stride_out, 1152 standing, 288 overlap, 672 search, 2400 queue, fl32 mode
[0x3ec20d0] main audio filter debug: using audio filter module "scaletempo"
[0x3ec20d0] main audio filter debug: TIMER module_need() : 0.078 ms - Total 0.078 ms / 1 intvls (Avg 0.078 ms)
[0x7f98d8c05980] main audio output debug: filter(s) 's16l'->'f32l' 48000 Hz->48000 Hz Mono->Mono
[0x3ec2b50] main audio filter debug: looking for audio filter module: 10 candidates
[0x3ec2b50] audio_format audio filter debug: s16l->f32l, bits per sample: 16->32
[0x3ec2b50] main audio filter debug: using audio filter module "audio_format"
[0x3ec2b50] main audio filter debug: TIMER module_need() : 0.045 ms - Total 0.045 ms / 1 intvls (Avg 0.045 ms)
[0x7f98d8c05980] main audio output debug: found a filter for the whole conversion
[0x7f98d8c05980] main audio output debug: filter(s) 'f32l'->'f32l' 52800 Hz->48000 Hz Mono->Mono
[0x3ec2f40] main audio filter debug: looking for audio filter module: 10 candidates
[0x3ec2f40] main audio filter debug: using audio filter module "ugly_resampler"
[0x1eed7e0] main decoder debug: End of video preroll
[0x3ec2f40] main audio filter debug: TIMER module_need() : 76.291 ms - Total 76.291 ms / 1 intvls (Avg 76.291 ms)
[0x1eed7e0] main decoder debug: Received first picture
[0x7f98d8c05980] main audio output debug: found a filter for the whole conversion
[0x3492620] main decoder debug: End of audio preroll
[0x1dc0a50] main input debug: Decoder buffering done in 82 ms
[0x35cc5c0] main video output debug: Post-processing available
[0x7f98d8c05980] main audio output warning: PTS is out of range (-9962), dropping buffer
[0x35cc5c0] main video output warning: vlc_object_find_name(postproc) is not safe!
[0x7f98d8c05980] main audio output warning: input PTS is out of range (2), trashing
[0x7f98d8c05980] main audio output warning: input PTS is out of range (2), trashing
[0x7f98d8c05980] main audio output warning: input PTS is out of range (2), trashing
[0x7f98d8c05980] main audio output warning: input PTS is out of range (2), trashing
[0x7f98d8c05980] main audio output warning: input PTS is out of range (1), trashing
[0x35e9240] main generic debug: auto hidding mouse
[0x7f98d8c05980] main audio output warning: input PTS is out of range (1933), trashing
[0x7f98d8c05980] main audio output warning: computed PTS is out of range (30016), clearing out
[0x7f98d8c05980] main audio output warning: PTS is out of range (30038), dropping buffer
[0x7f98d8c05980] main audio output warning: PTS is out of range (-12454), dropping buffer
[0x7f98d8c05980] main audio output warning: input PTS is out of range (103), trashing
^C[0x7f98d8001180] signals interface error: Caught Interrupt signal, exiting...
[0x1d2d150] main libvlc debug: deactivating the playlist
[0x1ef4650] main playlist debug: Deactivate
[0x1ef4650] main playlist debug: incoming request - stopping current input
[0x7f98d8c05980] main audio output warning: input PTS is out of range (2), trashing
[0x1ef4650] main playlist debug: dying input
[0x1dc0a50] main input debug: control type=0
[0x1dc0a50] main input debug: control: stopping input
[0x7f98d8c05980] main audio output warning: input PTS is out of range (2), trashing
[0x7f98d8c05980] main audio output warning: input PTS is out of range (2), trashing
[0x1ef4650] main playlist debug: dying input
[0x1eed7e0] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped
[0x1eed7e0] main decoder debug: removing module "avcodec"
[0x1eed7e0] main decoder debug: killing decoder fourcc `h264', 0 PES in FIFO
[0x35cc5c0] main video output debug: [0] 4 0
[0x35cc5c0] main video output debug: [1] 4 0
[0x35cc5c0] main video output debug: [2] 2 0
[0x35cc5c0] main video output debug: [3] 4 0
[0x35cc5c0] main video output debug: [4] 2 0
[0x35cc5c0] main video output debug: [5] 4 0
[0x35cc5c0] main video output debug: [6] 2 0
[0x35cc5c0] main video output debug: [7] 2 0
[0x35cc5c0] main video output debug: [8] 2 0
[0x35cc5c0] main video output debug: [9] 2 0
[0x35cc5c0] main video output debug: [10] 2 0
[0x35cc5c0] main video output debug: [11] 2 0
[0x35cc5c0] main video output debug: [12] 4 0
[0x35cc5c0] main video output debug: [13] 2 0
[0x35cc5c0] main video output debug: [14] 2 0
[0x35cc5c0] main video output debug: [15] 2 0
[0x35cc5c0] main video output debug: [16] 4 0
[0x35cc5c0] main video output debug: [17] 2 0
[0x35cc5c0] main video output debug: [18] 4 0
[0x35cc5c0] main video output debug: [19] 4 0
[0x35cc5c0] main video output debug: [20] 2 0
[0x35cc5c0] main video output debug: [21] 2 0
[0x35cc5c0] main video output debug: [22] 4 0
[0x35cc5c0] main video output debug: [23] 4 0
[0x1dc0a50] main input debug: saving a free vout
[0x7f98d8c05980] main audio output warning: input PTS is out of range (1), trashing
[0x3492620] avcodec decoder debug: ffmpeg codec (MPEG AAC Audio) stopped
[0x3492620] main decoder debug: removing module "avcodec"
[0x3492620] main decoder debug: killing decoder fourcc `mp4a', 13 PES in FIFO
[0x3ec2b50] main audio filter debug: removing module "audio_format"
[0x3ec20d0] main audio filter debug: removing module "scaletempo"
[0x3ec2f40] main audio filter debug: removing module "ugly_resampler"
[0x7f98d8c05980] main audio output debug: removing module "dummy"
[0x3ec0d60] main generic debug: removing module "float32_mixer"
[0x1dc0a50] main input debug: releasing aout
[0x1eecaa0] mp4 demux debug: freeing all memory
[0x1eecaa0] main demux debug: removing module "mp4"
[0x1eec750] main stream debug: removing module "stream_filter_record"
[0x1eec1e0] main access debug: removing module "filesystem"
[0x1dc0a50] main input debug: Program doesn't contain anymore ES
[0x1dc0a50] main input debug: thread ended
[0x1ef4650] main playlist debug: dead input
[0x1dc0a50] main input debug: TIMER input launching for 'videoFile.mp4' : 200.300 ms - Total 200.300 ms / 1 intvls (Avg 200.300 ms)
[0x35cc5c0] main video output debug: destroying useless vout
[0x35e9240] main generic debug: removing module "dummy"
[0x35cc5c0] main video output debug: removing module "vout_wrapper"
[0x35d1fd0] main spu text debug: removing module "dummy"
[0x35d3700] main scale debug: removing module "yuvp"
[0x35d29d0] main scale debug: removing module "swscale"
[0x3eb1880] main playlist export debug: saving Media Library to file /home/panderiz/.local/share/vlc/ml.xspf
[0x3eb1880] main playlist export debug: looking for playlist export module: 1 candidate
[0x3eb1880] main playlist export debug: using playlist export module "export"
[0x3eb1880] main playlist export debug: TIMER module_need() : 0.170 ms - Total 0.170 ms / 1 intvls (Avg 0.170 ms)
[0x3eb1880] main playlist export debug: removing module "export"
[0x1ef4650] main playlist debug: Deactivated
[0x1d2d150] main libvlc debug: removing all services discovery tasks
[0x1d2d150] main libvlc debug: removing all interfaces
[0x7f98d8c04e80] main interface debug: waitpipe: object killed
[0x7f98d8c04e80] main interface debug: socket 0 polling interrupted
status change: ( stop state: 0 )

status change: ( quit )

[0x7f98d8c04e80] main interface debug: thread ended
[0x7f98d8c04e80] main interface debug: removing module "oldrc"
[0x7f98d8001180] main interface debug: removing module "signals"
[0x1dbe380] main interface debug: removing module "hotkeys"
[0x1ef4650] main playlist debug: destroying
[0x1d2d150] main libvlc debug: TIMER ML Load : Total 0.936 ms / 1 intvls (Avg 0.936 ms)
[0x1d2d150] main libvlc debug: TIMER Items array build : Total 0.038 ms / 2 intvls (Avg 0.019 ms)
[0x1d2d150] main libvlc debug: TIMER Preparse run : Total 32.033 ms / 1 intvls (Avg 32.033 ms)
[0x1d2d150] main libvlc debug: TIMER ML Dump : Total 0.291 ms / 1 intvls (Avg 0.291 ms)
[0x1d2d150] main libvlc debug: removing stats
[0x1d2d150] main libvlc debug: removing module "memcpymmxext"


When I run this I get a lot of

[0x7f98d8c05980] main audio output warning: input PTS is out of range (2), trashing
[0x7f98d8c05980] main audio output warning: input PTS is out of range (1), trashing

So I editted out the spam that I seen. While it is running(and still sending the above message) I am unable to make any connection to the host on port 8080(remote or local) using telnet.
Back to top
View user's profile Send private message
massimo
Veteran
Veteran


Joined: 22 Jun 2003
Posts: 1226

PostPosted: Mon Sep 05, 2011 6:11 am    Post subject: Reply with quote

What does vlc --list return?
_________________
Hello 911? How are you?
Back to top
View user's profile Send private message
panderiz
n00b
n00b


Joined: 10 Dec 2008
Posts: 50

PostPosted: Mon Sep 05, 2011 7:09 pm    Post subject: Reply with quote

This is what vlc --list returned.


Code:
  sap                    Network streams (SAP)
  sap                    SDP Descriptions parser
  sap                    Network streams (SAP)
  xcb_apps               Screen capture
  xcb_apps               Screen capture
  mediadirs              My Videos
  mediadirs              My Videos
  mediadirs              My Pictures
  mediadirs              My Music
  podcast                Podcasts
  podcast                Podcasts
  packetizer_dirac       Dirac packetizer
  packetizer_mpeg4video  MPEG4 video packetizer
  packetizer_mpeg4audio  MPEG4 audio packetizer
  packetizer_mlp         MLP/TrueHD parser
  packetizer_vc1         VC-1 packetizer
  packetizer_flac        Flac audio packetizer
  packetizer_mpegvideo   MPEG-I/II video packetizer
  packetizer_h264        H.264 video packetizer
  equalizer              Equalizer with 10 bands
  audio_format           Audio filter for PCM format conversion
  headphone_channel_mixer Headphone virtual spatialization effect
  simple_channel_mixer   Audio filter for simple channel mixing
  audiobargraph_a        Audio part of the BarGraph function
  dtstospdif             Audio filter for DTS->S/PDIF encapsulation
  scaletempo             Audio tempo scaler synched with rate
  param_eq               Parametric Equalizer
  trivial_channel_mixer  Audio filter for trivial channel mixing
  a52tospdif             Audio filter for A/52->S/PDIF encapsulation
  converter_fixed        Fixed point audio format conversions
  converter_fixed        Fixed point audio format conversions
  chorus_flanger         Sound Delay
  mono                   Audio filter for stereo to mono conversion
  spatializer            Audio Spatializer
  ugly_resampler         Audio filter for ugly resampling
  normvol                Volume normalizer
  dolby_surround_decoder Simple decoder for Dolby Surround encoded streams
  qt4                    Qt interface
  qt4                    Qt interface
  qt4                    Dialogs provider
  ncurses                Ncurses interface
  memcpymmxext           MMX EXT memcpy
  netsync                Network synchronisation
  oldrc                  Remote control interface
  signals                POSIX signals handling interface
  motion                 motion control interface
  gestures               Mouse gestures control interface
  hotkeys                Hotkeys management interface
  globalhotkeys          Global Hotkeys interface
  aout_file              File audio output
  yuv                    YUV video output
  vout_wrapper           Transitional video display wrapper
  xcb_window             X11 video window (XCB)
  xcb_window             Embedded window video
  xcb_x11                X11 video output (XCB)
  vmem                   Video memory output
  trivial_mixer          Trivial audio mixer
  float32_mixer          Float32 audio mixer
  spdif_mixer            Dummy S/PDIF audio mixer
  access_mmap            Memory-mapped file input
  zip                    Zip files filter
  zip                    Zip access
  filesystem             File input
  filesystem             Directory input
  rtp                    Real-Time Protocol (RTP) input
  access_attachment      Attachment input
  access_mms             Microsoft Media Server (MMS) input
  access_http            HTTP input
  access_fake            Fake video input
  access_bd              Blu-Ray Disc Input
  access_imem            Memory input
  access_imem            Memory input
  xcb_screen             Screen capture (with X11/XCB)
  access_tcp             TCP input
  access_avio            FFmpeg access
  access_udp             UDP input
  access_ftp             FTP input
  access_ftp             FTP upload output
  i422_yuy2_sse2         SSE2 conversions from I422 to YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv
  i420_rgb_sse2          SSE2 I420,IYUV,YV12 to RV15,RV16,RV24,RV32 conversions
  i420_yuy2_sse2         SSE2 conversions from I420,IYUV,YV12 to YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv
  visual                 Visualizer filter
  stats                  Stats encoder function
  stats                  Stats demux function
  stats                  Stats decoder function
  xdg_screensaver        XDG screen saver inhibition
  audioscrobbler         Submission of played songs to last.fm
  export                 export
  export                 HTML playlist export
  export                 XSPF playlist export
  export                 M3U8 playlist export
  export                 M3U playlist export
  dummy                  Dummy interface function
  dummy                  libc memcpy
  dummy                  Dummy font renderer function
  dummy                  Stats video output function
  dummy                  Dummy video output function
  dummy                  Dummy audio output function
  dummy                  Dummy encoder function
  dummy                  Dump decoder function
  dummy                  Dummy decoder function
  dummy                  Dummy demux function
  xscreensaver           X Screensaver disabler
  logger                 File logging
  xtag                   Simple XML Parser
  i420_yuy2              Conversions from I420,IYUV,YV12 to YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv,Y211
  yuy2_i422              Conversions from YUY2,YUNV,YVYU,UYVY,UYNV,Y422,cyuv to I422
  i420_rgb               I420,IYUV,YV12 to RGB2,RV15,RV16,RV24,RV32 conversions
  grey_yuv               Conversions from GREY to I420,YUY2
  yuy2_i420              Conversions from YUY2,YUNV,YVYU,UYVY,UYNV,Y422,cyuv to I420
  i422_i420              Conversions from I422,J422 to I420,IYUV,J420,YV12,YUVA
  i422_yuy2              Conversions from I422 to YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv,Y211
  decomp                 Decompression
  decomp                 Decompression
  decomp                 Decompression
  stream_filter_rar      Uncompressed RAR
  stream_filter_record   Internal stream record
  i420_rgb_mmx           MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32 conversions
  i420_yuy2_mmx          MMX conversions from I420,IYUV,YV12 to YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv
  memcpymmx              MMX memcpy
  i422_yuy2_mmx          MMX conversions from I422 to YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv
  crop                   Crop video filter
  rss                    RSS and Atom feed display
  wave                   Wave video filter
  alphamask              Alpha mask video filter
  blendbench             Blending benchmark filter
  erase                  Erase video filter
  mirror                 Mirror video filter
  canvas                 Canvas video filter
  wall                   Wall video filter
  noise                  Noise video filter
  ripple                 Ripple video filter
  chain                  Video filtering using a chain of video filter modules
  mosaic                 Mosaic video sub filter
  grain                  Grain video filter
  sharpen                Sharpen video filter
  transform              Video transformation filter
  clone                  Clone video filter
  magnify                Magnify/Zoom interactive video filter
  adjust                 Image properties filter
  swscale                Video scaling filter
  gaussianblur           Gaussian blur video filter
  marq                   Marquee display
  puzzle                 Puzzle interactive game video filter
  blend                  Video pictures blending
  motiondetect           Motion detect video filter
  video_filter_wrapper   Video filter magnify wrapper
  video_filter_wrapper   Video filter panoramix wrapper
  video_filter_wrapper   Video filter wall wrapper
  video_filter_wrapper   Video filter clone wrapper
  video_filter_wrapper   Video filter logo wrapper
  video_filter_wrapper   Video filter puzzle wrapper
  postproc               Video post processing filter
  invert                 Invert video filter
  rotate                 Rotate video filter
  motionblur             Motion blur filter
  dynamicoverlay         Dynamic video overlay
  panoramix              Panoramix: wall with overlap video filter
  logo                   Logo sub filter
  logo                   Logo video filter
  psychedelic            Psychedelic video filter
  extract                Extract RGB component video filter
  gradient               Gradient video filter
  scene                  Scene video filter
  colorthres             Color threshold filter
  ball                   Ball video filter
  rv32                   RV32 conversion filter
  yuvp                   YUVP converter
  bluescreen             Bluescreen video filter
  deinterlace            Deinterlacing video filter
  deinterlace            Deinterlacing video filter
  audiobargraph_v        Audio Bar Graph Video sub filter
  audiobargraph_v        Audio Bar Graph Video sub filter
  scale                  Video scaling filter
  croppadd               Video scaling filter
  mjpeg                  M-JPEG camera demuxer
  vc1                    VC1 video demuxer
  flacsys                FLAC demuxer
  mp4                    MP4 stream demuxer
  rawvid                 Raw video demuxer
  mpgv                   MPEG-I/II video demuxer
  voc                    VOC demuxer
  es                     MPEG-I/II/4 / A52 / DTS / MLP audio
  es                     MPEG-4 video
  avi                    AVI demuxer
  ty                     TY Stream audio/video demux
  tta                    TTA demuxer
  rawaud                 Raw audio demuxer
  ts                     MPEG Transport Stream demuxer
  xa                     XA demuxer
  nuv                    Nuv demuxer
  wav                    WAV demuxer
  smf                    SMF demuxer
  ps                     MPEG-PS demuxer
  ps                     MPEG-PS demuxer
  subtitle               Text subtitles parser
  demuxdump              File dumper
  avformat               FFmpeg demuxer
  asf                    ASF v1.0 demuxer
  dirac                  Dirac video demuxer
  au                     AU demuxer
  nsv                    NullSoft demuxer
  real                   Real demuxer
  rawdv                  DV (Digital Video) demuxer
  h264                   H264 video demuxer
  demux_cdg              CDG demuxer
  playlist               Playlist
  playlist               ZPL playlist import
  playlist               WPL playlist import
  playlist               iTunes Music Library importer
  playlist               Dummy ifo demux
  playlist               Google Video Playlist importer
  playlist               QuickTime Media Link importer
  playlist               Kasenna MediaBase parser
  playlist               ASX playlist import
  playlist               New winamp 5.2 shoutcast import
  playlist               XSPF playlist import
  playlist               Podcast parser
  playlist               DVB playlist import
  playlist               B4S playlist import
  playlist               PLS playlist import
  playlist               RAM playlist import
  playlist               M3U playlist import
  vobsub                 Vobsub subtitles parser
  aiff                   AIFF demuxer
  nsc                    Windows Media NSC metademux
  pva                    PVA demuxer
  folder                 Folder meta data
  lpcm                   Linear PCM audio decoder
  lpcm                   Linear PCM audio packetizer
  aes3                   AES3/SMPTE 302M audio decoder
  aes3                   AES3/SMPTE 302M audio packetizer
  spudec                 DVD subtitles decoder
  spudec                 DVD subtitles packetizer
  t140                   T.140 text encoder
  cdg                    CDG video decoder
  a52                    A/52 parser
  a52                    A/52 audio packetizer
  svcdsub                Philips OGT (SVCD subtitle) decoder
  svcdsub                Philips OGT (SVCD subtitle) packetizer
  invmem                 Memory video decoder
  avcodec                FFmpeg audio/video decoder
  avcodec                FFmpeg deinterlace video filter
  subsusf                USF subtitles decoder
  dts                    DTS parser
  dts                    DTS audio packetizer
  dvbsub                 DVB subtitles decoder
  dvbsub                 DVB subtitles encoder
  cc                     Closed Captions decoder
  araw                   Raw/Log Audio decoder
  rawvideo               Pseudo raw video decoder
  rawvideo               Pseudo raw video packetizer
  cvdsub                 CVD subtitle decoder
  cvdsub                 Chaoji VCD subtitle packetizer
  fake                   Fake video decoder
  adpcm                  ADPCM audio decoder
  mpeg_audio             MPEG audio layer I/II/III decoder
  mpeg_audio             MPEG audio layer I/II/III packetizer
  telx                   Teletext subtitles decoder
  subsdec                Text subtitles decoder
  main                   main program
Back to top
View user's profile Send private message
k9dog
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jun 2009
Posts: 103
Location: Denmark

PostPosted: Sat Oct 28, 2017 11:39 pm    Post subject: Reply with quote

I know I am replying to a message back from 2011, but I've had VLC trouble as well.
I am currently having trouble steaming some m3u8 video myself using VLC. I think my trouble started when I removed libav to use latest ffmpeg.
VLC doesn't seem to able to stream certain sites through ffmpeg atm., so you could consider using libav in system instead.
I did succeed streaming with MPV though. (It is the Danish DR channels I am trying to stream).
I am guessing VLC tries to load in multiple parts to stream playback with ffmpeg, in theory it should work nicely as a double/multiple buffer. Unfortunately it works bad for longer continuous playback and I think is same reason why Kodi had problems.
MPV works nicely (and I can leave ffmpeg on the system) with same links. I wont say it is VLCs fault that it can't stream from thesame sites as I think part of the fault is with ffmpeg, due to some missing abilities to work with these streams. I recently began using ffmpeg and really is able to a lot of useful video processing, so I would prefer having it available.
I still prefer VLC for most of my on disc media, it even seems speedier. So now I use MPV for more integrated (video seems like a part of the desktop environment) and VLC to playback from my library. In MPV I am really missing a record feature when streaming. I also found youtube-dl useful and it integrates with many youtube addons.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum