We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a540b commit 54066afCopy full SHA for 54066af
mpd/mpd.go
@@ -79,7 +79,7 @@ type MPD struct {
79
PublishTime *string `xml:"publishTime,attr"`
80
TimeShiftBufferDepth *string `xml:"timeShiftBufferDepth,attr"`
81
SuggestedPresentationDelay *Duration `xml:"suggestedPresentationDelay,attr,omitempty"`
82
- BaseURL string `xml:"BaseURL,omitempty"`
+ BaseURL []string `xml:"BaseURL,omitempty"`
83
Location string `xml:"Location,omitempty"`
84
period *Period
85
Periods []*Period `xml:"Period,omitempty"`
0 commit comments