Uninstalling Zixi Broadcaster on Linux

To uninstall Zixi Broadcaster:

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

systemctl stop zixibc.service

2. Run the following commands:

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:

/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:

systemctl stop zixifeeder.service

2. Run the following commands:

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:

/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:

systemctl stop zixireceiver.service

2. Run the following commands:

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:

/zixi/ /zixi/zixi_receiver-linux64