Jump to content

Recommended Posts

Posted

нужно вещать ip tv несколько каналов в http.

ос suse 11.2

vlc 1.0.3

карта DVB SkyStarUSB

 

 

один канал нормально вещается следующиим скриптом

cvlc --daemon --ttl 12 --programs=59 dvb:// --dvb-adapter=0 --dvb-frequency=1553000 --dvb-srate=27500000 --dvb-voltage=18 --sout '#:standard{access=http,mux=ts,dst=10.170.0.3:8081},select="program=59"}'

 

запускал в режиме даемона. претензий нет. нормально работает. Но необходимо вещать около 5-6.

пытался организовать запуск следующим скриптом.

 

vlc -vvv --color --ts-es-id-pid --programs=59,410,411 dvb:// --dvb-adapter=0 --dvb-frequency=1255000 --dvb-srate=27500000 --dvb-voltage=18 --sout '#duplicate{dst="standard{access=http, mux=ts, dst=10.170.0.3:8081}",select="program=59",dst="standard{access=http, mux=ts, dst=10.170.0.3:8082}",select="program=410",dst="standard{access=http, mux=ts, dst=10.170.0.3:8084}",select="program=411"}

 

однако и на 8081 и 8082 вещается 410 пид. вывод логов по мере надобности предоставлю:)

 

Хелп ми плиз.

Posted

вру.

 

vlc -vvv --color --ts-es-id-pid --programs=59,410,411 dvb:// --dvb-adapter=0 --dvb-frequency=1255000 --dvb-srate=27500000 --dvb-voltage=18 --sout '#duplicate{dst="standard{access=http, mux=ts, dst=10.170.0.3:8081}",select="program=59",dst="standard{access=http, mux=ts, dst=10.170.0.3:8082}",select="program=410",dst="standard{access=http, mux=ts, dst=10.170.0.3:8084}",select="program=411"

 

не работает

Posted (edited)

вот так будет работать!

 

vlc -vvv --color --ts-es-id-pid --programs=59,410,411 \

dvb:// --dvb-adapter=0 --dvb-frequency=1255000 --dvb-srate=27500000 --dvb-voltage=18 \

--sout '#duplicate{ \

dst="standard{access=http, mux=ts, dst=10.170.0.3:8081}",select="program=59", \

dst="standard{access=http, mux=ts, dst=10.170.0.3:8082}",select="program=410", \

dst="standard{access=http, mux=ts, dst=10.170.0.3:8084}",select="program=411"}'

Edited by Firestarter
Posted

