@@ -148,7 +148,7 @@ func LiveProfile() *MPD {
148148
149149 audioAS , _ := m .AddNewAdaptationSetAudio ("7357" , DASH_MIME_TYPE_AUDIO_MP4 , VALID_SEGMENT_ALIGNMENT , VALID_START_WITH_SAP , VALID_LANG )
150150
151- audioAS .AddNewContentProtectionRootFixedUUID ("08e367028f33436ca5dd60ffe5571e60" )
151+ audioAS .AddNewContentProtectionRoot ("08e367028f33436ca5dd60ffe5571e60" )
152152 audioAS .AddNewContentProtectionSchemeWidevineWithPSSH (getValidWVHeaderBytes ())
153153 audioAS .AddNewContentProtectionSchemePlayreadyWithPSSH (VALID_PLAYREADY_PRO )
154154
@@ -159,7 +159,7 @@ func LiveProfile() *MPD {
159159
160160 videoAS , _ := m .AddNewAdaptationSetVideo ("7357" , DASH_MIME_TYPE_VIDEO_MP4 , VALID_SCAN_TYPE , VALID_SEGMENT_ALIGNMENT , VALID_START_WITH_SAP )
161161
162- videoAS .AddNewContentProtectionRootFixedUUID ("08e367028f33436ca5dd60ffe5571e60" )
162+ videoAS .AddNewContentProtectionRoot ("08e367028f33436ca5dd60ffe5571e60" )
163163 videoAS .AddNewContentProtectionSchemeWidevineWithPSSH (getValidWVHeaderBytes ())
164164 videoAS .AddNewContentProtectionSchemePlayreadyWithPSSH (VALID_PLAYREADY_PRO )
165165
@@ -203,7 +203,7 @@ func HbbTVProfile() *MPD {
203203
204204 audioAS , _ := m .AddNewAdaptationSetAudio ("7357" , DASH_MIME_TYPE_AUDIO_MP4 , VALID_SEGMENT_ALIGNMENT , VALID_START_WITH_SAP , VALID_LANG )
205205
206- audioAS .AddNewContentProtectionRootFixedUUID ("08e367028f33436ca5dd60ffe5571e60" )
206+ audioAS .AddNewContentProtectionRoot ("08e367028f33436ca5dd60ffe5571e60" )
207207 audioAS .AddNewContentProtectionSchemeWidevineWithPSSH (getValidWVHeaderBytes ())
208208 audioAS .AddNewContentProtectionSchemePlayreadyWithPSSH (VALID_PLAYREADY_PRO )
209209
@@ -215,7 +215,7 @@ func HbbTVProfile() *MPD {
215215
216216 videoAS , _ := m .AddNewAdaptationSetVideo ("7357" , DASH_MIME_TYPE_VIDEO_MP4 , VALID_SCAN_TYPE , VALID_SEGMENT_ALIGNMENT , VALID_START_WITH_SAP )
217217
218- videoAS .AddNewContentProtectionRootFixedUUID ("08e367028f33436ca5dd60ffe5571e60" )
218+ videoAS .AddNewContentProtectionRoot ("08e367028f33436ca5dd60ffe5571e60" )
219219 videoAS .AddNewContentProtectionSchemeWidevineWithPSSH (getValidWVHeaderBytes ())
220220 videoAS .AddNewContentProtectionSchemePlayreadyWithPSSH (VALID_PLAYREADY_PRO )
221221
@@ -259,7 +259,7 @@ func OnDemandProfile() *MPD {
259259
260260 audioAS , _ := m .AddNewAdaptationSetAudio ("7357" , DASH_MIME_TYPE_AUDIO_MP4 , VALID_SEGMENT_ALIGNMENT , VALID_START_WITH_SAP , "und" )
261261
262- audioAS .AddNewContentProtectionRootFixedUUID ("08e367028f33436ca5dd60ffe5571e60" )
262+ audioAS .AddNewContentProtectionRoot ("08e367028f33436ca5dd60ffe5571e60" )
263263 audioAS .AddNewContentProtectionSchemeWidevineWithPSSH (getValidWVHeaderBytes ())
264264 audioAS .AddNewContentProtectionSchemePlayreadyWithPSSH (VALID_PLAYREADY_PRO )
265265
@@ -269,7 +269,7 @@ func OnDemandProfile() *MPD {
269269
270270 videoAS , _ := m .AddNewAdaptationSetVideo ("7357" , DASH_MIME_TYPE_VIDEO_MP4 , VALID_SCAN_TYPE , VALID_SEGMENT_ALIGNMENT , VALID_START_WITH_SAP )
271271
272- videoAS .AddNewContentProtectionRootFixedUUID ("08e367028f33436ca5dd60ffe5571e60" )
272+ videoAS .AddNewContentProtectionRoot ("08e367028f33436ca5dd60ffe5571e60" )
273273 videoAS .AddNewContentProtectionSchemeWidevineWithPSSH (getValidWVHeaderBytes ())
274274 videoAS .AddNewContentProtectionSchemePlayreadyWithPSSH (VALID_PLAYREADY_PRO )
275275
0 commit comments