Paratii-Video / paratii-player

Probably the world's 1st in-player token wallet (v0.0.1 of the Paratii embeddable web player).
http://paratii.video
GNU General Public License v3.0
41 stars 11 forks source link

API for uploading videos #354

Open jellegerbrandy opened 7 years ago

jellegerbrandy commented 7 years ago

A call to the API will tipically look like this:

https://paratii.video/rip?url=http://youtu.be/videoId&account=0x123455&signature=0x1234..

where the signature is a signed hash of the given paraemeters

What the call does is:


In a second iteration, we'd want to decentralized the YT download: a client does the download, and sends the video file. For that, we'd replace the rip call with a transcode call, that works exactly as above, except that he vid is not taken from yt but from the vid provided with the request