vlc 1.1.0 duplicate http streaming

*nix specific usage questions
whisp
Blank Cone
Blank Cone
Posts: 10
Joined: 10 Jul 2010 19:05

vlc 1.1.0 duplicate http streaming

Postby whisp » 10 Jul 2010 19:19

Hi, everyone. Here is the situation:
OpenSuse11.2 , vlc 1.1.0 is taken from the oficial repository . And we have the DVB-S card.

it's necessary to stream in http and to share flows into two or more channels. Streaming of one of the channels is working.

Code: Select all

vlc --ttl 12 --program=59 dvb:// --dvb-adapter=0 --dvb-frequency=1553000 --dvb-srate=27500000 --dvb-voltage=18 --sout '#standard{access=http,mux=ts,dst=10.170.0.10:8081,select="program=59"}'
However,while there is streaming of several channels, I see some problems - there is no streaming.

Here is the code with which I am trying to organize a stream:

Code: Select all

vlc --ttl 12 --programs=400,59 dvb:// --dvb-frequency=1553000 --dvb-srate=27500000 --dvb-voltage=18 --sout '#duplicate{dst=std{access=http,mux=ts,dst=10.170.0.10:8001},select="program=400", dst=std{access=http,mux=ts,dst=10.170.0.10:8002},select="program=59"}'
Maybe I missed something?

if it's necessery - I can provide loggs. Please help me

Rémi Denis-Courmont
Developer
Developer
Posts: 15140
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: vlc 1.1.0 duplicate http streaming

Postby Rémi Denis-Courmont » 10 Jul 2010 20:16

--programs is broken in 1.1.0. You'll need 1.1.1.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

whisp
Blank Cone
Blank Cone
Posts: 10
Joined: 10 Jul 2010 19:05

Re: vlc 1.1.0 duplicate http streaming

Postby whisp » 10 Jul 2010 20:55

updated to 1.2.0
there is no streaming

whisp
Blank Cone
Blank Cone
Posts: 10
Joined: 10 Jul 2010 19:05

Re: vlc 1.1.0 duplicate http streaming

Postby whisp » 13 Jul 2010 11:20

heeeeelp!!!!

ILEoo
Developer
Developer
Posts: 91
Joined: 05 Nov 2008 16:29

Re: vlc 1.1.0 duplicate http streaming

Postby ILEoo » 13 Jul 2010 13:52

updated to 1.2.0
there is no streaming
run with -vvv and paste log output to here or some pastebin, as our telepathy skills are littlebit rusty these days.

whisp
Blank Cone
Blank Cone
Posts: 10
Joined: 10 Jul 2010 19:05

Re: vlc 1.1.0 duplicate http streaming

Postby whisp » 13 Jul 2010 18:57

Code: Select all

