Code: Select all
C:\Program Files\VideoLAN\
Code: Select all
C:\Program Files\VideoLAN\VLC\lua\
Code: Select all
C:\Program Files (x86)\VideoLAN\
Code: Select all
C:\Program Files (x86)\VideoLAN\VLC\lua\
It didn't work with v3.0.8. But luckily I still have v3.0.7.1 around which works. Thanks for the instruction.click this link: http://nightlies.videolan.org/build/win32/
open this one: vlc-4.0.0-20200124-0249/
downloaded this one: vlc-4.0.0-20200124-0249-dev-win32
opened it: downloads/vlc-4.0.0-20200124-0249-dev-win32/vlc-4.0.0-dev/lua/playlist
then i dragged the "youtube.lua" file to: windows-SSD (C:)/programs files/videoLAN/VLC/lua/playlist
Code: Select all
C:\Program Files\VideoLAN\
Code: Select all
C:\Program Files\VideoLAN\VLC\lua\playlist\
Code: Select all
C:\Program Files (x86)\VideoLAN\
Code: Select all
C:\Program Files (x86)\VideoLAN\VLC\lua\playlist\
It plays a single youtube video but dont list the playlist. I want vlc to play the whole playlist (100 videos).Not working for me.
Using the nigtly build lua only list and play 1 file.
Also tried the lua from addon videolan site.
using 3.0.8 64 bit
I suggest to not install the v4.0.0 version (.exe or .msi), and pick up the file youtube.luac from the .zip file.I downloaded and installed the 64 bit version of 4.0.0 and made the swap; so far, all is well again. My test video, previously failing, now plays in VLC.had same problem today. VLC v3.0.8
after searching this forum:
First I uninstalled VLC completely
Installed latest nightly build (v4.0.0) -> http://nightlies.videolan.org
I took "youtube.luac" file from this build -> saved to different folder
reinstalled version 3.0.8 and copied luac file from nightly build
and converting / streaming works for me.
I'm running VLC Media Player version 3.0.7.1 on a Windows 10 64-bit system. My version of Windows 10 64-bit contains the VideoLan files in Program Files (x86) and appears to run correctly. Why are the files not in Program Files?
GreetingsThe instructions in the first link given here fixed this for me!
https://forum.videolan.org/viewtopic.php?f=29&t=151896&p=499858#p499716
Repeated here for convenience:
If the videos list appears in the Vlc "playlist" view but the videos won't start, follow this steps:
1) delete the file "youtube.luac" in [vlc directory]/lua/playlist directory (ex: c:Program FilesVideoLANVLCluaplaylistyoutube.luac)
2) get the latest version of thr "youtube" script from here:
https://raw.githubusercontent.com/videolan/vlc/master/share/lua/playlist/youtube.lua
3) place the file in the directory [vlc directory]/lua/playlist (where "youtube.luac" was)
Thanks so much, @Daiyan. I saved it as a .lua file in the correct directory, restarted VLC and it was happy again!The instructions in the first link given here fixed this for me!
https://forum.videolan.org/viewtopic.ph ... 58#p499716
Repeated here for convenience:
If the videos list appears in the Vlc "playlist" view but the videos won't start, follow this steps:
1) delete the file "youtube.luac" in [vlc directory]/lua/playlist directory (ex: c:Program FilesVideoLANVLCluaplaylistyoutube.luac)
2) get the latest version of thr "youtube" script from here:
https://raw.githubusercontent.com/video ... outube.lua
3) place the file in the directory [vlc directory]/lua/playlist (where "youtube.luac" was)
Made an account just to say thank you, this fixed it for me.had same problem today. VLC v3.0.8
after searching this forum:
First I uninstalled VLC completely
Installed latest nightly build (v4.0.0) -> http://nightlies.videolan.org
I took "youtube.luac" file from this build -> saved to different folder
reinstalled version 3.0.8 and copied luac file from nightly build
and converting / streaming works for me.
Thank you! This worked for me.Not sure if this is an appropriate fix, but it seemed to work for me. Not sure why it stopped working, but youtube.luac included in the updates (when opened in Notepad++) seemed to be borked. I'm not a programmer or savvy, so I might just be mistaken.
Any rate... what I did was create a copy of the lua found below, so that I had a youtube.luac and a youtube.lua in the lua\playlists directory.
Download this lua: https://raw.githubusercontent.com/video ... outube.lua
Create a copy and rename it: youtube.luac
Copy both files into ... \VideoLAN\VLC\lua\playlist
You should have a youtube.luac AND a youtube.lua file in the lua\playlists directory.
Hopefully this works for some of yall. Also, not only would the videos not play, but they wouldn't appear in the playlist either; which might be incidental or completely useless information, but figured I'd mention it.
I''m using 3.0.11 Vetinari on Windows 8.1. VLC fails to open a Youtube - video (https://www.youtube.com/watch?v=BFD0Rwfb2s0), by using Media >> Open .. network and providing that url (sorry, my interface is not in English).
I used level 2 in Messages. Few examples, from guessing importance:
*
lua debug: Found 107-character scrambled signature for youtube video URL, attempting to descramble...
lua error: Couldn't process youtube video URL, please check for updates to this script
*
lua debug: Title: The Iron Maidens, 2019 Live Concert Show, 2019 Cincinnati Bogarts!
*
main debug: deleting item `get_video_info?video_id=BFD0Rwfb2s0'
main debug: EOF reached
main debug: incoming request - stopping current input
*
main debug: dead input
Video is playable. I'm not sure if I should copy the whole message output here ?
Jukka
This and all fixes like it haven't been working for me. The video I wanna stream pops up for less than a second and then immediately disappears without any error message. Link to video in question: https://www.youtube.com/watch?v=7takIh1nK0s I have tried both this one and the "share" link neither work and they both do the exact same thing as described above.I''m using 3.0.11 Vetinari on Windows 8.1. VLC fails to open a Youtube - video (https://www.youtube.com/watch?v=BFD0Rwfb2s0), by using Media >> Open .. network and providing that url (sorry, my interface is not in English).
I used level 2 in Messages. Few examples, from guessing importance:
*
lua debug: Found 107-character scrambled signature for youtube video URL, attempting to descramble...
lua error: Couldn't process youtube video URL, please check for updates to this script
*
lua debug: Title: The Iron Maidens, 2019 Live Concert Show, 2019 Cincinnati Bogarts!
*
main debug: deleting item `get_video_info?video_id=BFD0Rwfb2s0'
main debug: EOF reached
main debug: incoming request - stopping current input
*
main debug: dead input
Video is playable. I'm not sure if I should copy the whole message output here ?
Jukka
I'm also using 3.0.11 on Windows 8.1 and as you can see from the screenshot there's no problem playing the iron maiden video on vlc.
(click to enlarge)
Your first mistake here is using the URL to the page the video is located on, not the video itself. You have to click the SHARE button underneath the video to get the correct URL. You can also do it manually by removing these characters watch?v= from the URL you posted instead.
But generally speaking you have to create a new youtube.luac file every time Google makes a change to the youtube site. So follow my instructions in this post to create a new youtube.luac file and your troubles will be over.
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: Bing [Bot], Scratcher and 49 guests