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

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

Автор Тема: How can I keep running acestream broadcasting?  (Прочитано 4576 раз)

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

kayrak

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 14
How can I keep running acestream broadcasting?
« : 02 Мая 2017, 20:12:58 »

Hi Forum!

I have installed acestream on my ubuntu server. I want to broadcast on this server with acestream, I am running the Broadcast with following commands: "acestreamengine --stream-source --name "lig" --title "lig" --source "http://myipadress:8080" --bitrate 1200 --publish-dir "/home/www/streams" --cache-dir "/tmp/streams" --add-authorized-peers --skip-internal-tracker --tracker "udp://myipadress:2710/announce" --log-stdout". How can I keep alive the broadcasting, when i close the putty? If I close the putty, the broadcasting is die.

Thanks advance!

Benny

  • Administrator
  • Hero Member
  • *****
  • Оффлайн Оффлайн
  • Сообщений: 666
Re: How can I keep running acestream broadcasting?
« Ответ #1 : 02 Мая 2017, 20:54:20 »

How can I keep alive the broadcasting, when i close the putty? If I close the putty, the broadcasting is die.
Run job in background or run it within "screen"/"tmux" session.
If you're new to *nix, it's recommended to read something about shell and and shell scripting - http://linuxcommand.org/lc3_learning_the_shell.php and https://www.shellscript.sh

kayrak

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 14
Re: How can I keep running acestream broadcasting?
« Ответ #2 : 02 Мая 2017, 22:33:04 »

Thanks :)