andysmith1965
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2019
08:25 AM
Simulcast
Hi
I am trying to implement live streaming and given the following response for requesting a DRM stream:
"response": {
"stream":null,
"drm": {
"playready": {
"licenseAcquisitionUrl":"{some server url}/playready/RightsManager.asmx",
"token":"{some token}",
"stream":"https://{some some url}/bitrate1.isml/live.mpd" }
},
How do I use this data to populate the Video Content object?
All help appreciated.
Thanks Andy
I am trying to implement live streaming and given the following response for requesting a DRM stream:
"response": {
"stream":null,
"drm": {
"playready": {
"licenseAcquisitionUrl":"{some server url}/playready/RightsManager.asmx",
"token":"{some token}",
"stream":"https://{some some url}/bitrate1.isml/live.mpd" }
},
How do I use this data to populate the Video Content object?
All help appreciated.
Thanks Andy