Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Uninstalling Zixi Broadcaster on Linux

To uninstall Zixi Broadcaster:

  1. As a Root user, run the following command to stop the service:

Code Block
languagebash
systemctl stop zixibc.service

2. Run the following commands:

Code Block
systemctl disable zixibc.service
rm /etc/systemd/system/zixibc.service
systemctl daemon-reload
systemctl reset-failed

3. Delete the directory where Broadcaster was installed, for example:

Code Block
/zixi/zixi_broadcaster-centos7-transcoder

Uninstalling Zixi Feeder on Linux

To uninstall Zixi Feeder:

1.As a Root user, run the following command to stop the service:

Code Block
languagebash
systemctl stop zixifeeder.service

2. Run the following commands:

Code Block
systemctl disable zixifeeder.service
rm /etc/systemd/system/zixifeeder.service
systemctl daemon-reload
systemctl reset-failed

3. Delete the directory where Broadcaster was installed, for example:

Code Block
/zixi/zixi_feeder-linux64

Uninstalling Zixi Receiver on Linux

To uninstall Zixi Receiver:

1.As a Root user, run the following command to stop the service:

Code Block
languagebash
systemctl stop zixifeederzixireceiver.service

2. Run the following commands:

Code Block
systemctl disable zixireceiver.service
rm /etc/systemd/system/zixireceiver.service
systemctl daemon-reload
systemctl reset-failed

3. Delete the directory where Broadcaster was installed, for example:

Code Block
/zixi/ /zixi/zixi_receiver-linux64