The playback of long videos (longer than 1h) stored in Web3 Storage can be
slow due to the W3 Link issue tracked
here.
UCAN Proof
This step assumes that you have w3 CLI installed. Follow the Getting Started instructions to create new space for storing data and register the space. Get Livepeer Studio DID.Upload Video to web3.storage
Make sure you have a video file uploaded to web3.storage. You can do upload a file using thew3 up
command by following
these instructions.
Transcode with Livepeer
This step assumes that you have already created a Livepeer Studio account and an API key. Submit the following request:$API_KEY
is your Livepeer Studio API key$DELEGATION_PROOF
is the delegation proof you created usingw3
input.url
is the URL of the video you would like to transcodeoutputs.hls.path
is the relative path that the HLS playlist and mpegts segments is found in when transcoding is completeoutputs.mp4.path
is the path that the MP4 video files is found in when transcoding is completeprofiles
is an optional parameter to specify the desired properties of transcoded video
/api/task
response in the output.transcodeFile.baseUrl
field.