Broadcasting from commandline!

Hi Forum!

A question!

Is it possible to broadcasting from commandline on windows (like on Linux)?

If it is possible, How can I do this?

Thanks!

Yes, something like this:


ace_stream.exe --name Channel --title My-TV --source http://source_host/channel --bitrate 0 --port 7764 --quality auto --category informational --cache-dir C:\tmp\ace_stream\cache --publish-dir C:\tmp\ace_stream\streaming --max-peers 25 --tracker udp://9.rarbg.me:2710/announce --host myhost --upnp-enabled 1 --allow-public-trackers 1 --permanent

If you put constant options into acestream_user.conf file, then command line will be much shorter and more readable.
See Streaming/en - Ace Stream Wiki for options explanation.