Currently, the RTMP application name is hardcoded as benstv.
benstv
I'd like to have the option to customise the application name via env var
assigned to @btasker
It's now possible to customise the name via env var RTMP_APPLICATION. It defaults to benstv.
RTMP_APPLICATION
Streams are then available at
rtmp://[server address]/${RTMP_APPLICATION}/${RTMP_STREAMNAME}
http://[server address]/${RTMP_APPLICATION}/${RTMP_STREAMNAME}.m3u8
mentioned in commit github-mirror/Home-TV-Station@1427422edebc6b26605a2443550b1f16c43cbd8d
Commit: github-mirror/Home-TV-Station@1427422edebc6b26605a2443550b1f16c43cbd8d Author: B Tasker Date: 2024-08-03T15:13:44.000+01:00
feat: allow the RTMP application name to be customised via env var (project-management-only/home-tv-station#2)
The environment var RTMP_APPLICATION can be used to define the application name.
Activity
03-Aug-24 13:54
assigned to @btasker
03-Aug-24 14:15
It's now possible to customise the name via env var
RTMP_APPLICATION
. It defaults tobenstv
.Streams are then available at
rtmp://[server address]/${RTMP_APPLICATION}/${RTMP_STREAMNAME}
http://[server address]/${RTMP_APPLICATION}/${RTMP_STREAMNAME}.m3u8
04-Aug-24 09:14
mentioned in commit github-mirror/Home-TV-Station@1427422edebc6b26605a2443550b1f16c43cbd8d
Message
feat: allow the RTMP application name to be customised via env var (project-management-only/home-tv-station#2)
The environment var
RTMP_APPLICATION
can be used to define the application name.