mello@linux-414c:~> vlc -vvv --ttl 12 --programs=400,59 dvb:// --dvb-frequency=1553000 --dvb-srate=27500000 --dvb-voltage=18 --sout '#duplicate{dst=std{access=http,mux=ts,dst=10.170.0.10:8001},select="program=400", dst=std{access=http,mux=ts,dst=10.170.0.10:8002},select="program=59"}' VLC media player 1.2.0-git Twoflower (revision exported) [0x80503f4] main libvlc debug: VLC media player - 1.2.0-git Twoflower [0x80503f4] main libvlc debug: Copyright б╘ 1996-2010 the VideoLAN team [0x80503f4] main libvlc debug: revision exported [0x80503f4] main libvlc debug: configured with ./configure '--host=i686-pc-linux-gnu' '--build=i686-pc-linux-gnu' '--target=i586-suse-linux' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--enable-a52' '--enable-aa' '--enable-alsa' '--enable-asademux' '--enable-cddax' '--enable-cmml' '--enable-dca' '--enable-dvb' '--enable-dvbpsi' '--enable-dvdnav' '--enable-dvdread' '--enable-faad' '--enable-fast-install' '--enable-fb' '--enable-flac' '--enable-freetype' '--enable-fribidi' '--enable-glx' '--enable-gnomevfs' '--enable-gnutls' '--enable-httpd' '--enable-jack' '--enable-kate' '--enable-libass' '--enable-libcddb' '--enable-libcdio' '--enable-libmpeg2' '--enable-libproxy' '--enable-lirc' '--enable-live555' '--enable-lua' '--enable-mad' '--enable-mkv' '--enable-mod' '--enable-ncurses' '--enable-ogg' '--enable-optimizations' '--enable-oss' '--enable-pulse' '--enable-pvr' '--enable-real' '--enable-realrtsp' '--enable-release' '--enable-smb' '--enable-sout' '--enable-speex' '--enable-taglib' '--enable-theora' '--enable-v4l' '--enable-v4l2' '--enable-vcd' '--enable-vcdx' '--enable-visual' '--enable-vorbis' '--enable-waveout' '--enable-xvideo' '--with-live555-tree=/usr/lib/live' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=i586-suse-linux' 'CFLAGS=-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g' 'CXXFLAGS=-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g' [0x80503f4] main libvlc debug: translation test: code is "ru" [0x80503f4] main libvlc debug: checking plugin modules [0x80503f4] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins-04041e-1e8.dat [0x80503f4] main libvlc warning: This doesn't look like a valid plugins cache [0x80503f4] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins' [0x80503f4] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins-04041e-1e8.dat [0x80503f4] main libvlc debug: module bank initialized (386 modules) [0x80503f4] main libvlc debug: opening config file (/home/mello/.config/vlc/vlcrc) [0x80503f4] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 FPU [0x80503f4] main libvlc debug: looking for memcpy module: 3 candidates [0x80503f4] main libvlc debug: using memcpy module "memcpymmxext" [0x81aabac] main input debug: Creating an input for 'п°п╣пЄп╦п╟-п╠п╦п╠п╩п╦п╬я┌п╣п╨п╟' [0x81aabac] main input debug: Input is a meta file: disabling unneeded options [0x81aabac] main input debug: using timeshift granularity of 50 MiB [0x81aabac] main input debug: using timeshift path '/tmp' [0x81aabac] main input debug: `file/xspf-open:///home/mello/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/mello/.local/share/vlc/ml.xspf' [0x81aabac] main input debug: creating demux: access='file' demux='xspf-open' path='/home/mello/.local/share/vlc/ml.xspf' [0x81a6d9c] main demux debug: looking for access_demux module: 2 candidates [0x81a6d9c] main demux debug: no access_demux module matching "file" could be loaded [0x81a6d9c] main demux debug: TIMER module_need() : 0.245 ms - Total 0.245 ms / 1 intvls (Avg 0.245 ms) [0x81aabac] main input debug: creating access 'file' location='/home/mello/.local/share/vlc/ml.xspf', path='/home/mello/.local/share/vlc/ml.xspf' [0x81a6d7c] main access debug: looking for access module: 2 candidates [0x81a6d7c] filesystem access debug: opening file `/home/mello/.local/share/vlc/ml.xspf' [0x81a6d7c] main access debug: using access module "filesystem" [0x81a6d7c] main access debug: TIMER module_need() : 0.186 ms - Total 0.186 ms / 1 intvls (Avg 0.186 ms) [0x81a71dc] main stream debug: Using AStream*Stream [0x81a71dc] main stream debug: pre buffering [0x81a71dc] main stream debug: received first data after 0 ms [0x81a71dc] main stream debug: pre-buffering done 314 bytes in 0s - 10951 KiB/s [0x81a7414] main stream debug: looking for stream_filter module: 5 candidates [0x81a7414] main stream debug: no stream_filter module matching "any" could be loaded [0x81a7414] main stream debug: TIMER module_need() : 0.135 ms - Total 0.135 ms / 1 intvls (Avg 0.135 ms) [0x81a7414] main stream debug: looking for stream_filter module: 1 candidate [0x81a7414] main stream debug: using stream_filter module "stream_filter_record" [0x81a7414] main stream debug: TIMER module_need() : 0.129 ms - Total 0.129 ms / 1 intvls (Avg 0.129 ms) [0x81aabac] main input debug: creating demux: access='file' demux='xspf-open' path='/home/mello/.local/share/vlc/ml.xspf' [0x81a75bc] main demux debug: looking for demux module: 1 candidate [0x81a75bc] playlist demux debug: using XSPF playlist reader [0x81a75bc] main demux debug: using demux module "playlist" [0x81a75bc] main demux debug: TIMER module_need() : 0.161 ms - Total 0.161 ms / 1 intvls (Avg 0.161 ms) [0x81a77cc] main demux meta debug: looking for meta reader module: 2 candidates [0x81a77cc] lua demux meta debug: Trying Lua scripts in /home/mello/.local/share/vlc/lua/meta/reader [0x81a77cc] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader [0x81a77cc] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac [0x81a77cc] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [0x81a77cc] main demux meta debug: no meta reader module matching "any" could be loaded [0x81a77cc] main demux meta debug: TIMER module_need() : 1.093 ms - Total 1.093 ms / 1 intvls (Avg 1.093 ms) [0x81aabac] main input debug: `file/xspf-open:///home/mello/.local/share/vlc/ml.xspf' successfully opened [0x8076ad4] main xml debug: looking for xml module: 2 candidates [0x8076ad4] main xml debug: using xml module "xml" [0x8076ad4] main xml debug: TIMER module_need() : 0.243 ms - Total 0.243 ms / 1 intvls (Avg 0.243 ms) [0x81a75bc] playlist demux debug: parsed 0 tracks successfully [0x8076ad4] main xml debug: removing module "xml" [0x81aabac] main input debug: EOF reached [0x81a75bc] main demux debug: removing module "playlist" [0x81a7414] main stream debug: removing module "stream_filter_record" [0x81a6d7c] main access debug: removing module "filesystem" [0x81aabac] main input debug: TIMER input launching for 'п°п╣пЄп╦п╟-п╠п╦п╠п╩п╦п╬я┌п╣п╨п╟' : 2.874 ms - Total 2.874 ms / 1 intvls (Avg 2.874 ms) [0x81a75bc] main interface debug: looking for interface module: 1 candidate [0x81a75bc] main interface debug: using interface module "hotkeys" [0x81a75bc] main interface debug: TIMER module_need() : 0.207 ms - Total 0.207 ms / 1 intvls (Avg 0.207 ms) [0x81a5bd4] main interface debug: looking for interface module: 1 candidate Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS") Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE") [0x805ec54] main playlist debug: rebuilding array of current - root п÷п╩п╣п╧п╩п╦я│я┌ [0x805ec54] main playlist debug: rebuild done - 0 items, index -1 [0x805ec54] main playlist debug: Activated [0x81a5bd4] main interface debug: using interface module "inhibit" [0x81a5bd4] main interface debug: TIMER module_need() : 5.139 ms - Total 5.139 ms / 1 intvls (Avg 5.139 ms) [0x805ec54] main playlist debug: adding item `dvb://' ( dvb:// ) [0x81a6e04] main interface debug: looking for interface module: 1 candidate [0x81a6e04] main interface debug: using interface module "globalhotkeys" [0x81a6e04] main interface debug: TIMER module_need() : 1.494 ms - Total 1.494 ms / 1 intvls (Avg 1.494 ms) [0x80503f4] main libvlc: п≈п╟п©я┐я│п╨ vlc я│ п╦пҐя┌п╣я─я└п╣п╧я│п╬п╪ п©п╬ я┐п╪п╬п╩я┤п╟пҐп╦я▌. п≤я│п©п╬п╩я▄пЇя┐п╧я┌п╣ 'cvlc' пЄп╩я▐ пЇп╟п©я┐я│п╨п╟ vlc п╠п╣пЇ п╦пҐя┌п╣я─я└п╣п╧я│п╟. [0x81a71ac] main interface debug: looking for interface module: 5 candidates Blocked: call to setlocale(6, "") Blocked: call to sigaction(17, 0xb2240114, 0xb2240088) Blocked: call to strerror(2) Blocked: call to strerror(2) Blocked: call to strerror(2) Blocked: call to strerror(2) Blocked: call to strerror(2) Blocked: call to setlocale(6, "") Blocked: call to putenv("DESKTOP_STARTUP_ID=") [0x82ae1b4] main generic debug: looking for extension module: 1 candidate [0x82ae1b4] lua generic debug: Opening EXPERIMENTAL Lua Extension module [0x82ae1b4] lua generic debug: Trying Lua scripts in /home/mello/.local/share/vlc/lua/extensions [0x82ae1b4] lua generic debug: Trying Lua scripts in /usr/lib/vlc/lua/extensions [0x82ae1b4] lua generic debug: Trying Lua playlist script /usr/lib/vlc/lua/extensions/allocine-fr.luac [0x82ae1b4] lua generic debug: Scanning Lua script /usr/lib/vlc/lua/extensions/allocine-fr.luac [0x82ae1b4] lua generic debug: Script /usr/lib/vlc/lua/extensions/allocine-fr.luac has the following capability flags: 0xc [0x82ae1b4] lua generic debug: Trying Lua playlist script /usr/lib/vlc/lua/extensions/imdb.luac [0x82ae1b4] lua generic debug: Scanning Lua script /usr/lib/vlc/lua/extensions/imdb.luac [0x82ae1b4] lua generic debug: Script /usr/lib/vlc/lua/extensions/imdb.luac has the following capability flags: 0x4 [0x82ae1b4] lua generic debug: Trying Lua scripts in /usr/share/vlc/lua/extensions [0x82ae1b4] main generic debug: using extension module "lua" [0x82ae1b4] main generic debug: TIMER module_need() : 1.638 ms - Total 1.638 ms / 1 intvls (Avg 1.638 ms) [0x8229b14] main probe debug: looking for services probe module: 9 candidates [0x8229b14] main probe debug: no services probe module matching "any" could be loaded [0x8229b14] main probe debug: TIMER module_need() : 7.169 ms - Total 7.169 ms / 1 intvls (Avg 7.169 ms) [0x81a71ac] qt4 interface debug: Sorting by column -1, order 0 [0x81a71ac] qt4 interface debug: Sorting by column -1, order 0 [0x81a71ac] main interface debug: using interface module "qt4" [0x81a71ac] main interface debug: TIMER module_need() : 954.352 ms - Total 954.352 ms / 1 intvls (Avg 954.352 ms) [0x805ec54] main playlist debug: rebuilding array of current - root п÷п╩п╣п╧п╩п╦я│я┌ [0x805ec54] main playlist debug: rebuild done - 1 items, index -1 [0x805ec54] main playlist debug: processing request item null node п÷п╩п╣п╧п╩п╦я│я┌ skip 0 [0x805ec54] main playlist debug: starting new item [0x805ec54] main playlist debug: creating new input thread [0x82376c4] main input debug: Creating an input for 'dvb://' [0x82376c4] main input debug: thread started [0x8273674] main stream output debug: using sout chain=`duplicate{dst=std{access=http,mux=ts,dst=10.170.0.10:8001},select="program=400", dst=std{access=http,mux=ts,dst=10.170.0.10:8002},select="program=59"}' [0x8273674] main stream output debug: stream=`duplicate' [0x8262a94] main stream out debug: looking for sout stream module: 1 candidate [0x8262a94] stream_out_duplicate stream out debug: creating 'duplicate' [0x8262a94] stream_out_duplicate stream out debug: * adding `std{access=http,mux=ts,dst=10.170.0.10:8001}' [0x8273674] main stream output debug: stream=`std' [0x8250d6c] main stream out debug: looking for sout stream module: 1 candidate [0x8250d6c] main stream out debug: set config option: sout-standard-access to http [0x8250d6c] main stream out debug: set config option: sout-standard-mux to ts [0x8250d6c] main stream out debug: set config option: sout-standard-dst to 10.170.0.10:8001 [0x8250d6c] stream_out_standard stream out debug: creating `http/ts://10.170.0.10:8001' [0x8250d6c] stream_out_standard stream out debug: extension is 10:8001 [0x8250d6c] stream_out_standard stream out debug: extension -> mux=(null) [0x8250d6c] stream_out_standard stream out debug: using `http/ts://10.170.0.10:8001' [0x826e7ac] main access out debug: looking for sout access module: 1 candidate [0x826e7ac] main access out: creating httpd [0x826e7ac] main access out debug: net: listening to 10.170.0.10 port 8001 [0x826e7ac] main access out debug: using sout access module "access_output_http" [0x826e7ac] main access out debug: TIMER module_need() : 75.453 ms - Total 75.453 ms / 1 intvls (Avg 75.453 ms) [0x8250d6c] stream_out_standard stream out debug: access opened [0x8260c54] main mux debug: looking for sout mux module: 1 candidate [0x8260c54] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000 [0x8260c54] main mux debug: using sout mux module "mux_ts" [0x8260c54] main mux debug: TIMER module_need() : 0.508 ms - Total 0.508 ms / 1 intvls (Avg 0.508 ms) [0x8273674] main stream output debug: muxer support adding stream at any time [0x8273674] main stream output debug: muxer prefers to wait for all ES before starting to mux [0x8250d6c] stream_out_standard stream out debug: mux opened [0x8250d6c] main stream out debug: using sout stream module "stream_out_standard" [0x8250d6c] main stream out debug: TIMER module_need() : 76.487 ms - Total 76.487 ms / 1 intvls (Avg 76.487 ms) [0x8262a94] stream_out_duplicate stream out debug: * apply selection `program=400' [0x8262a94] stream_out_duplicate stream out debug: * adding `std{access=http,mux=ts,dst=10.170.0.10:8002}' [0x8273674] main stream output debug: stream=`std' [0x826366c] main stream out debug: looking for sout stream module: 1 candidate [0x826366c] main stream out debug: set config option: sout-standard-access to http [0x826366c] main stream out debug: set config option: sout-standard-mux to ts [0x826366c] main stream out debug: set config option: sout-standard-dst to 10.170.0.10:8002 [0x826366c] stream_out_standard stream out debug: creating `http/ts://10.170.0.10:8002' [0x826366c] stream_out_standard stream out debug: extension is 10:8002 [0x826366c] stream_out_standard stream out debug: extension -> mux=(null) [0x826366c] stream_out_standard stream out debug: using `http/ts://10.170.0.10:8002' [0x8282ecc] main access out debug: looking for sout access module: 1 candidate [0x8282ecc] main access out debug: net: listening to 10.170.0.10 port 8002 [0x8282ecc] main access out debug: using sout access module "access_output_http" [0x8282ecc] main access out debug: TIMER module_need() : 0.454 ms - Total 0.454 ms / 1 intvls (Avg 0.454 ms) [0x826366c] stream_out_standard stream out debug: access opened [0x807588c] main mux debug: looking for sout mux module: 1 candidate [0x807588c] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000 [0x807588c] main mux debug: using sout mux module "mux_ts" [0x807588c] main mux debug: TIMER module_need() : 0.316 ms - Total 0.316 ms / 1 intvls (Avg 0.316 ms) [0x8273674] main stream output debug: muxer support adding stream at any time [0x826366c] stream_out_standard stream out debug: mux opened [0x826366c] main stream out debug: using sout stream module "stream_out_standard" [0x826366c] main stream out debug: TIMER module_need() : 1.238 ms - Total 1.238 ms / 1 intvls (Avg 1.238 ms) [0x8262a94] stream_out_duplicate stream out debug: * apply selection `program=59' [0x8262a94] main stream out debug: using sout stream module "stream_out_duplicate" [0x8262a94] main stream out debug: TIMER module_need() : 78.131 ms - Total 78.131 ms / 1 intvls (Avg 78.131 ms) [0x82376c4] main input debug: using timeshift granularity of 50 MiB [0x82376c4] main input debug: using timeshift path '/tmp' [0x82376c4] main input debug: thread (input) created at priority 10 (input/input.c:214) [0x81a71ac] qt4 interface debug: IM: Setting an input [0x82376c4] main input debug: `dvb://' gives access `dvb' demux `' path `' [0x82376c4] main input debug: creating demux: access='dvb' demux='' path='' [0x82a445c] main demux debug: looking for access_demux module: 0 candidates [0x82a445c] main demux debug: no access_demux module matched "dvb" [0x82a445c] main demux debug: TIMER module_need() : 0.266 ms - Total 0.266 ms / 1 intvls (Avg 0.266 ms) [0x82376c4] main input debug: creating access 'dvb' location='', path='(null)' [0x8236354] main access debug: looking for access module: 1 candidate [0x8236354] dvb access debug: Opening device /dev/dvb/adapter0/frontend0 [0x8236354] dvb access debug: Frontend Info: [0x8236354] dvb access debug: name = ST STV0299 DVB-S [0x8236354] dvb access debug: type = QPSK (DVB-S) [0x8236354] dvb access debug: frequency_min = 950000 (kHz) [0x8236354] dvb access debug: frequency_max = 2150000 (kHz) [0x8236354] dvb access debug: frequency_stepsize = 125 [0x8236354] dvb access debug: frequency_tolerance = 0 [0x8236354] dvb access debug: symbol_rate_min = 1000000 (kHz) [0x8236354] dvb access debug: symbol_rate_max = 45000000 (kHz) [0x8236354] dvb access debug: symbol_rate_tolerance (ppm) = 500 [0x8236354] dvb access debug: notifier_delay (ms) = 0 [0x8236354] dvb access debug: Frontend Info capability list: [0x8236354] dvb access debug: inversion auto [0x8236354] dvb access debug: forward error correction 1/2 [0x8236354] dvb access debug: forward error correction 2/3 [0x8236354] dvb access debug: forward error correction 3/4 [0x8236354] dvb access debug: forward error correction 5/6 [0x8236354] dvb access debug: forward error correction 7/8 [0x8236354] dvb access debug: forward error correction auto [0x8236354] dvb access debug: card can do QPSK [0x8236354] dvb access debug: End of capability list [0x8236354] dvb access debug: trying to tune the frontend... [0x8236354] dvb access debug: frequency 1553000 is in IF-band [0x8236354] dvb access debug: using inversion=2 [0x8236354] dvb access debug: using fec=9 [0x8236354] dvb access debug: using voltage=18 [0x8236354] dvb access debug: using tone=1 [0x8236354] dvb access debug: Opening device /dev/dvb/adapter0/dvr0 [0x8236354] dvb access debug: setting filter on PAT [0x8236354] dvb access debug: Opening device /dev/dvb/adapter0/demux0 [0x8236354] dvb access debug: DMXSetFilter: DMX_PES_OTHER for PID 0 [0x8236354] dvb access debug: Opening device /dev/dvb/adapter0/ca0 [0x8236354] dvb access warning: CAMInit: opening CAM device failed (No such file or directory) [0x8236354] main access debug: using access module "dvb" [0x8236354] main access debug: TIMER module_need() : 155.860 ms - Total 155.860 ms / 1 intvls (Avg 155.860 ms) [0x8280ae4] main stream debug: Using AStream*Block [0x8280ae4] main stream debug: pre buffering [0x8280ae4] main stream debug: received first data after 39 ms [0x8280ae4] main stream debug: prebuffering done 188 bytes in 0s - 4 KiB/s [0x826bf3c] main stream debug: looking for stream_filter module: 5 candidates [0x826bf3c] main stream debug: no stream_filter module matching "any" could be loaded [0x826bf3c] main stream debug: TIMER module_need() : 0.234 ms - Total 0.234 ms / 1 intvls (Avg 0.234 ms) [0x826bf3c] main stream debug: looking for stream_filter module: 1 candidate [0x826bf3c] main stream debug: using stream_filter module "stream_filter_record" [0x826bf3c] main stream debug: TIMER module_need() : 0.154 ms - Total 0.154 ms / 1 intvls (Avg 0.154 ms) [0x82376c4] main input debug: creating demux: access='dvb' demux='ts' path='' [0x82656a4] main demux debug: looking for demux module: 1 candidate [0x8236354] dvb access debug: frontend has acquired signal [0x8236354] dvb access debug: frontend has acquired carrier [0x8236354] dvb access debug: frontend has acquired stable FEC [0x8236354] dvb access debug: frontend has acquired sync [0x8236354] dvb access debug: frontend has acquired lock [0x8236354] dvb access debug: - Bit error rate: 8192 [0x8236354] dvb access debug: - Signal strength: 48605 [0x8236354] dvb access debug: - SNR: 55110 Warning: call to rand() Warning: call to rand() Warning: call to rand() Warning: call to rand() Warning: call to rand() [0x8236354] dvb access debug: Opening device /dev/dvb/adapter0/demux0 [0x8236354] dvb access debug: DMXSetFilter: DMX_PES_OTHER for PID 17 [0x8236354] dvb access debug: Opening device /dev/dvb/adapter0/demux0 [0x8236354] dvb access debug: DMXSetFilter: DMX_PES_OTHER for PID 18 libdvbpsi error (PSI decoder): TS discontinuity (received 11, expected 0) for PID 0 [0x82656a4] ts demux debug: PATCallBack called [0x82656a4] ts demux debug: new PAT ts_id=310 version=8 current_next=1 [0x82656a4] ts demux debug: * number=400 pid=290 [0x8236354] dvb access debug: Opening device /dev/dvb/adapter0/demux0 [0x8236354] dvb access debug: DMXSetFilter: DMX_PES_OTHER for PID 290 [0x82656a4] ts demux debug: * number=59 pid=944 [0x82656a4] ts demux debug: * number=30 pid=3076 [0x82656a4] ts demux debug: * number=32 pid=3080 [0x82656a4] ts demux debug: * number=45 pid=3077 [0x82656a4] ts demux debug: * number=57 pid=3040 [0x82656a4] ts demux debug: * number=3 pid=134 [0x82656a4] ts demux debug: * number=4 pid=124 [0x82656a4] ts demux debug: * number=410 pid=291 [0x82656a4] ts demux debug: * number=31010 pid=1100 [0x82656a4] ts demux debug: * number=31020 pid=1200 [0x82656a4] ts demux debug: * number=31030 pid=1300 [0x82656a4] ts demux debug: * number=31040 pid=1503 [0x82656a4] ts demux debug: * number=31050 pid=1603 [0x82656a4] ts demux debug: * number=31060 pid=600 [0x82656a4] ts demux debug: * number=31070 pid=1700 [0x82656a4] ts demux debug: * number=31080 pid=1800 [0x82656a4] ts demux debug: * number=31090 pid=1905 libdvbpsi error (PSI decoder): TS discontinuity (received 1, expected 0) for PID 290 [0x82656a4] ts demux debug: PMTCallBack called [0x82656a4] ts demux debug: new PMT program number=400 version=0 pid_pcr=401 [0x8236354] dvb access debug: Opening device /dev/dvb/adapter0/demux0 [0x8236354] dvb access debug: DMXSetFilter: DMX_PES_OTHER for PID 401 [0x82656a4] ts demux debug: * es pid=401 type=2 dr->i_tag=0x52 [0x82656a4] ts demux debug: * es pid=401 type=2 fcc=mpgv [0x82376c4] main input debug: selecting program id=400 [0x82656a4] ts demux debug: * es pid=402 type=4 dr->i_tag=0x52 [0x82656a4] ts demux debug: * es pid=402 type=4 fcc=mpga [0x8236354] dvb access debug: Opening device /dev/dvb/adapter0/demux0 [0x8236354] dvb access debug: DMXSetFilter: DMX_PES_OTHER for PID 402 [0x82656a4] ts demux debug: * es pid=404 type=5 dr->i_tag=0xa [0x82656a4] ts demux debug: * es pid=404 type=5 dr->i_tag=0x52 [0x82656a4] ts demux debug: * es pid=404 type=5 dr->i_tag=0x56 [0x82656a4] ts demux debug: * es pid=404 type=5 *unknown* [0x82656a4] main demux debug: using demux module "ts" [0x82656a4] main demux debug: TIMER module_need() : 787.883 ms - Total 787.883 ms / 1 intvls (Avg 787.883 ms) [0x830549c] main decoder debug: looking for packetizer module: 21 candidates [0x830549c] main decoder debug: using packetizer module "packetizer_mpegvideo" [0x830549c] main decoder debug: TIMER module_need() : 0.270 ms - Total 0.270 ms / 1 intvls (Avg 0.270 ms) [0x830549c] main decoder debug: thread started [0x830549c] main decoder debug: thread (decoder) created at priority 0 (input/decoder.c:303) [0x837cb4c] main decoder debug: looking for packetizer module: 21 candidates [0x837cb4c] main decoder debug: using packetizer module "mpeg_audio" [0x837cb4c] main decoder debug: TIMER module_need() : 0.629 ms - Total 0.629 ms / 1 intvls (Avg 0.629 ms) [0x837cb4c] main decoder debug: thread started [0x837cb4c] main decoder debug: thread (decoder) created at priority 5 (input/decoder.c:303) [0x82656a4] ts demux debug: DEMUX_SET_GROUP -1 0xb000e2ac [0x8236354] dvb access debug: DMXUnsetFilter: closing demux 20 [0x8236354] dvb access debug: DMXUnsetFilter: closing demux 21 [0x8236354] dvb access debug: DMXUnsetFilter: closing demux 22 [0x8236354] dvb access debug: Opening device /dev/dvb/adapter0/demux0 [0x8236354] dvb access debug: DMXSetFilter: DMX_PES_OTHER for PID 290 [0x8236354] dvb access debug: Opening device /dev/dvb/adapter0/demux0 [0x8236354] dvb access debug: DMXSetFilter: DMX_PES_OTHER for PID 401 [0x8236354] dvb access debug: Opening device /dev/dvb/adapter0/demux0 [0x8236354] dvb access debug: DMXSetFilter: DMX_PES_OTHER for PID 402 [0x8236354] dvb access debug: Opening device /dev/dvb/adapter0/demux0 [0x8236354] dvb access debug: DMXSetFilter: DMX_PES_OTHER for PID 944 *** glibc detected *** vlc: free(): invalid next size (fast): 0x08273090 ***
button "play" becomes inactive

ILEoo
Developer
Developer
Posts: 91
Joined: 05 Nov 2008 16:29

Re: vlc 1.1.0 duplicate http streaming

Postby ILEoo » 13 Jul 2010 22:11

Similar commandline (with correct frequency etc for my dvb-c) works just fine for me for todays git version.

Rémi Denis-Courmont
Developer
Developer
Posts: 15140
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: vlc 1.1.0 duplicate http streaming

Postby Rémi Denis-Courmont » 14 Jul 2010 21:22

Heap corruption. Please retry under valgrind.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 4 guests