Overview
Add WebRTC data-channel handling so client players can share HLS segment chunks directly with nearby peers when CDN bandwidth is constrained.
Core Requirements
- Implement signaling listener over Nostr relays to discover nearby video watchers.
- Seed downloaded HLS video segments to connected WebRTC peers.
- Verify segment hashes against master manifest to ensure chunk integrity.
Resources & Specs
Refer to Section 2.1 of WHITEPAPER.md.
Overview
Add WebRTC data-channel handling so client players can share HLS segment chunks directly with nearby peers when CDN bandwidth is constrained.
Core Requirements
Resources & Specs
Refer to Section 2.1 of
WHITEPAPER.md.