UNPKG

2.39 kBMarkdownView Raw
1# Remote EPUB URLs
2
3`r2-streamer-js` implements support for web-hosted publications. Visit this link and enter a public EPUB HTTP URL (see examples below):
4
5https://streamer.edrlab.org/url/
6
7Technical note: EPUB files served by `r2-streamer-js` are normally loaded from the local filesystem. However, remote publications (such as those referenced from OPDS feeds) must be fetched efficiently across the network. This is done using HTTP 1.1 partial requests (arbitrary byte ranges inside EPUB files, instead of downloading the entire publication at once), in order to support large publications with acceptable levels of performance and memory consumption (e.g. audio / video EPUB3 files).
8
9More information about OPDS support here: [opds.md](opds.md)
10
11## A selection of public EPUB URLs:
12
13SMOKE TEST FXL (5MB):
14https://raw.githubusercontent.com/readium/readium-test-files/master/functional/smoke-tests/SmokeTestFXL/SmokeTestFXL.epub
15=>
16https://streamer.edrlab.org/pub/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3JlYWRpdW0vcmVhZGl1bS10ZXN0LWZpbGVzL21hc3Rlci9mdW5jdGlvbmFsL3Ntb2tlLXRlc3RzL1Ntb2tlVGVzdEZYTC9TbW9rZVRlc3RGWEwuZXB1Yg==/
17
18INTERNAL LINK TEST (tiny):
19https://readium.firebaseapp.com/epub_content/internal_link.epub
20=>
21https://streamer.edrlab.org/pub/aHR0cHM6Ly9yZWFkaXVtLmZpcmViYXNlYXBwLmNvbS9lcHViX2NvbnRlbnQvaW50ZXJuYWxfbGluay5lcHVi/
22
23CC-SHARED-CULTURE (30MB):
24https://raw.githubusercontent.com/pmstss/epub-books/master/cc-shared-culture.epub
25=>
26https://streamer.edrlab.org/pub/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3Btc3Rzcy9lcHViLWJvb2tzL21hc3Rlci9jYy1zaGFyZWQtY3VsdHVyZS5lcHVi/
27Note, video streaming:
28https://streamer.edrlab.org/pub/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3Btc3Rzcy9lcHViLWJvb2tzL21hc3Rlci9jYy1zaGFyZWQtY3VsdHVyZS5lcHVi/EPUB/video/shared-culture.mp4
29
30MOBY DICK MEDIA OVERLAYS (10MB):
31https://raw.githubusercontent.com/pmstss/epub-books/master/moby-dick-mo.epub
32=>
33https://streamer.edrlab.org/pub/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3Btc3Rzcy9lcHViLWJvb2tzL21hc3Rlci9tb2J5LWRpY2stbW8uZXB1Yg==/
34
35KASAMAKURA (20MB):
36https://raw.githubusercontent.com/pmstss/epub-books/master/kusamakura-japanese-vertical-writing.epub
37=>
38https://streamer.edrlab.org/pub/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3Btc3Rzcy9lcHViLWJvb2tzL21hc3Rlci9rdXNhbWFrdXJhLWphcGFuZXNlLXZlcnRpY2FsLXdyaXRpbmcuZXB1Yg==/
39
40EPUBs available from OPDS feeds: [opds.md](opds.md)