We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Using IndexedDB storage, even if two nodes establish a connection, data cannot be downloaded via p2p.
The IndexedDB data has been cleared before the test,test url: https://novage.com.ua/p2p-media-loader/demo.html?streamUrl=https%3A%2F%2Ftest-streams.mux.dev%2Fx36xhzz%2Furl_0%2F193039199_mp4_h264_aac_hd_7.m3u8&player=vidstack_indexeddb_hls
error code: packages/p2p-media-loader-demo/src/custom-segment-storage-example/indexed-db-storage.ts getStoredSegmentIds(streamId: string) {}
Correct code code: getStoredSegmentIds(_swarmId: string, streamId: string) {}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Using IndexedDB storage, even if two nodes establish a connection, data cannot be downloaded via p2p.
The IndexedDB data has been cleared before the test,test url:
https://novage.com.ua/p2p-media-loader/demo.html?streamUrl=https%3A%2F%2Ftest-streams.mux.dev%2Fx36xhzz%2Furl_0%2F193039199_mp4_h264_aac_hd_7.m3u8&player=vidstack_indexeddb_hls
error code:
packages/p2p-media-loader-demo/src/custom-segment-storage-example/indexed-db-storage.ts
getStoredSegmentIds(streamId: string) {}
Correct code code:
getStoredSegmentIds(_swarmId: string, streamId: string) {}
The text was updated successfully, but these errors were encountered: