I'am getting an earlier Error. Like this one:
I was starting the Streaming Server from the assistant and not from console.
Code: Select all
[00000001] main libvlc debug: translation test: code is "de"
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
config_ChainCreate: invalid options (empty)
[00000401] stream_out_rtp stream out error: cannot add this stream (unsupported codec:s16l)
[00000422] main packetizer error: cannot create packetizer output (alaw)
[00000395] main stream output error: object is not attached
[00000356] main playlist: saving Medienbibliothek to file /home/jars/.local/share/vlc/ml.xspf
jars@jars-desktop:~$ vlc
VLC media player 0.9.0-test3 Grishenko
[00000001] main libvlc debug: VLC media player - version 0.9.0-test3 Grishenko - (c) 1996-2008 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure '--enable-x11' '--enable-xvideo' '--disable-gtk' '--enable-sdl' '--enable-ffmpeg' '--with-ffmpeg-mp3lame' '--enable-mad' '--enable-libdvbpsi' '--enable-a52' '--enable-libmpeg2' '--enable-dvdnav' '--enable-faad' '--enable-vorbis' '--enable-ogg' '--enable-theora' '--enable-faac' '--enable-mkv' '--enable-freetype' '--enable-fribidi' '--enable-speex' '--enable-flac' '--enable-live555' '--enable-caca' '--enable-skins' '--enable-skins2' '--enable-alsa' '--disable-kde' '--enable-qt' '--enable-wxwindows' '--enable-ncurses' '--enable-release' '--with-live555-tree=../live/'
[00000001] main libvlc debug: translation test: code is "de"
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
config_ChainCreate: invalid options (empty)
[00000401] stream_out_rtp stream out error: cannot add this stream (unsupported codec:s16l)
[00000422] main packetizer error: cannot create packetizer output (mlaw)
[00000395] main stream output error: object is not attached
[00000356] main playlist: saving Medienbibliothek to file /home/jars/.local/share/vlc/ml.xspf
both alaw and ulaw doesn't seem to be supported in vlc 0.9.0. But I thought they were?