Bug 21841

Summary: vlc не находит модули file,std,duplicate,transcode
Product: Sisyphus Reporter: metalsoft <pppd>
Component: vlcAssignee: Anton Farygin <rider>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: darktemplar, rider, sbolshakov
Version: unstable   
Hardware: x86   
OS: Linux   
Attachments:
Description Flags
Полный вывод vlc none

Description metalsoft 2009-10-06 10:44:00 MSD
Created attachment 3963 [details]
Полный вывод vlc

mkfifo ~/fifo.mp3
vlc -vvv --color --ttl 12 ~/1.mp3 --sout-standard-access=file --sout-standard-mux=raw --sout '#transcode{acodec=mp3,ab=192}:duplicate{dst="std{access=file,mux=raw,url=~/fifo.mp3}"}'

приводит к сообщениям:
...
[0x8241828] access_output_file access out error: cannot open `' (Нет такого файла или каталога)
[0x8241828] main access out warning: no sout access module matching "file" could be loaded
[0x8241828] main access out debug: TIMER module_need() : 6,112 ms - Total 6,112 ms / 1 intvls (Avg 6,112 ms)
[0x823c7d0] stream_out_standard stream out error: no suitable sout access module for `file/raw://(null)'
[0x823c7d0] main stream out warning: no sout stream module matching "std" could be loaded
[0x823c7d0] main stream out debug: TIMER module_need() : 8,077 ms - Total 8,077 ms / 1 intvls (Avg 8,077 ms)
[0x823c7d0] main stream out debug: destroying chain... (name=std)
[0x823c7d0] main stream out debug: destroying chain done
[0x823c148] stream_out_duplicate stream out error: no destination given
[0x823c148] main stream out warning: no sout stream module matching "duplicate" could be loaded
[0x823c148] main stream out debug: TIMER module_need() : 8,484 ms - Total 8,484 ms / 1 intvls (Avg 8,484 ms)
[0x823c148] main stream out debug: destroying chain... (name=duplicate)
[0x823c148] main stream out debug: destroying chain done
[0x8236ed0] stream_out_transcode stream out error: cannot create chain
[0x8236ed0] main stream out warning: no sout stream module matching "transcode" could be loaded
[0x8236ed0] main stream out debug: TIMER module_need() : 9,293 ms - Total 9,293 ms / 1 intvls (Avg 9,293 ms)
[0x8236ed0] main stream out debug: destroying chain... (name=transcode)
[0x8236ed0] main stream out debug: destroying chain done
[0x8236778] main stream output error: stream chain failed for `transcode{acodec=mp3,ab=192}:duplicate{dst="std{access=file,mux=raw,url=/home/radiator/fifo/businessfm.mp3}"}'
[0x8118070] main input error: cannot start stream output instance, aborting
[0x81045f0] main playlist debug: finished input
[0x8118070] main input debug: thread ended
[0x81045f0] main playlist debug: dead input
...
[0x81045f0] main playlist debug: nothing to play

Так же воспроизводится в версии 0.9.6 из 5.0/branch. В версии 0.8.7 Janus - не воспроизводится. Полный вывод vlc прилагаю.
Comment 1 metalsoft 2009-10-06 10:46:15 MSD
[metalsoft@localhost ~]$ rpm -qa|grep vlc
libvlc-1.0.1-alt3
vlc-plugin-pulseaudio-1.0.1-alt3
vlc-plugin-matroska-1.0.1-alt3
vlc-plugin-globalhotkeys-1.0.1-alt3
vlc-plugin-live555-1.0.1-alt3
vlc-interface-qt4-1.0.1-alt3
vlc-plugin-mpeg2-1.0.1-alt3
vlc-plugin-a52-1.0.1-alt3
vlc-plugin-opengl-1.0.1-alt3
vlc-plugin-ffmpeg-1.0.1-alt3
vlc-plugin-faad-1.0.1-alt3
vlc-plugin-ogg-1.0.1-alt3
vlc-plugin-dvdread-1.0.1-alt3
vlc-plugin-v4l-1.0.1-alt3
vlc-plugin-x11-1.0.1-alt3
vlc-plugin-dbus-1.0.1-alt3
vlc-mini-1.0.1-alt3
vlc-plugin-xvideo-1.0.1-alt3
vlc-plugin-xml-1.0.1-alt3
vlc-1.0.1-alt3
vlc-plugin-taglib-1.0.1-alt3
vlc-plugin-alsa-1.0.1-alt3
vlc-plugin-ts-1.0.1-alt3
[metalsoft@localhost ~]$
Comment 2 Konstantin Pavlov 2009-10-06 10:53:08 MSD
Учите правильно составлять строку запуска для VLC. По сравнению с 0.8, в 0.9 и 1.0 параметры несколько поменялись. Google при этом на запрос вида "access=file,mux=raw" даёт решение проблемы.