Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upDoes webtorrent support adaptive bitrate streaming? #1496
Comments
This comment has been minimized.
This comment has been minimized.
|
It is not. Live streaming won't be supported by the library itself, but this could be a solution: #886. |
This comment has been minimized.
This comment has been minimized.
|
Adaptive bitrate streaming doesn't have anything to do with live streaming, it's what allows eg: youtube to offer video streams in multiple bitrates |
This comment has been minimized.
This comment has been minimized.
|
You could put all the bitrates in the same torrent and have the video player choose which one to download and play. But this is out of the scope of the library. |
This comment has been minimized.
This comment has been minimized.
|
Does webtorrent give you a way to get a list of all the chunks in a torrent and selectively download some chunks but not others? |
This comment has been minimized.
This comment has been minimized.
|
Yes, you can selectively download pieces :) |
This comment has been minimized.
This comment has been minimized.
|
and/or files |
This comment has been minimized.
This comment has been minimized.
|
Hi, interesting approach with one torrent archive which has an m3u8 file and the different chunks inside. |
It would be awesome if webtorrent supported DASH/HLS-style adaptive bitrate streaming where there was a 1:1 mapping between DASH/HLS-style chunks and bittorrent chunks. That way you could choose the next bitrate based both on your bandwidth and on the relative rarity of the next chunks. Is this supported?