Jump to content

Playing an Audio CD in VLC


Recommended Posts

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:

 

</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.

Edited by Melba23
Added code tags
Link to comment
Share on other sites

  • Moderators

Maarten90,

See here for how to add code tags. ;)

M23
 

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

  • Moderators

Maarten90,

It has nothing to do with your post count - you must be doing something wrong. For the second time I have placed your posted text in standard "nocode" tags and it worked perfectly both times.  Did you select "Plain Text" on the dropdown? :huh:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

@Melba23

Yes I did. I also made sure I didnt press Cancel or something like that. In the editor everything looks correct (borders around text in code text etc, but once I send my post. The text inside the code tags disappears. When I edit the post, I only see the empty border where my code was in.

Link to comment
Share on other sites

  • Moderators

Maarten90,

Got it - the triple forward slashes are confusing the forum software - remove them and the code boxes work. ;)

You could always use backslashes - then they show without problem. :)

 

"cdda:\\\E:/"))
M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...