Commit graph

26 commits

Author SHA1 Message Date
bf0f727b03 Stub out a one-channel video relay server 2018-04-09 21:00:51 -04:00
adea1e4389 Remove unused generic parameter from Chunk 2018-04-09 17:53:32 -04:00
ff8d4e9126 Break out "find starting point" fixer operator 2018-04-08 02:31:00 -04:00
9ca384f9da streamline loop_server stream construction 2018-04-05 20:16:37 -04:00
2bdbe21a73 Rename timecode_fixer to fixers 2018-04-04 20:26:02 -04:00
be92d04c09 rename EbmlStreamingParser to reflect genericity, change construction to Stream extension 2018-04-04 01:36:15 -04:00
8189794287 Tidy some imports 2018-04-04 01:21:13 -04:00
724eabf326 Use WebmBuffer in loop_server 2018-04-02 20:12:26 -04:00
56a7284e32 Focus on Webm case specifically to get working code
can retry generic EBML later
2018-04-02 18:37:47 -04:00
f385371bb9 Make loop server iteration count more flexible than a chain 2018-03-30 02:54:02 -04:00
a8fa279201 bump dependency versions 2018-03-30 01:43:44 -04:00
417cbf49c7 Create EbmlEventSource trait since Iterators/Streams can't return borrows 2018-03-30 01:33:13 -04:00
cdcff869aa Replace Schema types with a FromEbml trait on the Element type
simplify lifetimes
2018-03-25 21:33:38 -04:00
972a88c35b Handle errors in chunking code in some fashion 2017-10-06 00:17:18 -04:00
0902a810e5 Use webm chunker operator in loop_server 2017-10-04 02:11:19 -04:00
9c9db1c505 Better-adapt extend_timespan to its real use, observe_simpleblock_timecode 2017-10-04 01:48:33 -04:00
bad7b42e5b Create stub stream operator to bolt on fixing chunk timecodes 2017-09-30 02:33:36 -04:00
15386e9638 Repeat test video body a few times 2017-09-29 02:11:42 -04:00
c4fc13fe0b Fix final cluster not displaying right 2017-09-29 01:54:08 -04:00
9481d53adc Parse, chunk, & reconstruct served WebM file. 2017-09-29 01:31:06 -04:00
7f214920ae switch Chunks to use Arcs 2017-09-28 22:11:27 -04:00
d20081d9a1 Serve single, unparsed video file. 2017-09-26 02:21:32 -04:00
d0f1cde464 Stub using Chunk stream in loop_server. 2017-09-25 00:23:20 -04:00
db1731f776 Experiment with using a Stream for a Response Body 2017-09-21 00:59:11 -04:00
ef45728779 Have stub server recognize a URL path 2017-09-10 19:44:54 -04:00
6f80da4735 Create stub Hyper server 2017-09-10 19:34:08 -04:00