admin@linux-5ff3:~> vlc -vvv --color --ts-es-id-pid --programs=59,410,411 \                                                                                                                     
> dvb:// --dvb-adapter=0 --dvb-frequency=1255000 --dvb-srate=27500000 --dvb-voltage=18 \                                                                                                        
> --sout '#duplicate{ \                                                                                                                                                                         
> dst="standard{access=http, mux=ts, dst=10.170.0.3:8081}",select="program=59", \                                                                                                               
> dst="standard{access=http, mux=ts, dst=10.170.0.3:8082}",select="program=410", \                                                                                                              
> dst="standard{access=http, mux=ts, dst=10.170.0.3:8084}",select="program=411"}'                                                                                                               
VLC media player 1.0.3 Goldeneye                                                                                                                                                                
[0x804f3a8] main libvlc debug: VLC media player - version 1.0.3 Goldeneye - (c) 1996-2009 the VideoLAN team                                                                                     
[0x804f3a8] main libvlc debug: libvlc was configured with ./configure  '--host=i686-suse-linux-gnu' '--build=i686-suse-linux-gnu' '--target=i686-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-galaktos' '--enable-a52' '--enable-aa' '--enable-alsa' '--enable-asademux' '--enable-caca' '--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-mozilla' '--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-x11' '--enable-xosd' '--enable-xvideo' '--with-live555-tree=/usr/lib/live' 'build_alias=i686-suse-linux-gnu' 'host_alias=i686-suse-linux-gnu' 'target_alias=i686-suse-linux' 'CFLAGS=-march=i686 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g' 'CXXFLAGS=-march=i686 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g'                                                                                                                          
[0x804f3a8] main libvlc debug: translation test: code is "ru"                                                                                                                                   
[0x804f3a8] main libvlc debug: checking plugin modules                                                                                                                                          
[0x804f3a8] main libvlc debug: loading plugins cache file /home/admin/.cache/vlc/plugins-04041e.dat                                                                                             
[0x804f3a8] main libvlc debug: recursively browsing `/usr/lib/vlc'                                                                                                                              
[0x804f3a8] main libvlc debug: module bank initialized (378 modules)                                                                                                                            
[0x804f3a8] main libvlc debug: opening config file (/home/admin/.config/vlc/vlcrc)                                                                                                              
[0x804f3a8] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU                                                                                                             
[0x804f3a8] main libvlc debug: looking for memcpy module: 3 candidates                                                                                                                          
[0x804f3a8] main libvlc debug: using memcpy module "memcpymmxext"                                                                                                                               
[0x8128720] main input debug: Creating an input for 'Медиа-библиотека'                                                                                                                          
[0x8128720] main input debug: Input is a meta file: disabling unneeded options                                                                                                                  
[0x8128720] main input debug: using timeshift granularity of 50 MBytes                                                                                                                          
[0x8128720] main input debug: using timeshift path '/tmp'                                                                                                                                       
[0x8128720] main input debug: `file/xspf-open:///home/admin/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/admin/.local/share/vlc/ml.xspf'                         
[0x8128720] main input debug: creating demux: access='file' demux='xspf-open' path='/home/admin/.local/share/vlc/ml.xspf'                                                                       
[0x812e1b0] main demux debug: looking for access_demux module: 1 candidate                                                                                                                      
[0x812e1b0] main demux warning: no access_demux module matching "file" could be loaded                                                                                                          
[0x812e1b0] main demux debug: TIMER module_need() : 2,421 ms - Total 2,421 ms / 1 intvls (Avg 2,421 ms)                                                                                         
[0x8128720] main input debug: creating access 'file' path='/home/admin/.local/share/vlc/ml.xspf'                                                                                                
[0x8130038] main access debug: looking for access module: 3 candidates                                                                                                                          
[0x8130038] access_file access debug: opening file `/home/admin/.local/share/vlc/ml.xspf'                                                                                                       
[0x8130038] main access debug: using access module "access_file"                                                                                                                                
[0x8130038] main access debug: TIMER module_need() : 3,298 ms - Total 3,298 ms / 1 intvls (Avg 3,298 ms)                                                                                        
[0x8131868] main stream debug: Using AStream*Stream                                                                                                                                             
[0x8131868] main stream debug: pre buffering                                                                                                                                                    
[0x8131868] main stream debug: received first data after 0 ms                                                                                                                                   
[0x8131868] main stream debug: pre-buffering done 314 bytes in 0s - 1344 kbytes/s                                                                                                               
[0x812f0e8] main stream debug: looking for stream_filter module: 4 candidates                                                                                                                   
[0x812f0e8] main stream debug: TIMER module_need() : 2,489 ms - Total 2,489 ms / 1 intvls (Avg 2,489 ms)                                                                                        
[0x812f0e8] main stream debug: looking for stream_filter module: 1 candidate                                                                                                                    
[0x812f0e8] main stream debug: using stream_filter module "stream_filter_record"                                                                                                                
[0x812f0e8] main stream debug: TIMER module_need() : 1,306 ms - Total 1,306 ms / 1 intvls (Avg 1,306 ms)                                                                                        
[0x8128720] main input debug: creating demux: access='file' demux='xspf-open' path='/home/admin/.local/share/vlc/ml.xspf'                                                                       
[0x81329d8] main demux debug: looking for demux module: 1 candidate                                                                                                                             
[0x81329d8] playlist demux debug: using XSPF playlist reader                                                                                                                                    
[0x81329d8] main demux debug: using demux module "playlist"                                                                                                                                     
[0x81329d8] main demux debug: TIMER module_need() : 1,850 ms - Total 1,850 ms / 1 intvls (Avg 1,850 ms)                                                                                         
[0x8128720] main input debug: `file/xspf-open:///home/admin/.local/share/vlc/ml.xspf' successfully opened                                                                                       
[0x8135148] main xml debug: looking for xml module: 2 candidates                                                                                                                                
[0x8135148] main xml debug: using xml module "xml"                                                                                                                                              
[0x8135148] main xml debug: TIMER module_need() : 2,393 ms - Total 2,393 ms / 1 intvls (Avg 2,393 ms)                                                                                           
[0x81329d8] playlist demux debug: parsed 0 tracks successfully                                                                                                                                  
[0x8135148] main xml debug: removing module "xml"                                                                                                                                               
[0x8128720] main input debug: EOF reached                                                                                                                                                       
[0x81329d8] main demux debug: removing module "playlist"                                                                                                                                        
[0x812f0e8] main stream debug: removing module "stream_filter_record"                                                                                                                           
[0x8130038] main access debug: removing module "access_file"                                                                                                                                    
[0x8128720] main input debug: TIMER input launching for 'Медиа-библиотека' : 36,854 ms - Total 36,854 ms / 1 intvls (Avg 36,854 ms)                                                             
[0x8118438] main playlist debug: rebuilding array of current - root Плейлист                                                                                                                    
[0x8118438] main playlist debug: rebuild done - 0 items, index -1                                                                                                                               
[0x8118438] main playlist debug: Activated                                                                                                                                                      
[0x8135850] main interface debug: looking for interface module: 1 candidate                                                                                                                     
[0x8135850] main interface debug: using interface module "hotkeys"                                                                                                                              
[0x8135850] main interface debug: TIMER module_need() : 1,750 ms - Total 1,750 ms / 1 intvls (Avg 1,750 ms)                                                                                     
[0x8135850] main interface debug: thread started                                                                                                                                                
[0x8135850] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)                                                                                          
[0x812e0a0] main interface debug: looking for interface module: 1 candidate                                                                                                                     
[0x812e0a0] inhibit interface error: Failed to connect to the D-Bus session daemon: dbus-launch failed to autolaunch D-Bus session: Autolaunch error: X11 initialization failed.                
                                                                                                                                                                                                
