Owncast – An open-source, self-hosted live streaming server
-
@atrilahiji @girish it would be indeed very good to have it in the AppStore soon, it's a perfect alternative for PeerTube.
-
Sorry! Turns out I had not actually pushed my changes to that repo. I added the changes to the repo on git.cloudron.io: https://git.cloudron.io/AtriLahiji/owncast-app/-/releases/1.0.0
I've started moving to having serious app packages on cloudron git and mirroring them on my git for discoverability
Also I imagine its less confusing for @staff lol
-
-
@imc67 said in Owncast – An open-source, self-hosted live streaming server:
@atridad & @girish & @nebulon is it possible to add this to the AppStore?
-
@girish +1 for OwnCast
What is the latest on making OwnCast available on the standard Cloudron?
Linode offer an OwnCast and Ant Media service on their servers. (Linode also support Cloudron.)
Does it require many resources?Also consider Ant Media Community Edition:
https://github.com/ant-media/Ant-Media-Server/wiki#community-edition--enterprise-edition
-
@loudlemur I absolutely could. I had a package but am thinking of re-doing it to get off of twitch (I hate using anything Jeffery Bezos makes money from). My time is very much stretched now between work, life, and freelance so I will be a "i'll get to it when I get to it" situation. Of course, if anyone else wants to go for it, go for it
-
@atridad @girish really curious when the app will be there in the app store?
-
@doodlemania2 yes, please!
-
@girish @doodlemania2 Currently, there is a "livestream to (yuch!) youtube" tool available in jitsi-meet. Hopefully, the Jitsi team will support Free livestreaming options like Owncast as an option soon. It would be wonderful to be able to run Owncast and livestream to it from jitsi-meet.
-
@girish https://git.cloudron.io/doodlemania2/owncast
not my work, I just updated it to 0.0.11 recently
with thanks to the OP! -
@doodlemania2 Wow! Where is the procedure explained for using an unofficial application on Cloudron? Is there a video or something like that? I would like to try this for Odoo too.
-
@LoudLemur do you mean app packaging ?
https://docs.cloudron.io/custom-apps/tutorial/?support_viewor installing a custom app already packaged ?
or something else that I didn't understand (sorry) ?
-
@timconsidine Hi! I meant something else:
I have a Cloudron running.
It supports the usual official applications.
I would like to run an application on my cloudron which is not officially supported yet. For example, this one:
https://git.cloudron.io/doodlemania2/owncastWhat would I do? Go into my Cloudron dashboard and ... Settings.. Private Docker Registry... activate... Docker Registry Provider... etc then what?
-
@LoudLemur so I think this comes under "installing a custom app already packaged"
command line / terminal usage :
- download the contents of the app package you want and extract to its own directory/folder
- change into that folder
- make sure you have cloudron CLI installed
- make sure you have Docker Desktop installed and running
- make sure you have a docker repo (seems you do from your answer)
- at command line :
docker build -t <your_repo_name>/<app_name>:<app tag> .
you should know the first 2 and you can make up anything for the tag (or even omit it)
remember the trailing full stop.
- at command line :
docker push <your_repo_name>/<app_name>:<app tag>
- at command line :
cloudron install --image <your_repo_name>/<app_name>:<app tag>
- you will be prompted for location : e.g. app.domain.tld
If packaging was good and you have docker and cloudron cli installed, and you downloaded the source directly, this should go smoothly !
-
@timconsidine yeah what Tim said
-
@doodlemania2
yesterday i tried the app package. two quick questions:- is it a typo? manifest defines port 1937 the app is preconfigured on port 1935.
- did you install the app on a Cloudron 7.1.x with (or without ipv6)? I had no way to connect to the instance via obs. Tried it with different ports and configurations.
-
@doodlemania2 you know I didn’t see you had a copy of my old repo at all. I made a new one on my GitHub lol. It’s not much different tbh.