Архив форума Ace Stream       Wiki        Info

перейти на новый форум
Расширенный поиск  

Автор Тема: Broadcasting from commandline!  (Прочитано 4600 раз)

0 Пользователей и 1 Гость смотрят эту тему.

kayrak

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 14
Broadcasting from commandline!
« : 25 Мая 2017, 09:38:17 »

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!

Benny

  • Administrator
  • Hero Member
  • *****
  • Оффлайн Оффлайн
  • Сообщений: 666
Re: Broadcasting from commandline!
« Ответ #1 : 25 Мая 2017, 10:46:28 »

Is it possible to broadcasting from commandline on windows (like on Linux)?
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 http://wiki.acestream.media/Streaming/en for options explanation.