Skip to content

Willovent/upload-to-streamable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload to Steamable

This project aim to add a simple way to upload your videos to streamable.com.

It's base on the streamable documentation and powered by node.js.

Setup

  1. Clone this repository
git clone https://github.com/Willovent/upload-to-streamable.git
  1. intall node dependencies
npm install
  1. Edit the file index.js to put your own streamable credientials
let username = "YourUsername";
let password = "YourPassword";
  1. Edit the file add-context-menu.reg to put the right path to the project
[HKEY_CLASSES_ROOT\*\shell\streamable\command]
@="\"C:\\Program Files\\nodejs\\node.exe\" \"\\Path\\to\\Project\" \"%1\""
  1. Run the file add-context-menu.reg to add the context menu.
  2. You're all done !

upload to streamable

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages