mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 23:02:45 +08:00
use random UUIDs as media IDs (#163)
* remove Medias.Clone(), Media.Clone(), Format.Clone() * server: use random UUIDs as media IDs * client: use random UUIDs as media IDs
This commit is contained in:
@@ -48,9 +48,6 @@ type Format interface {
|
||||
// Marshal encodes the format in SDP format.
|
||||
Marshal() (string, string)
|
||||
|
||||
// Clone clones the format.
|
||||
Clone() Format
|
||||
|
||||
// PTSEqualsDTS checks whether PTS is equal to DTS in the RTP packet.
|
||||
PTSEqualsDTS(*rtp.Packet) bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user