|
|
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
− | ==VLC Streamer Debugging ==
| + | this page has moved [https://blog.hobbyistsoftware.com/vlc-streamer-debugging/ to here] |
− | | |
− | VLC can't convert all movies to the required file format for streaming.
| |
− | | |
− | There are a couple of things you can do to get info on what is going wrong. Hopefully this will help you figure out how to avoid the problem or work round it.
| |
− | | |
− | (if you figure out something that is generally useful - then please [http://hobbyistsoftware.com/contact-us let me know])
| |
− | | |
− | ==Try a known movie==
| |
− | | |
− | Try downloading the [http://www.archive.org/download/Justin_Cone_-_Building_On_The_Past_-_640x480/Justin_Cone_-_Building_On_The_Past_-_640x480_512kb.mp4 mp4 Building on the Past movie]
| |
− | | |
− | (Right click on the link and click 'save content as...')
| |
− | | |
− | I have tested this movie on Windows and Mac to check that VLC Streamer can handle it.
| |
− | | |
− | (movie is hosted by [http://www.archive.org/details/Justin_Cone_-_Building_On_The_Past_-_640x480 the internet archive] )
| |
− | | |
− | ==Try running the command manually==
| |
− | | |
− | ===Windows ===
| |
− | | |
− | #Click on the 'open working directory' button in the helper
| |
− | #You'll see a series of directories corresponding to converted movies
| |
− | #Open the directory that corresponds to the problematic file
| |
− | #Open the cmd.txt file and copy the text
| |
− | #Open a command window (Start menu, run program, type 'cmd' )
| |
− | #Paste the command from cmd.txt (use right click to paste)
| |
− | | |
− | this will run the command that VLC streamer is using to convert the movie. You should see output from VLC in a new window. Hopefully this will give additional information on what is not working.
| |
− | | |
− | ===Mac===
| |
− | | |
− | #Click on the 'open working directory' button in the helper
| |
− | #You'll see a series of directories corresponding to converted movies
| |
− | #Open the directory that corresponds to the problematic file
| |
− | #Open the errLog.txt file
| |
− | | |
− | this contains the output which VLC produced. Hopefully it is helpful.
| |
− | | |
− | You can also run the command from the cmd.txt file (copy it into a terminal window) if you want to re-run the command or modify it
| |
− | | |
− | ==Try custom encoding options==
| |
− | | |
− | This is one for VLC experts! If you are willing to mess in the arcane details of VLC, then try
| |
− | | |
− | [[Custom_encoding | Custom encoding]]
| |