Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 1.11 KB

StreamApi.md

File metadata and controls

38 lines (23 loc) · 1.11 KB

\StreamApi

All URIs are relative to http://demo-v1.gilfoyle.dreamvo.com

Method HTTP request Description
GetMediaPlaylistFile Get /medias/{media_id}/stream/{filename} Get HLS playlist file of a media

GetMediaPlaylistFile

string GetMediaPlaylistFile(ctx, mediaId, filename) Get HLS playlist file of a media

Get HLS playlist file of a media

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
mediaId string Media identifier
filename string HLS filename

Return type

string

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/octet-stream

[Back to top] [Back to API list] [Back to Model list] [Back to README]