Trying to figure out how a app is running out of memory, when it is above the require recommendations. I have 2 of them set to 8gig of ram and only one person streaming and flags it out of memory.
Server is a 500SSD
16/32 core E5 with 64gig of ram.
Trying to figure out how a app is running out of memory, when it is above the require recommendations. I have 2 of them set to 8gig of ram and only one person streaming and flags it out of memory.
Server is a 500SSD
16/32 core E5 with 64gig of ram.
ok. will work something out.
thanks
ok so in emby. you add the usename and a email.
but dont want them to see other things. just the ability to restart.. ?
Can we setup a permission somewhere, allows users to restart their own apps? SO the admin doesnt have to do it.
Can we get a disk quota per app/per user please. Will help cut down on space that the users recording shows and other things sucking up space from others.
Can you make a build for channelsDVR?
they do have thier own docker.
https://getchannels.com/dvr-server/#docker
Start up Channels DVR Server via Docker:
docker run
--detach
--name=channels-dvr
--net=host
--restart=on-failure:10
--device /dev/dri:/dev/dri
--volume /mnt/disk/dvr/config:/channels-dvr
--volume /mnt/disk/dvr/recordings:/shares/DVR
fancybits/channels-dvr:latest
Or add this to your docker-compose.yml:
channels-dvr:
image: fancybits/channels-dvr:latest
container_name: channels-dvr
network_mode: host
ports:
- "8089:8089"
restart: on-failure:10
devices:
- /dev/dri:/dev/dri
volumes:
- /mnt/disk/dvr/config:/channels-dvr
- /mnt/disk/dvr/recordings:/shares/DVR
Use the fancybits/channels-dvr:tve image if you need TV Everywhere support
The --net=host option is required for the Channels apps to discovery your DVR via Bonjour.
Neither Docker for Mac nor Docker for Windows support --net=host. When running on these platforms, you'll have to connect to Channels DVR Server by IP address from Channels. You can do this in the Settings tab of the Channels Apps.
the software emby. when u setup a user, they get a invite and can log in with their emby username and password through the invite.
Not sure if your being sarcastic? but the invite helps them login lot quicker then having to do the manual approach. They can log in once on the app and have all their servers in one location. SSO..
Any one able to get Emby Connect to work when using the invite system?