Using this UDF I'm already able to stream radiostations, but I also want to be able to play audio CD's using this UDF. I edited the UDF as sugested in this post . So I thought that I would be able to play a cd using this:
But it doesnt seem to work. This is the output I get:
Plain Text
</pre>But it doesnt seem to work. This is the output I get:<br><pre class="prettyprint lang-nocode linenums:0">Warning: option --plugin-path no longer exists. [001eec10] main libvlc debug: VLC media player - 2.0.7 Twoflower [001eec10] main libvlc debug: Copyright © 1996-2013 VLC authors and VideoLAN [001eec10] main libvlc debug: revision 2.0.7-7-gf12ab4a [001eec10] main libvlc debug: configured with ../extras/package/win32/../../../configure '--enable-update-check' '--enable-lua' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-twolame' '--enable-quicktime' '--enable-avcodec' '--enable-merge-ffmpeg' '--enable-dca' '--enable-mpc' '--enable-libass' '--enable-x264' '--enable-schroedinger' '--enable-realrtsp' '--enable-live555' '--enable-dvdread' '--enable-shout' '--enable-goom' '--enable-caca' '--disable-portaudio' '--disable-sdl' '--enable-qt4' '--enable-skins2' '--enable-sse' '--enable-mmx' '--enable-libcddb' '--enable-zvbi' '--disable-telx' '--enable-sqlite' '--disable-dirac' '--host=i686-w64-mingw32' 'host_alias=i686-w64-mingw32' 'CXX=i686-w64-mingw32-g++ -static-libgcc' [001eec10] main libvlc debug: searching plug-in modules [001eec10] main libvlc debug: loading plugins cache file C:\Program Files (x86)\VideoLAN\VLC\plugins\plugins.dat [001eec10] main libvlc debug: recursively browsing `C:\Program Files (x86)\VideoLAN\VLC\plugins' [001eec10] main libvlc debug: saving plugins cache C:\Program Files (x86)\VideoLAN\VLC\plugins\plugins.dat [001eec10] main libvlc debug: plug-ins loaded: 389 modules Warning: option --plugin-path no longer exists. [001eec10] main libvlc debug: translation test: code is "nl" [001eec10] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 FPU [001eec10] main libvlc debug: looking for memcpy module: 4 candidates [001eec10] main libvlc debug: using memcpy module "memcpymmxext" [029ccf80] main interface debug: looking for interface module: 1 candidate [029ccf80] main interface debug: using interface module "hotkeys" [029c20a0] main input debug: using timeshift granularity of 50 MiB, in path 'C:\Users\MAARTE~1.KEY\AppData\Local\Temp' [029c20a0] main input debug: creating demux: access='cdda' demux='' location='/E:/' file='E:\' [0295fbd8] main demux debug: looking for access_demux module: 0 candidates [0295fbd8] main demux debug: no access_demux module matched "cdda" [029c20a0] main input debug: creating access 'cdda' location='/E:/', path='E:\' [097cc148] main access debug: looking for access module: 1 candidate [097cc148] cdda access debug: using winNT/2K/XP ioctl layer [097cc148] cdda access debug: p_sectors: 0, 32 [097cc148] cdda access debug: p_sectors: 1, 84552 [097cc148] cdda access debug: p_sectors: 2, 127495 [097cc148] cdda access debug: p_sectors: 3, 186667 [097cc148] cdda access debug: p_sectors: 4, 229355 [097cc148] cdda access debug: fetching infos with CDDB [097cc148] cdda access debug: CD-TEXT information missing [097cc148] cdda access debug: track[0] start=32 [097cc148] cdda access debug: track[1] start=84552 [097cc148] cdda access debug: track[2] start=127495 [097cc148] cdda access debug: track[3] start=186667 [097cc148] main access debug: using access module "cdda" [0295fbd8] main stream debug: Using block method for AStream* [0295fbd8] main stream debug: starting pre-buffering [0295fbd8] main stream error: cannot pre fill buffer [029c20a0] main input warning: cannot create a stream_t from access [097cc148] main access debug: removing module "cdda"
Edit: I removed the markup because it doesnt work right.