Stream to VLC

Opens VLC from streaming sites

< 腳本Stream to VLC的回應

評論:負評 - 腳本失效或無法使用

§
發表於:2018-01-20

vlc_stream.bat is wrong

Hey, the batch file from github is wrong,

it shows

set "arg=%1"
set "argp=%arg:*:=%"
cd "C:\Program Files (x86)\VideoLAN\VLC\"
start vlc --http-reconnect %argp%

but that just causes errors.

If I edit it like that:

set "arg=%1"
set "argp=%1:*:=%"
cd "C:\Program Files (x86)\VideoLAN\VLC\"
start vlc --http-reconnect %argp%


I get at least the URL and I can start the stream manually.

Hope you can fix that for me :)

§
發表於:2018-01-20

I use the script everyday on windows and it works as it is on GitHub... Do you checked the VLC path? Maybe you have the 64bit version, in that case you have to change the third line in cd "C:\Program Files\VideoLAN\VLC\".
You only changed the variable to parse, but arg and %1 have the same value, so you should get the url also with the GitHub bat.
Check the VLC path and let me know if this solve your issue :smile:

§
發表於:2018-01-29

Hey, the path is ok, I really don`t know why it is not working for me...

I made a few screenshots maybe you have another idea

https://i.imgur.com/uZT5FVK.png
https://i.imgur.com/WwR6Yhw.png
https://i.imgur.com/CM9fyrz.png
https://i.imgur.com/s0HwLbW.png
https://i.imgur.com/OJQQmqe.png

Thanks for your answer :)

§
發表於:2018-01-29

So when you click on a streaming link vlc start with that message? Which browser do you use?

§
發表於:2018-01-31

Yes it does, I tried it with Chrome and now I'm on Firefox, on both browsers the same :(

§
發表於:2018-02-01

It's really strange, maybe the problem is in the tampermonkey script.. try to reinstall it, because it seems that it doesn't pass the right link to vlc... Another info, what streaming link are you trying to use? Test it with wstream, I use it everyday and it surely work. Let me know if you find out something useful

§
發表於:2018-02-01

I also tried to reinstall the script, same thing, what is wstream?

§
發表於:2018-02-02

It's a streaming site, what are you using to try?

發表回覆

登入以回復

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址