project-management-only/home-tv-station#2: Allow application name to be customised



Issue Information

Issue Type: issue
Status: closed
Reported By: btasker
Assigned To: btasker

Milestone: v0.1
Created: 03-Aug-24 13:54



Description

Currently, the RTMP application name is hardcoded as benstv.

I'd like to have the option to customise the application name via env var



Toggle State Changes

Activity


assigned to @btasker

It's now possible to customise the name via env var RTMP_APPLICATION. It defaults to benstv.

Streams are then available at

  • rtmp://[server address]/${RTMP_APPLICATION}/${RTMP_STREAMNAME}
  • http://[server address]/${RTMP_APPLICATION}/${RTMP_STREAMNAME}.m3u8
verified

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 

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.

+10 -4 (14 lines changed)