docker run \
--name rtmp \
--rm \
-it \
-p 8080:80 \
-p 1935:1935 \
-v /home/ben/holly_mounts/kat-Series/:/media \
test
I'm just waiting for the episode to end to ensure that things switch over OK (I seem to remember there's a nginx-rtmp config option needed to prevent players closing, but we'll see)
Episode ended - HLS coped with it fine, the RTMP playback crapped itself (by the looks of it because timestamps are now out of order) - following up on that in project-management-only/home-tv-station#5
Activity
03-Aug-24 13:45
assigned to @btasker
03-Aug-24 13:49
mentioned in issue jira-projects/LAN#170
03-Aug-24 13:50
The commits will appear here later, but I currently have this working in a locally run docker container, providing both RTMP and HLS:
03-Aug-24 13:52
That's triggered by running the following
I'm just waiting for the episode to end to ensure that things switch over OK (I seem to remember there's a
nginx-rtmp
config option needed to prevent players closing, but we'll see)03-Aug-24 14:00
Episode ended - HLS coped with it fine, the RTMP playback crapped itself (by the looks of it because timestamps are now out of order) - following up on that in project-management-only/home-tv-station#5
04-Aug-24 09:14
mentioned in commit github-mirror/Home-TV-Station@811e4a9aaf1357a3e44c058c9bd45b9961b9e39b
Message
feat: override
nginx.conf
(project-management-only/home-tv-station#1)04-Aug-24 09:14
mentioned in commit github-mirror/Home-TV-Station@ded7c3a65e9eb6ecd04a7ed6455b800927cf5db0
Message
feat: add new entrypoint (project-management-only/home-tv-station#1)
This will allow us to fork off the publishing script
04-Aug-24 09:14
mentioned in commit github-mirror/Home-TV-Station@1232e4a2bdcc6393b28ee2cdc7c05f852f5dc724
Message
feat: base from nginx-rtmp image and add ffmpeg (project-management-only/home-tv-station#1)
04-Aug-24 09:14
mentioned in commit github-mirror/Home-TV-Station@572b56f0c52f6b7c7a6a7a5bb62f2a8805bec4db
Message
docs: add README (project-management-only/home-tv-station#1)
This is so I can document things like expected directory structure as I go
04-Aug-24 09:14
mentioned in commit github-mirror/Home-TV-Station@163642a60c8be83b18eebf814cdc05d85deba3be
Message
feat: minimum viable product (project-management-only/home-tv-station#1)
When run in
docker
the container:nginx-rtmp
, preconfigured for an application calledbenstv
(making this configurable is a TODO)/media
(configurable via env var) and publishes a random video