πββοΈRunning Catalyst Locally
First, select a directory for persisting your database and video content; in this example we will be using $HOME/live-catalyst
.
You will be greeted with a very large amount of spam β give it a minute or so to boot up. You can then connect to your local box instance:
Address: http://localhost:8888
Email: admin@example.com
Password: live
You can also access the MistServer dashboard to access some underlying livestreaming infrastructure:
Address: http://localhost:4242
Username: test
Password: test
To get you started, the database snapshot includes a few predefined streams.
For properly testing a livestream input comparable to OBS output, you will want a low-bitrate test file with no B-Frames and a short GOP length. Hereβs a sample appropriately-formatted Big Buck Bunny file you can use. To stream in to your local box, you can use an ffmpeg
command such as:
Last updated