mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-26 19:51:26 +08:00
api: rename udpSource into mpegtsSource (#4842)
This commit is contained in:
@@ -594,7 +594,7 @@ components:
|
||||
- rtspsSession
|
||||
- srtConn
|
||||
- srtSource
|
||||
- udpSource
|
||||
- mpegtsSource
|
||||
- webRTCSession
|
||||
- webRTCSource
|
||||
id:
|
||||
|
@@ -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: "",
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user