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 upHTTP Live Streaming for Webtorrent #448
Comments
This comment has been minimized.
This comment has been minimized.
|
That's an interesting topic yeah. It's probably out of scope for webtorrent, but you might want to look into that recent work from substack https://github.com/substack/append-only-torrent |
This comment has been minimized.
This comment has been minimized.
|
I am working on a project to do this (webm only for now). You need to mess with the init headers of the video, and make sure codecs line up. If you want to look through how it works so far. If there is interest in helping with my project, I plan to open source it eventually. I can open source it sooner rather than later. I just want to clean it up and make a clear roadmap first. https://github.com/ericwooley/VideoAppendTesting/blob/master/src/scripts/libs/media-streamer.js |
This comment has been minimized.
This comment has been minimized.
|
Any updates about this? There are any samples of seeding from a buffer? Maybe we can load the remote mp4 into a buffer, and seed it? Or must be the hole file in buffer. Thanks! |
This comment has been minimized.
This comment has been minimized.
|
Just want to point out that HLS is not a standard and it would be nice to lean towards DASH instead what is the difference between hls and mpeg dash At the very best: build DASH support with HLS fallback. if "HTTP Live Streaming for Webtorrent" ever becomes a thing. There is also a dash.js polyfill that works remarkable good |
This comment has been minimized.
This comment has been minimized.
|
Agree with @jimmywarting |
This comment has been minimized.
This comment has been minimized.
|
Looks like there's some cool experimentation going on here |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Please think about it, a player use p2p (webtorrent) and HLS (m3u8) or video ( mp4, flv....) would be interesting. I am looking for this but not found any player free, https://www.peer5.com/ or http://www.streamroot.io/ is two of the best but trial only, not free.