Comprehensive video handling with social.plus SDK including upload, transcoding, streaming, and multi-resolution support
Core Properties
Property | Type | Description |
---|---|---|
fileId | string | Unique identifier for the video |
fileUrl | string | Original video file URL (maintains original format) |
videoUrl | object | URLs for different transcoded resolutions |
status | enum | Transcoding status: uploaded , transcoding , transcoded , error |
Metadata & Attributes
Property | Type | Description |
---|---|---|
attributes | object | File metadata including name, size, and type |
metadata | object | Video-specific data including dimensions and duration |
thumbnailFileId | string | ID of the generated thumbnail image |
fileUrl
provides the original file format, while videoUrl.original
provides the same content in optimized MP4 format.status
property to track transcoding progress.