Difference between revisions of "OldFAQ"

From VideoLAN Wiki
Jump to navigation Jump to search
m
Line 39: Line 39:
  
 
* This can be an error if '''libdvbpsi''' was not installed when vlc was compiled. To fix this error, install libdvbpsi; then re-compile vlc. [http://developers.videolan.org/libdvbpsi/ libdvbpsi]
 
* This can be an error if '''libdvbpsi''' was not installed when vlc was compiled. To fix this error, install libdvbpsi; then re-compile vlc. [http://developers.videolan.org/libdvbpsi/ libdvbpsi]
 +
 +
=== main dialogs provider error: no dialogs provider module matched "any" ===
 +
 +
* The solution is found in [http://forum.videolan.org/viewtopic.php?t=14733 the forum]
  
  

Revision as of 17:50, 11 January 2006

Answers to some common problems people encounter with VLC. More help is available in the


Problems playing files

WMV files

  • The latest versions of WMV video (known as wmv3) are not supported by VLC. This format will be supported when the specs are made public - expected to be within a year. On some Windows systems they can be played now, as VLC will attempt to decode the files using software included with Windows.

Real Media files

  • Realmedia files (.rm, .rpm, etc) are proprietary (ie, copyrighted) file formats, created by RealNetworks. Because of this, VLC can't support them at present.

QuickTime Files (.mov)

  • Mov file doesn't play, but plays ok in QuickTime
    • open the url in QuickTime player
    • let it decide which datarate is best for your connection
    • let it play for a few seconds, then pause it
    • open the stream info, copy the url
    • open & save that one in VLC


Problems converting between file formats

Missing Audio and/or Video

  • Certain containers (aka muxers) can only hold certain types of video and audio - look at Streaming features


Error Messages

Error messages can be viewed by selecting Messages from the View menu

main private error: no sout mux module matched "ts"

  • This can be an error if libdvbpsi was not installed when vlc was compiled. To fix this error, install libdvbpsi; then re-compile vlc. libdvbpsi

main dialogs provider error: no dialogs provider module matched "any"


Other Problems

AMR

  • To use AMR, you'll need to compile vlc and ffmpeg with amr support yourself. This is because the amr license is not compatible with the vlc license.

ratDVD

  • VLC does not support ratDVD

I only want one VLC player!

  • To use the same VLC player for all the media files, go to Settings, Preferences

How do I compile VLC?