kixelated
3a65873055
Fix the buffering used for parsing. ( #50 )
...
fill_buf didn't work like I expected. This code is much better anyway.
2023-08-02 11:41:28 -07:00
kixelated
0e239935a6
Actually drain segments. ( #48 )
2023-07-23 10:28:20 -07:00
kixelated
891d6b167b
Remove the file source, since it doesn't loop. ( #47 )
...
ffmpeg -> moq-warp coming soon
2023-07-21 21:03:09 -07:00
kixelated
e99ecee40a
Webtransport quinn fix ( #46 )
2023-07-20 17:42:35 -07:00
kixelated
52d3fc81be
Switch to webtransport-quinn ( #44 )
2023-07-19 18:04:45 -07:00
Luke Curley
cf2a80b323
Small fixes.
2023-07-08 09:14:15 -07:00
kixelated
7c3eae0a7a
Make moq-transport generic. ( #41 )
...
The API is now synchronous and any quinn stuff has been moved to another
package. The quinn stuff will be slowly moved into moq-transport with
generic traits.
2023-07-08 09:13:29 -07:00
Mike English
3c43eed8bd
Dual license ( #40 )
...
License under either MIT or Apache 2.0 at licensees' choice.
Offering the option of MIT allows for GPL compatibility, but we can also
allow licensees to choose Apache 2.0 if they prefer.
This is common practice for many Rust projects.
2023-07-05 14:55:40 -07:00
kixelated
b77a64c6f3
Change license to MIT. ( #39 )
2023-06-26 23:30:13 -07:00
kixelated
56adbf89f5
Relay support ( #38 )
...
Untested for contribution while I work on JS stuff.
2023-06-26 11:51:06 -07:00
kixelated
3daa2f4812
Cargo layout ( #36 )
...
Combine moq-transport and moq-media into one crate again.
I might regret this because moq is taken on crates.io.
2023-06-16 20:36:07 -07:00
kixelated
4c04fbf2b8
Varint as an explicit type ( #35 )
2023-06-16 19:52:52 -07:00
kixelated
d7872ef77d
Implement (forked) moq-transport-00 ( #34 )
...
Not backwards compatible.
JS side: https://github.com/kixelated/moq-js/pull/14
2023-06-16 11:38:19 -07:00