Commit Graph

62 Commits

Author SHA1 Message Date
Tangent Wantwight 1ce026eb2e Include a simple built-in HTML player 2023-04-28 18:06:28 -04:00
Tangent Wantwight 884aa37888 convert Chunk to external iteration 2022-06-10 17:15:03 -04:00
Tangent Wantwight 2b88d09d0f Teach filter subcommand to recognize --skip and --take options 2022-05-22 20:50:47 -04:00
Tangent Wantwight bfe7d4b1d7 Update argument parsing to clap v3 2022-05-22 20:37:03 -04:00
Tangent Wantwight 15520f26bd Update Tokio/Hyper/Warp-related dependencies 2022-05-22 00:56:53 -04:00
Tangent Wantwight 3bc46210e4 Teach send subcommand to recognize --skip and --take options 2020-09-11 22:57:23 -04:00
Tangent Wantwight 9cc7d8064d Represent Chunks as iterables of Bytes 2020-09-11 19:34:27 -04:00
Tangent Wantwight d585ad7b31 use ergonomic try_next() combinator instead of transpose() 2020-05-09 00:17:22 -04:00
Tangent Wantwight 5a6d1e764d simplify channel streams 2020-05-09 00:06:29 -04:00
Tangent Wantwight c422a1c3f3 Simplify/sanify some types 2020-05-08 22:02:49 -04:00
Tangent Wantwight 00ec517e78 Big-bang update tokio, warp, futures, & hyper to new versions. 2020-05-07 23:14:43 -04:00
Tangent Wantwight 9274fabeea impl Iterator for Chunk 2020-05-06 21:50:03 -04:00
Tangent Wantwight 2400720d03 Use a Bytes[Mut] for all Chunk data 2019-11-28 00:17:52 -05:00
Tangent Wantwight 3f7adb3bd6 Bind to multiple addresses if given a DNS name 2019-11-20 00:15:00 -05:00
Tangent Wantwight ba1d921a7e Use `log` crate & macros instead of prints. 2019-11-19 20:06:28 -05:00
Tangent Wantwight 4abd26ddbf cleanup 2019-11-16 13:17:44 -05:00
Tangent 128 32c72e1ee8 Port send subcommand to core futures & alpha hyper (fixes --throttle) 2019-10-21 17:10:52 -04:00
Tangent 128 ee818dbfd8 Run dump command on a runtime so it works properly. 2019-10-21 04:04:11 -04:00
Tangent 128 bc8e45936b Convert parser & chunker APIs to work with Futures 0.3-style streams 2019-10-21 03:18:51 -04:00
Tangent 128 3a6ca629ca Use core futures for the fixers; try different approach to timecode fixer 2019-10-11 00:28:08 -04:00
Tangent 128 cfb56f1281 Convert channel.rs to futures-preview 2019-10-08 23:35:13 -04:00
Tangent 128 03ee74b6da Fix dyn syntax warning. 2019-09-23 16:34:28 -04:00
Tangent 128 480fd1696a Use custom_error! for all Webmetro errors 2019-07-07 20:42:29 -04:00
Tangent 128 eb5d206dd9 Use Rust 2018 Edition 2019-07-07 18:17:38 -04:00
Tangent 128 7c1a2e48b0 Support arbitrary number of streams; bump version to reflect URL change 2018-10-27 18:13:18 -04:00
Tangent 128 f1c1114835 Remove unneeded struct 2018-10-21 22:29:36 -04:00
Tangent 128 01bb2c2e19 Use warp framework for the relay_server 2018-10-21 19:19:27 -04:00
Tangent 128 161c9de472 Make EbmlStreamingParser operate on Buf items instead of AsRef<u8> 2018-10-21 19:09:37 -04:00
Tangent 128 a848502103 Factor out building a video/webm response. 2018-10-21 18:35:15 -04:00
Tangent 128 9b9b6beb54 Use hyper::Body instead of a custom Payload type 2018-10-21 02:25:24 -04:00
Tangent 128 26930b07e0 Fix `webmetro send` not exiting when stdin ends. 2018-10-21 02:22:46 -04:00
Tangent 128 5d25d5adb7 Have subcommands control launching the runtime. 2018-10-20 23:02:24 -04:00
Tangent 128 40a137e906 update tokio version 2018-09-20 20:58:51 -04:00
Tangent 128 08e8b1311f Use hyper-provided runtime instead of tokio-core 2018-09-18 02:29:01 -04:00
Tangent 128 14d468cc7d Update hyper to 0.12 2018-09-18 02:15:02 -04:00
Tangent 128 55e1f29906 use impl Future in a few places 2018-05-13 21:05:51 -04:00
Tangent 128 4f6cc00fe6 Add anticaching headers 2018-04-26 02:19:14 -04:00
Tangent 128 603e741753 Add X-Accel-Buffering header & Nginx proxying instructions 2018-04-25 01:24:43 -04:00
Tangent 128 0e370556a2 add a little documentation re: soft buffer limits 2018-04-16 01:58:28 -04:00
Tangent 128 32cf6dd2ef Add buffer size limit to chunker 2018-04-16 01:16:03 -04:00
Tangent 128 982c5c2dcb Limit buffer size for stream parser 2018-04-16 00:59:53 -04:00
Tangent 128 0f3e941031 Remove debug prints from relay command 2018-04-15 23:43:15 -04:00
Tangent 128 8b27dc7d8f Fix upload tool, keep request active instead of dropping the Response 2018-04-15 22:07:21 -04:00
Tangent 128 8d76bd5c57 Cleanup error handling 2018-04-15 22:06:42 -04:00
Tangent 128 739862bc35 Add send subcommand for uploading WebM 2018-04-15 01:43:23 -04:00
Tangent 128 885681f009 Add some reusable error conversions 2018-04-15 01:42:47 -04:00
Tangent 128 49541347a4 Give all subcommands option of returning a future to run in a Tokio context 2018-04-14 22:35:32 -04:00
Tangent 128 0075e52f7b Run filter under Tokio runtime so that Delay works 2018-04-14 18:44:53 -04:00
Tangent 128 a847d62b34 Have utilities read stdin via tokio_io wrapper 2018-04-14 18:18:50 -04:00
Tangent 128 e77a3d0e98 Implement Throttle filter (fails because not executed on runtime) 2018-04-14 05:04:46 -04:00