Legokichi Duckscallion
Legokichi Duckscallion
boost beast integration seems good. ```cpp #include #include #include #include #include #include "crow_all_stream.h" auto main() -> int { namespace asio = boost::asio; namespace http = boost::beast::http; crow::SimpleApp app; CROW_ROUTE(app, "/foo")...
chorme 59 EBML added MaxBlockAdditionID AlphaMode * https://bugs.chromium.org/p/chromium/issues/detail?id=690968 * https://codereview.chromium.org/2691373005 * https://codereview.chromium.org/2691373005/diff/300001/media/muxers/webm_muxer.cc * https://matroska.org/technical/specs/index.html#BlockAdditional * http://wiki.webmproject.org/alpha-channel I think this issue has caused... I have discovered that webm recorded with chrome...
* https://codereview.chromium.org/search?closed=1&owner=+emircan&reviewer=&cc=&repo_guid=&base=&project=&private=1&commit=1&created_before=&created_after=&modified_before=&modified_after=&order=&format=html&keys_only=False&with_messages=False&cursor=&limit=30 * https://codereview.chromium.org/search?closed=1&owner=vignesh&reviewer=&cc=&repo_guid=&base=&project=&private=1&commit=1&created_before=&created_after=&modified_before=&modified_after=&order=&format=html&keys_only=False&with_messages=False&cursor=&limit=30 * https://codereview.chromium.org/search?keys_only=False&cursor=CkcKFQoIbW9kaWZpZWQSCQj44Kri4__RAhIqahdzfmNocm9taXVtY29kZXJldmlldy1ocnIPCxIFSXNzdWUYq_-QgAoMGAAgAQ%3D%3D&format=html&cc=&with_messages=False&project=chromium&repo_guid=&base=&limit=30&owner=mcasas%40chromium.org&order=
try https://github.com/legokichi/ts-ebml/releases/tag/v2.0.0
This code is a boilerplate. I discovered this pattern in many of these crates * https://github.com/Azure/iotedge/blob/52ef77db24126bf473265fc09c53d35290a2dd6b/edgelet/edgelet-http/src/error.rs#L23 ```rust use std::fmt; use std::fmt::Display; use failure::{Backtrace, Context, Fail}; #[derive(Debug)] pub struct Error {...
@davedoesdev Sorry for the long delay. I finally got some time off and will try to merge this commits in https://github.com/legokichi/ts-ebml/pull/46 . Thanks for your great contribution!
https://chromium.googlesource.com/external/webrtc/stable/talk/