Hi
I'm after using acestreamengine on linux (debian wheezy) from the cmd line to publish to a local tcp port which vlc can then connect to.
With sp-sc-auth (sopcast) I'd do:
How can I achieve this on the cmd line only using acestreamengine? I don't want to use wx or gtk.
doesn't do much and launching with:
acestreamengine --client-console runs ok and opens a http server on 8621 but I'm at a loss where to proceed from here.
Thanks in advance for any pointers.
ps had to escape the urls ignore the backslashes.
I'm after using acestreamengine on linux (debian wheezy) from the cmd line to publish to a local tcp port which vlc can then connect to.
With sp-sc-auth (sopcast) I'd do:
Code:
./sp-sc-auth sopcast:\/\/urlhere 15000 16000 &
vlc http:\/\/localhost:16000/tv.asf
Code:
acestreamengine acestream:\/\/urlhere
acestreamengine --client-console runs ok and opens a http server on 8621 but I'm at a loss where to proceed from here.
Thanks in advance for any pointers.
ps had to escape the urls ignore the backslashes.