api: rename udpSource into mpegtsSource (#4842)

This commit is contained in:
Alessandro Ros
2025-08-08 22:04:26 +02:00
committed by GitHub
parent 7feff1d1dc
commit 69d37cc6c6
2 changed files with 2 additions and 2 deletions

View File

@@ -594,7 +594,7 @@ components:
- rtspsSession
- srtConn
- srtSource
- udpSource
- mpegtsSource
- webRTCSession
- webRTCSource
id:

View File

@@ -136,7 +136,7 @@ func (s *Source) runReader(nc net.Conn) error {
// APISourceDescribe implements StaticSource.
func (*Source) APISourceDescribe() defs.APIPathSourceOrReader {
return defs.APIPathSourceOrReader{
Type: "udpSource",
Type: "mpegtsSource",
ID: "",
}
}