[0x812e0a0] main interface warning: no interface module matching "inhibit,none" could be loaded                                                                                                 
[0x812e0a0] main interface debug: TIMER module_need() : 7,063 ms - Total 7,063 ms / 1 intvls (Avg 7,063 ms)                                                                                     
[0x812e0a0] main interface error: no suitable interface module                                                                                                                                  
[0x804f3a8] main libvlc error: interface "inhibit,none" initialization failed                                                                                                                   
[0x812e0a0] main interface debug: looking for interface module: 1 candidate                                                                                                                     
[0x812e0a0] main interface debug: using interface module "screensaver"                                                                                                                          
[0x812e0a0] main interface debug: TIMER module_need() : 1,368 ms - Total 1,368 ms / 1 intvls (Avg 1,368 ms)                                                                                     
[0x812e0a0] main interface debug: thread started                                                                                                                                                
[0x812e0a0] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)                                                                                          
[0x8118438] main playlist debug: adding item `dvb://' ( dvb:// )                                                                                                                                
[0x8135ec8] main interface debug: looking for interface module: 1 candidate                                                                                                                     
[0x812e0a0] screensaver interface warning: failed to connect to the D-BUS daemon: dbus-launch failed to autolaunch D-Bus session: Autolaunch error: X11 initialization failed.                  
                                                                                                                                                                                                
[0x8135ec8] main interface debug: using interface module "signals"                                                                                                                              
[0x8135ec8] main interface debug: TIMER module_need() : 1,830 ms - Total 1,830 ms / 1 intvls (Avg 1,830 ms)                                                                                     
[0x8135ec8] main interface debug: thread started                                                                                                                                                
[0x8135ec8] main interface debug: thread ended                                                                                                                                                  
[0x8135ec8] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)                                                                                          
[0x81362c0] main interface debug: looking for interface module: 1 candidate                                                                                                                     
[0x81362c0] main interface warning: no interface module matching "globalhotkeys,none" could be loaded
[0x81362c0] main interface debug: TIMER module_need() : 2,883 ms - Total 2,883 ms / 1 intvls (Avg 2,883 ms)
[0x81362c0] main interface error: no suitable interface module
[0x804f3a8] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x804f3a8] main libvlc: Запуск vlc с интерфейсом по умолчанию. Используйте 'cvlc' для запуска vlc без интерфейса.
[0x812c5f0] main interface debug: looking for interface module: 5 candidates
[0x812c5f0] qt4 interface error: Could not connect to X server
[0x812c5f0] skins2 interface error: Cannot open display
[0x812c5f0] skins2 interface error: cannot initialize OSFactory
Интерфейс удаленного управления запущен. Введите 'help' для справки.
[0x812c5f0] main interface debug: using interface module "rc"
[0x812c5f0] main interface debug: TIMER module_need() : 63,625 ms - Total 63,625 ms / 1 intvls (Avg 63,625 ms)
[0x812c5f0] main interface debug: thread started
[0x812c5f0] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x8118438] main playlist debug: rebuilding array of current - root Плейлист
[0x8118438] main playlist debug: rebuild done - 1 items, index -1
[0x8118438] main playlist debug: processing request item null node Плейлист skip 0
[0x8118438] main playlist debug: starting new item
[0x8118438] main playlist debug: creating new input thread
[0x8143590] main input debug: Creating an input for 'dvb://'
[0x8143590] main input debug: thread started
[0x8146b98] main stream output debug: stream=`duplicate'
[0x8147488] main stream out debug: looking for sout stream module: 1 candidate
[0x8147488] stream_out_duplicate stream out debug: creating 'duplicate'
[0x8147488] stream_out_duplicate stream out error:  * ignore unknown option `\
dst'
[0x8147488] stream_out_duplicate stream out error:  * ignore unknown option `\
dst'
[0x8147488] stream_out_duplicate stream out error:  * ignore unknown option `\
dst'
[0x8147488] stream_out_duplicate stream out error: no destination given
[0x8147488] main stream out warning: no sout stream module matching "duplicate" could be loaded
[0x8147488] main stream out debug: TIMER module_need() : 2,708 ms - Total 2,708 ms / 1 intvls (Avg 2,708 ms)
[0x8147488] main stream out debug: destroying chain... (name=duplicate)
[0x8147488] main stream out debug: destroying chain done
[0x8146b98] main stream output error: stream chain failed for `duplicate{ \
dst="standard{access=http, mux=ts, dst=10.170.0.3:8081}",select="program=59", \
dst="standard{access=http, mux=ts, dst=10.170.0.3:8082}",select="program=410", \
dst="standard{access=http, mux=ts, dst=10.170.0.3:8084}",select="program=411"}'
[0x8143590] main input debug: thread (input) created at priority 10 (input/input.c:230)
[0x8143590] main input error: cannot start stream output instance, aborting
[0x8143590] main input debug: thread ended
[0x8118438] main playlist debug: dead input
[0x8143590] main input debug: TIMER input launching for 'dvb://' : 27,523 ms - Total 27,523 ms / 1 intvls (Avg 27,523 ms)
[0x8118438] main playlist debug: changing item without a request (current 0/1)
[0x8118438] main playlist debug: nothing to play

 

 

слешы ему ненравятся( факен влц.

Posted

делал) вот лог)

 

admin@linux-5ff3:~> vlc -vvv --color --ts-es-id-pid --programs=59,410,411 dvb:// --dvb-adapter=0 --dvb-frequency=1255000 --dvb-srate=27500000 --dvb-voltage=18 --sout '#duplicate{ dst="standard{access=http, mux=ts, dst=10.170.0.3:8081}", select="program=59", dst="standard{access=http, mux=ts, dst=10.170.0.3:8082}", select="program=410", dst="standard{access=http, mux=ts, dst=10.170.0.3:8084}",select="program=411"}'                                                                                                                                                               
VLC media player 1.0.3 Goldeneye                                                                                                                                                                
[0x804f3a8] main libvlc debug: VLC media player - version 1.0.3 Goldeneye - (c) 1996-2009 the VideoLAN team                                                                                     
[0x804f3a8] main libvlc debug: libvlc was configured with ./configure  '--host=i686-suse-linux-gnu' '--build=i686-suse-linux-gnu' '--target=i686-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-galaktos' '--enable-a52' '--enable-aa' '--enable-alsa' '--enable-asademux' '--enable-caca' '--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-mozilla' '--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-x11' '--enable-xosd' '--enable-xvideo' '--with-live555-tree=/usr/lib/live' 'build_alias=i686-suse-linux-gnu' 'host_alias=i686-suse-linux-gnu' 'target_alias=i686-suse-linux' 'CFLAGS=-march=i686 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g' 'CXXFLAGS=-march=i686 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g'                                                                                                                          
[0x804f3a8] main libvlc debug: translation test: code is "ru"                                                                                                                                   
[0x804f3a8] main libvlc debug: checking plugin modules                                                                                                                                          
[0x804f3a8] main libvlc debug: loading plugins cache file /home/admin/.cache/vlc/plugins-04041e.dat                                                                                             
[0x804f3a8] main libvlc debug: recursively browsing `/usr/lib/vlc'                                                                                                                              
[0x804f3a8] main libvlc debug: module bank initialized (378 modules)                                                                                                                            
[0x804f3a8] main libvlc debug: opening config file (/home/admin/.config/vlc/vlcrc)                                                                                                              
[0x804f3a8] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU                                                                                                             
[0x804f3a8] main libvlc debug: looking for memcpy module: 3 candidates                                                                                                                          
[0x804f3a8] main libvlc debug: using memcpy module "memcpymmxext"                                                                                                                               
[0x8128708] main input debug: Creating an input for 'Медиа-библиотека'                                                                                                                          
[0x8128708] main input debug: Input is a meta file: disabling unneeded options                                                                                                                  
[0x8128708] main input debug: using timeshift granularity of 50 MBytes                                                                                                                          
[0x8128708] main input debug: using timeshift path '/tmp'                                                                                                                                       
[0x8128708] main input debug: `file/xspf-open:///home/admin/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/admin/.local/share/vlc/ml.xspf'                         
[0x8128708] main input debug: creating demux: access='file' demux='xspf-open' path='/home/admin/.local/share/vlc/ml.xspf'                                                                       
[0x812e190] main demux debug: looking for access_demux module: 1 candidate                                                                                                                      
[0x812e190] main demux warning: no access_demux module matching "file" could be loaded                                                                                                          
[0x812e190] main demux debug: TIMER module_need() : 83,811 ms - Total 83,811 ms / 1 intvls (Avg 83,811 ms)                                                                                      
[0x8128708] main input debug: creating access 'file' path='/home/admin/.local/share/vlc/ml.xspf'                                                                                                
[0x8130018] main access debug: looking for access module: 3 candidates                                                                                                                          
[0x8130018] access_file access debug: opening file `/home/admin/.local/share/vlc/ml.xspf'                                                                                                       
[0x8130018] main access debug: using access module "access_file"                                                                                                                                
[0x8130018] main access debug: TIMER module_need() : 30,734 ms - Total 30,734 ms / 1 intvls (Avg 30,734 ms)                                                                                     
[0x8131848] main stream debug: Using AStream*Stream                                                                                                                                             
[0x8131848] main stream debug: pre buffering                                                                                                                                                    
[0x8131848] main stream debug: received first data after 0 ms                                                                                                                                   
[0x8131848] main stream debug: pre-buffering done 314 bytes in 0s - 3833 kbytes/s                                                                                                               
[0x812f0b8] main stream debug: looking for stream_filter module: 4 candidates                                                                                                                   
[0x812f0b8] main stream debug: TIMER module_need() : 29,700 ms - Total 29,700 ms / 1 intvls (Avg 29,700 ms)                                                                                     
[0x812f0b8] main stream debug: looking for stream_filter module: 1 candidate                                                                                                                    
[0x812f0b8] main stream debug: using stream_filter module "stream_filter_record"                                                                                                                
[0x812f0b8] main stream debug: TIMER module_need() : 4,291 ms - Total 4,291 ms / 1 intvls (Avg 4,291 ms)                                                                                        
[0x8128708] main input debug: creating demux: access='file' demux='xspf-open' path='/home/admin/.local/share/vlc/ml.xspf'                                                                       
[0x81329d0] main demux debug: looking for demux module: 1 candidate                                                                                                                             
[0x81329d0] playlist demux debug: using XSPF playlist reader                                                                                                                                    
[0x81329d0] main demux debug: using demux module "playlist"                                                                                                                                     
[0x81329d0] main demux debug: TIMER module_need() : 19,631 ms - Total 19,631 ms / 1 intvls (Avg 19,631 ms)                                                                                      
[0x8128708] main input debug: `file/xspf-open:///home/admin/.local/share/vlc/ml.xspf' successfully opened                                                                                       
[0x8135110] main xml debug: looking for xml module: 2 candidates                                                                                                                                
[0x8135110] main xml debug: using xml module "xml"                                                                                                                                              
[0x8135110] main xml debug: TIMER module_need() : 122,687 ms - Total 122,687 ms / 1 intvls (Avg 122,687 ms)                                                                                     
[0x81329d0] playlist demux debug: parsed 0 tracks successfully                                                                                                                                  
[0x8135110] main xml debug: removing module "xml"                                                                                                                                               
[0x8128708] main input debug: EOF reached                                                                                                                                                       
[0x81329d0] main demux debug: removing module "playlist"                                                                                                                                        
[0x812f0b8] main stream debug: removing module "stream_filter_record"                                                                                                                           
[0x8130018] main access debug: removing module "access_file"                                                                                                                                    
[0x8128708] main input debug: TIMER input launching for 'Медиа-библиотека' : 217,375 ms - Total 217,375 ms / 1 intvls (Avg 217,375 ms)                                                          
[0x8118430] main playlist debug: rebuilding array of current - root Плейлист                                                                                                                    
[0x8118430] main playlist debug: rebuild done - 0 items, index -1                                                                                                                               
[0x8118430] main playlist debug: Activated                                                                                                                                                      
[0x8136b58] main interface debug: looking for interface module: 1 candidate                                                                                                                     
[0x8136b58] main interface debug: using interface module "hotkeys"                                                                                                                              
[0x8136b58] main interface debug: TIMER module_need() : 14,005 ms - Total 14,005 ms / 1 intvls (Avg 14,005 ms)                                                                                  
[0x8136b58] main interface debug: thread started                                                                                                                                                
[0x8136b58] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)                                                                                          
[0x8135418] main interface debug: looking for interface module: 1 candidate                                                                                                                     
[0x8135418] inhibit interface error: Failed to connect to the D-Bus session daemon: dbus-launch failed to autolaunch D-Bus session: Autolaunch error: X11 initialization failed.                
                                                                                                                                                                                                
