Playout API
- 23 Apr 2025
- Drucken
Playout API
- Aktualisiert am 23 Apr 2025
- Drucken
Artikel-Zusammenfassung
Fanden Sie diese Zusammenfassung hilfreich?
Vielen Dank für Ihr Feedback
Einführung
Die movingimage Playout API ermöglicht Ihnen den Zugriff auf die VideoManager Pro Video-Streaming-URLs. Dazu gehören die Download-URLs für die verfügbaren Formate und die HLS-Manifest-URL. Der Zugriff auf diese ermöglicht es Ihnen, Ihren eigenen Player zu verwenden und/oder Ihren eigenen MRSS-Feed zu erstellen.
Playout Video
Dieser Endpunkt gibt die Wiedergabe-URLs für ein bestimmtes Video zurück.
URL
https://d.video-cdn.net/play/player/playerId/video/videoId?token=token
Parameter
playerId: The Base60 identifier of the player.
videoId: The Base60 identifier of the video.
token: An optional token that protects the video.Response
Antwort
{
"videoSources": {
"flash": {
"auto": [{
"mimeType": "application/f4m",
"source": "http://blob.playout.mi24.dev/8FCCsZGaogFShqnZK2GGky/36Y_2KYYewod8S8azf4f64.baa,1656,256,596,828,.mp4.csmil/manifest.f4m"
}],
"108p": [{
"mimeType": "video/mp4",
"source": "http://blob.playout.mi24.dev/8FCCsZGaogFShqnZK2GGky/36Y_2KYYewod8S8azf4f64.baa256.mp4"
}],
"576p": [{
"mimeType": "video/mp4",
"source": "http://blob.playout.mi24.dev/8FCCsZGaogFShqnZK2GGky/36Y_2KYYewod8S8azf4f64.baa1656.mp4"
}],
"360p": [{
"mimeType": "video/mp4",
"source": "http://blob.playout.mi24.dev/8FCCsZGaogFShqnZK2GGky/36Y_2KYYewod8S8azf4f64.baa828.mp4"
}],
"288p": [{
"mimeType": "video/mp4",
"source": "http://blob.playout.mi24.dev/8FCCsZGaogFShqnZK2GGky/36Y_2KYYewod8S8azf4f64.baa596.mp4"
}]
},
"html": {
"auto": [{
"mimeType": "application/vnd.apple.mpegurl",
"source": "http://blob.playout.mi24.dev/8FCCsZGaogFShqnZK2GGky/36Y_2KYYewod8S8azf4f64.baa,1656,256,596,828,.mp4.csmil/master.m3u8"
}],
"108p": [{
"mimeType": "video/mp4",
"source": "http://vmpro.mi24.dev/ffh-1-nginx/8FCCsZGaogFShqnZK2GGky/36Y_2KYYewod8S8azf4f64.baa256.mp4"
},
{
"mimeType": "video/webm",
"source": "http://vmpro.mi24.dev/ffh-1-nginx/8FCCsZGaogFShqnZK2GGky/36Y_2KYYewod8S8azf4f64.ymv224.webm"
}],
"576p": [{
"mimeType": "video/mp4",
"source": "http://vmpro.mi24.dev/ffh-1-nginx/8FCCsZGaogFShqnZK2GGky/36Y_2KYYewod8S8azf4f64.baa1656.mp4"
},
{
"mimeType": "video/webm",
"source": "http://vmpro.mi24.dev/ffh-1-nginx/8FCCsZGaogFShqnZK2GGky/36Y_2KYYe
War dieser Artikel hilfreich?