Skip to content

tab1293/btdash-http-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

btdash-http-player

This is a btdash playback implementation that makes use of an HTTP server to forward BitTorrent traffic to a web browser's MediaSource API.

Usage

./btdash-http-player -port 8888

GET Routes

  • /torrent/<infohash>/data is used in conjuction with the Range request header to get the video file data
  • /torrent/<infohash>/info returns the torrent file for download
  • /torrent/<infohash>/manifest returns the playback manifest embed in the torrent file

POST Route

  • /torrent Adds the torrent file supplied in the request body

About

Play back btdash packaged torrents with the MediaSource API over HTTP

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors