Remove deprecated RTMP port 1935 (#9137)

This commit is contained in:
Pierre Belanger
2024-01-31 12:56:11 +00:00
committed by Blake Blackshear
parent 928dbd8335
commit 15f79d91e3
3 changed files with 1 additions and 7 deletions
+1 -5
View File
@@ -10,7 +10,7 @@
"features": {
"ghcr.io/devcontainers/features/common-utils:1": {}
},
"forwardPorts": [5000, 5001, 5173, 1935, 8554, 8555],
"forwardPorts": [5000, 5001, 5173, 8554, 8555],
"portsAttributes": {
"5000": {
"label": "NGINX",
@@ -24,10 +24,6 @@
"label": "Vite Server",
"onAutoForward": "silent"
},
"1935": {
"label": "RTMP",
"onAutoForward": "silent"
},
"8554": {
"label": "gortc RTSP",
"onAutoForward": "silent"