Add upload to video gql
This commit is contained in:
@@ -227,12 +227,23 @@ type UploadStreamGQL {
|
||||
errors: [StreamErrorGQL!]!
|
||||
createdAt: DateTime!
|
||||
updatedAt: DateTime!
|
||||
uploadSegments: [UploadSegmentGQL!]!
|
||||
}
|
||||
|
||||
type StreamErrorGQL {
|
||||
message: String!
|
||||
}
|
||||
|
||||
type UploadSegmentGQL {
|
||||
segmentIndex: Int!
|
||||
uploaded: Boolean!
|
||||
valid: Boolean!
|
||||
endFrameIndex: Int
|
||||
framesPerSecond: Float
|
||||
durationsInSeconds: Float
|
||||
linksRequested: Int!
|
||||
}
|
||||
|
||||
type HLSPlaylistGQL {
|
||||
videoId: Int!
|
||||
m3u8Text: String!
|
||||
|
Reference in New Issue
Block a user