[0x8135418] main interface warning: no interface module matching "inhibit,none" could be loaded                                                                                                 
[0x8135418] main interface debug: TIMER module_need() : 272,068 ms - Total 272,068 ms / 1 intvls (Avg 272,068 ms)                                                                               
[0x8135418] main interface error: no suitable interface module                                                                                                                                  
[0x804f3a8] main libvlc error: interface "inhibit,none" initialization failed                                                                                                                   
[0x8135418] main interface debug: looking for interface module: 1 candidate                                                                                                                     
[0x8135418] main interface debug: using interface module "screensaver"                                                                                                                          
[0x8135418] main interface debug: TIMER module_need() : 9,798 ms - Total 9,798 ms / 1 intvls (Avg 9,798 ms)                                                                                     
[0x8135418] main interface debug: thread started                                                                                                                                                
[0x8135418] screensaver interface warning: failed to connect to the D-BUS daemon: dbus-launch failed to autolaunch D-Bus session: Autolaunch error: X11 initialization failed.                  
                                                                                                                                                                                                
[0x8135418] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)                                                                                          
[0x8118430] main playlist debug: adding item `dvb://' ( dvb:// )                                                                                                                                
[0x8118430] main playlist debug: rebuilding array of current - root Плейлист                                                                                                                    
[0x8118430] main playlist debug: rebuild done - 1 items, index -1                                                                                                                               
[0x8133a60] main interface debug: looking for interface module: 1 candidate                                                                                                                     
[0x8133a60] main interface debug: using interface module "signals"                                                                                                                              
[0x8133a60] main interface debug: TIMER module_need() : 23,484 ms - Total 23,484 ms / 1 intvls (Avg 23,484 ms)                                                                                  
[0x8133a60] main interface debug: thread started                                                                                                                                                
[0x8133a60] main interface debug: thread ended                                                                                                                                                  
[0x8133a60] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)                                                                                          
[0x8132c68] main interface debug: looking for interface module: 1 candidate                                                                                                                     
[0x8132c68] main interface warning: no interface module matching "globalhotkeys,none" could be loaded                                                                                           
[0x8132c68] main interface debug: TIMER module_need() : 26,132 ms - Total 26,132 ms / 1 intvls (Avg 26,132 ms)                                                                                  
[0x8132c68] main interface error: no suitable interface module                                                                                                                                  
[0x804f3a8] main libvlc error: interface "globalhotkeys,none" initialization failed                                                                                                             
[0x804f3a8] main libvlc: Запуск vlc с интерфейсом по умолчанию. Используйте 'cvlc' для запуска vlc без интерфейса.                                                                              
[0x8134af0] main interface debug: looking for interface module: 5 candidates                                                                                                                    
[0x8134af0] qt4 interface error: Could not connect to X server                                                                                                                                  
[0x8134af0] skins2 interface error: Cannot open display                                                                                                                                         
[0x8134af0] skins2 interface error: cannot initialize OSFactory                                                                                                                                 
Интерфейс удаленного управления запущен. Введите 'help' для справки.                                                                                                                            
[0x8134af0] main interface debug: using interface module "rc"                                                                                                                                   
[0x8134af0] main interface debug: TIMER module_need() : 1245,305 ms - Total 1245,305 ms / 1 intvls (Avg 1245,305 ms)                                                                            
[0x8134af0] main interface debug: thread started                                                                                                                                                
[0x8134af0] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)                                                                                          
[0x8118430] main playlist debug: processing request item null node Плейлист skip 0                                                                                                              
[0x8118430] main playlist debug: starting new item                                                                                                                                              
[0x8118430] main playlist debug: creating new input thread                                                                                                                                      
[0x8143530] main input debug: Creating an input for 'dvb://'                                                                                                                                    
[0x8143530] main input debug: thread started                                                                                                                                                    
[0x8146bc8] main stream output debug: stream=`duplicate'                                                                                                                                        
[0x81474a8] main stream out debug: looking for sout stream module: 1 candidate                                                                                                                  
[0x8143530] main input debug: thread (input) created at priority 10 (input/input.c:230)                                                                                                         
[0x81474a8] stream_out_duplicate stream out debug: creating 'duplicate'                                                                                                                         
[0x81474a8] stream_out_duplicate stream out debug:  * adding `standard{access=http, mux=ts, dst=10.170.0.3:8081}'                                                                               
[0x8146bc8] main stream output debug: stream=`standard'                                                                                                                                         
[0x8148f98] main stream out debug: looking for sout stream module: 1 candidate                                                                                                                  
[0x8148f98] main stream out debug: set config option: sout-standard-access to http                                                                                                              
[0x8148f98] main stream out debug: set config option: sout-standard-mux to ts                                                                                                                   
[0x8148f98] main stream out debug: set config option: sout-standard-dst to 10.170.0.3:8081                                                                                                      
[0x8148f98] stream_out_standard stream out debug: creating `http/ts://10.170.0.3:8081'                                                                                                          
[0x8148f98] stream_out_standard stream out debug: extension is 3:8081                                                                                                                           
[0x8148f98] stream_out_standard stream out debug: extension -> mux=(null)                                                                                                                       
[0x8148f98] stream_out_standard stream out debug: using `http/ts://10.170.0.3:8081'                                                                                                             
[0x814b528] main access out debug: looking for sout access module: 1 candidate                                                                                                                  
[0x814b528] main access out: creating httpd                                                                                                                                                     
[0x814b528] main access out debug: net: listening to 10.170.0.3 port 8081                                                                                                                       
[0x814b528] main access out debug: using sout access module "access_output_http"                                                                                                                
[0x814b528] main access out debug: TIMER module_need() : 92,793 ms - Total 92,793 ms / 1 intvls (Avg 92,793 ms)                                                                                 
[0x8148f98] stream_out_standard stream out debug: access opened                                                                                                                                 
[0x814e798] main mux debug: looking for sout mux module: 1 candidate                                                                                                                            
[0x814e798] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000                                                                                                                         
[0x814e798] main mux debug: using sout mux module "mux_ts"                                                                                                                                      
[0x814e798] main mux debug: TIMER module_need() : 64,814 ms - Total 64,814 ms / 1 intvls (Avg 64,814 ms)                                                                                        
[0x8146bc8] main stream output debug: muxer support adding stream at any time                                                                                                                   
[0x8146bc8] main stream output debug: muxer prefers to wait for all ES before starting to mux                                                                                                   
[0x8148f98] stream_out_standard stream out debug: mux opened                                                                                                                                    
[0x8148f98] main stream out debug: using sout stream module "stream_out_standard"                                                                                                               
[0x8148f98] main stream out debug: TIMER module_need() : 212,530 ms - Total 212,530 ms / 1 intvls (Avg 212,530 ms)                                                                              
[0x81474a8] stream_out_duplicate stream out debug:  * apply selection `program=59'                                                                                                              
[0x81474a8] stream_out_duplicate stream out debug:  * adding `standard{access=http, mux=ts, dst=10.170.0.3:8082}'                                                                               
[0x8146bc8] main stream output debug: stream=`standard'                                                                                                                                         
[0x8153390] main stream out debug: looking for sout stream module: 1 candidate                                                                                                                  
[0x8153390] main stream out debug: set config option: sout-standard-access to http                                                                                                              
[0x8153390] main stream out debug: set config option: sout-standard-mux to ts                                                                                                                   
[0x8153390] main stream out debug: set config option: sout-standard-dst to 10.170.0.3:8082                                                                                                      
[0x8153390] stream_out_standard stream out debug: creating `http/ts://10.170.0.3:8082'                                                                                                          
[0x8153390] stream_out_standard stream out debug: extension is 3:8082                                                                                                                           
[0x8153390] stream_out_standard stream out debug: extension -> mux=(null)                                                                                                                       
[0x8153390] stream_out_standard stream out debug: using `http/ts://10.170.0.3:8082'                                                                                                             
[0x8150ae0] main access out debug: looking for sout access module: 1 candidate                                                                                                                  
[0x8150ae0] main access out debug: net: listening to 10.170.0.3 port 8082                                                                                                                       
[0x8150ae0] main access out debug: using sout access module "access_output_http"                                                                                                                
[0x8150ae0] main access out debug: TIMER module_need() : 18,248 ms - Total 18,248 ms / 1 intvls (Avg 18,248 ms)                                                                                 
[0x8153390] stream_out_standard stream out debug: access opened                                                                                                                                 
[0x8153788] main mux debug: looking for sout mux module: 1 candidate                                                                                                                            
[0x8153788] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000                                                                                                                         
[0x8153788] main mux debug: using sout mux module "mux_ts"                                                                                                                                      
[0x8153788] main mux debug: TIMER module_need() : 68,826 ms - Total 68,826 ms / 1 intvls (Avg 68,826 ms)                                                                                        
[0x8146bc8] main stream output debug: muxer support adding stream at any time                                                                                                                   
[0x8153390] stream_out_standard stream out debug: mux opened                                                                                                                                    
[0x8153390] main stream out debug: using sout stream module "stream_out_standard"                                                                                                               
[0x8153390] main stream out debug: TIMER module_need() : 124,320 ms - Total 124,320 ms / 1 intvls (Avg 124,320 ms)                                                                              
[0x81474a8] stream_out_duplicate stream out debug:  * apply selection `program=410'                                                                                                             
[0x81474a8] stream_out_duplicate stream out debug:  * adding `standard{access=http, mux=ts, dst=10.170.0.3:8084}'                                                                               
[0x8146bc8] main stream output debug: stream=`standard'                                                                                                                                         
[0x8153018] main stream out debug: looking for sout stream module: 1 candidate                                                                                                                  
[0x8153018] main stream out debug: set config option: sout-standard-access to http                                                                                                              
[0x8153018] main stream out debug: set config option: sout-standard-mux to ts                                                                                                                   
[0x8153018] main stream out debug: set config option: sout-standard-dst to 10.170.0.3:8084                                                                                                      
[0x8153018] stream_out_standard stream out debug: creating `http/ts://10.170.0.3:8084'                                                                                                          
[0x8153018] stream_out_standard stream out debug: extension is 3:8084                                                                                                                           
[0x8153018] stream_out_standard stream out debug: extension -> mux=(null)                                                                                                                       
[0x8153018] stream_out_standard stream out debug: using `http/ts://10.170.0.3:8084'                                                                                                             
[0x814a6f8] main access out debug: looking for sout access module: 1 candidate                                                                                                                  
[0x814a6f8] main access out debug: net: listening to 10.170.0.3 port 8084                                                                                                                       
[0x814a6f8] main access out debug: using sout access module "access_output_http"                                                                                                                
[0x814a6f8] main access out debug: TIMER module_need() : 25,644 ms - Total 25,644 ms / 1 intvls (Avg 25,644 ms)                                                                                 
[0x8153018] stream_out_standard stream out debug: access opened                                                                                                                                 
[0x81575a8] main mux debug: looking for sout mux module: 1 candidate                                                                                                                            
[0x81575a8] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000                                                                                                                         
[0x81575a8] main mux debug: using sout mux module "mux_ts"                                                                                                                                      
[0x81575a8] main mux debug: TIMER module_need() : 29,880 ms - Total 29,880 ms / 1 intvls (Avg 29,880 ms)                                                                                        
[0x8146bc8] main stream output debug: muxer support adding stream at any time                                                                                                                   
[0x8153018] stream_out_standard stream out debug: mux opened                                                                                                                                    
[0x8153018] main stream out debug: using sout stream module "stream_out_standard"                                                                                                               
[0x8153018] main stream out debug: TIMER module_need() : 80,938 ms - Total 80,938 ms / 1 intvls (Avg 80,938 ms)                                                                                 
[0x81474a8] stream_out_duplicate stream out debug:  * apply selection `program=411'                                                                                                             
[0x81474a8] main stream out debug: using sout stream module "stream_out_duplicate"                                                                                                              
[0x81474a8] main stream out debug: TIMER module_need() : 431,830 ms - Total 431,830 ms / 1 intvls (Avg 431,830 ms)                                                                              
[0x8143530] main input debug: using timeshift granularity of 50 MBytes                                                                                                                          
[0x8143530] main input debug: using timeshift path '/tmp'                                                                                                                                       
[0x8143530] main input debug: `dvb://' gives access `dvb' demux `' path `'                                                                                                                      
[0x8143530] main input debug: creating demux: access='dvb' demux='' path=''                                                                                                                     
[0x81579d8] main demux debug: looking for access_demux module: 0 candidates                                                                                                                     
[0x81579d8] main demux debug: no access_demux module matched "dvb"                                                                                                                              
[0x81579d8] main demux debug: TIMER module_need() : 20,386 ms - Total 20,386 ms / 1 intvls (Avg 20,386 ms)                                                                                      
[0x8143530] main input debug: creating access 'dvb' path=''                                                                                                                                     
[0x81579d8] main access debug: looking for access module: 1 candidate                                                                                                                           
[0x81579d8] dvb access debug: Opening device /dev/dvb/adapter0/frontend0                                                                                                                        
[0x81579d8] dvb access debug: Frontend Info:                                                                                                                                                    
[0x81579d8] dvb access debug:   name = ST STV0299 DVB-S                                                                                                                                         
[0x81579d8] dvb access debug:   type = QPSK (DVB-S)                                                                                                                                             
[0x81579d8] dvb access debug:   frequency_min = 950000 (kHz)                                                                                                                                    
[0x81579d8] dvb access debug:   frequency_max = 2150000 (kHz)                                                                                                                                   
[0x81579d8] dvb access debug:   frequency_stepsize = 125                                                                                                                                        
[0x81579d8] dvb access debug:   frequency_tolerance = 0                                                                                                                                         
[0x81579d8] dvb access debug:   symbol_rate_min = 1000000 (kHz)                                                                                                                                 
[0x81579d8] dvb access debug:   symbol_rate_max = 45000000 (kHz)                                                                                                                                
[0x81579d8] dvb access debug:   symbol_rate_tolerance (ppm) = 500                                                                                                                               
[0x81579d8] dvb access debug:   notifier_delay (ms) = 0                                                                                                                                         
[0x81579d8] dvb access debug: Frontend Info capability list:                                                                                                                                    
[0x81579d8] dvb access debug:   inversion auto                                                                                                                                                  
[0x81579d8] dvb access debug:   forward error correction 1/2                                                                                                                                    
[0x81579d8] dvb access debug:   forward error correction 2/3                                                                                                                                    
[0x81579d8] dvb access debug:   forward error correction 3/4                                                                                                                                    
[0x81579d8] dvb access debug:   forward error correction 5/6                                                                                                                                    
[0x81579d8] dvb access debug:   forward error correction 7/8
[0x81579d8] dvb access debug:   forward error correction auto
[0x81579d8] dvb access debug:   card can do QPSK
[0x81579d8] dvb access debug: End of capability list
[0x81579d8] dvb access debug: trying to tune the frontend...
[0x81579d8] dvb access debug: frequency 1255000 is in IF-band
[0x81579d8] dvb access debug: using inversion=2
[0x81579d8] dvb access debug: using fec=9
[0x81579d8] dvb access debug: using voltage=18
[0x81579d8] dvb access debug: using tone=1
[0x81579d8] dvb access debug: Opening device /dev/dvb/adapter0/dvr0
[0x81579d8] dvb access debug: setting filter on PAT
[0x81579d8] dvb access debug: Opening device /dev/dvb/adapter0/demux0
[0x81579d8] dvb access debug: DMXSetFilter: DMX_PES_OTHER for PID 0
[0x81579d8] dvb access debug: Opening device /dev/dvb/adapter0/ca0
[0x81579d8] dvb access warning: CAMInit: opening CAM device failed (Нет такого файла или каталога)
[0x81579d8] main access debug: using access module "dvb"
[0x81579d8] main access debug: TIMER module_need() : 352,506 ms - Total 352,506 ms / 1 intvls (Avg 352,506 ms)
[0x815bc80] main stream debug: Using AStream*Block
[0x815bc80] main stream debug: pre buffering
[0x81579d8] dvb access debug: frontend has acquired signal
[0x81579d8] dvb access debug: frontend has acquired carrier
[0x81579d8] dvb access warning: no lock, tuning again
[0x81579d8] dvb access debug: frequency 1255000 is in IF-band
[0x81579d8] dvb access debug: using inversion=2
[0x81579d8] dvb access debug: using fec=9
[0x81579d8] dvb access debug: using voltage=18
[0x81579d8] dvb access debug: using tone=1
[0x81579d8] dvb access debug: frontend has acquired signal
[0x81579d8] dvb access debug: frontend has acquired carrier
[0x81579d8] dvb access warning: no lock, tuning again
[0x81579d8] dvb access debug: frequency 1255000 is in IF-band
[0x81579d8] dvb access debug: using inversion=2
[0x81579d8] dvb access debug: using fec=9
[0x81579d8] dvb access debug: using voltage=18
[0x81579d8] dvb access debug: using tone=1
[0x81579d8] dvb access debug: frontend has acquired signal
[0x81579d8] dvb access debug: frontend has acquired carrier

 

Не вещается(

  • 2 weeks later...
  • 2 weeks later...
Posted (edited)

#!/bin/sh

vlc --color --ttl 10 -I telnet --telnet-password 1111 --ts-es-id-pid --programs=6510,6575,6530,6590,6580,6550,6560,6570 dvb: \

--dvb-adapter=1 --dvb-frequency=12073000 --dvb-srate=27500000 --dvb-voltage=18 --sout-standard-mux=ts --sout \

'#duplicate{dst="standard{access=http,mux=ts,url=0.0.0.0:8888}",select="program=6510",dst="standard{access=http,mux=ts,url=0.0.0.0:8890}",select="program=6575",dst="standard{access=http,mux=ts,url=

0.0.0.0:8892}",select="program=6530",dst="standard{access=http,mux=ts,url=0.0.0.0:8894}",select="program=6590",dst="standard{access=http,mux=ts,url=0.0.0.0:8896}",select="program=6580",dst="standar

d{access=http,mux=ts,url=0.0.0.0:8886}",select="program=6550",dst="standard{access=http,mux=ts,url=0.0.0.0:8922}",select="program=6560",dst="standard{access=http,mux=ts,url=0.0.0.0:8924}",select="p

rogram=6570"}'

 

сервер Linux/debian, проц 2.2 интел, оперы 2Гиг , DVB S-3 - работает 3 года

Edited by kvant
  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...
На сайте используются файлы cookie и сервисы аналитики для корректной работы форума и улучшения качества обслуживания. Продолжая использовать сайт, вы соглашаетесь с использованием файлов cookie и с Политикой конфиденциальности.