Greasy Fork is available in English.

Stream to VLC

Opens VLC from streaming sites

< Feedback on Stream to VLC

Review: ناچار - قوليازما ئىشلىمەيدۇ

§
يوللانغان ۋاقتى: 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?

جاۋاب قايتۇرۇش

جاۋاب قايتۇرۇش ئۈچۈن كىرىش.