Oh really? Sorry bout that. No confusion was intended. I'll come up with a new name. I had to pick something quick to save the project under.Looks great Feel free to post the code online...
(btw, the VideoLAN project used to have a program named vlms http://download.videolan.org/pub/, you might want to change the name of your program to prevent confusion, although nobody knows what the old vlms was used for )
--http-host 0.0.0.0:1234 should work (see vlc -p http --advanced)
Sorry, it's not ready yet. I just started coding it this Saturday, LOL. Give me about a week and I'll have something together.I need that interface, how do I get it? do you have it for public download?
0.0.0.0 means "listen on all IP addresses". So it makes a difference sometimes (like localhost vs the public ip)Does it make a difference using the 0.0.0.0? I used the actual interface ip and it doesn't work that way.--http-host 0.0.0.0:1234 should work (see vlc -p http --advanced)
Hmm, I'll try that. I used the 193.168.1.3 because that was the interface IP. At first I thought it might be some setting in my router but I was accessing the server from the same computer, so the router should've been excluded, basically just a loopback.0.0.0.0 means "listen on all IP addresses". So it makes a difference sometimes (like localhost vs the public ip)Does it make a difference using the 0.0.0.0? I used the actual interface ip and it doesn't work that way.--http-host 0.0.0.0:1234 should work (see vlc -p http --advanced)
In 0.9.0 we also have a whole new bunch of interfaces. Basically, users can implement their own interfaces in Lua. So I implemented the rc, telnet and http interfaces in Lua but you could also implement one that would fit your specific needs. That's something else you could look into if you feel that the current interfaces are lacking in some aspects.I'm also going to attempt to get telnet up and working to as a secondary method.
In 0.9.0 we also have a whole new bunch of interfaces. Basically, users can implement their own interfaces in Lua. So I implemented the rc, telnet and http interfaces in Lua but you could also implement one that would fit your specific needs. That's something else you could look into if you feel that the current interfaces are lacking in some aspects.I'm also going to attempt to get telnet up and working to as a secondary method.
dun mind me asking how did schedule the tasks within vlc and get it to stop.. been trying to do the same thing.. but cant..
Users browsing this forum: No registered users and 18 guests