View Single Post
  #4  
Old 05-05-2016, 05:38 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Rtmp Token Vlc Help???


Sure it works.

If you do use bat (batch) files to execute the link + token then you need to add another % sign before the % sign in token string itself.
Code:
-T "%XB00(nKH@#."
to
-T "%%XB00(nKH@#."
I don't use bat files so I don't need to change anything.If you use bat with original token then CMD window will just close.If you add another % then it works and you also see original token in CMD window.Just keep this in your mind etc.

greetz
Reply With Quote