提交 19b4bfd0 authored 作者: blu's avatar blu

upload video files

上级 f0ea1853
...@@ -785,8 +785,7 @@ public: ...@@ -785,8 +785,7 @@ public:
auto evt = this->eventQueue.front(); auto evt = this->eventQueue.front();
this->eventQueue.pop(); this->eventQueue.pop();
json jEvt = json::parse(evt); json jEvt = json::parse(evt);
// TODO: upload video
spdlog::info("evslicer processing event: {}", evt);
if(jEvt["type"] == "event") { if(jEvt["type"] == "event") {
auto tss = jEvt["start"].get<long>(); auto tss = jEvt["start"].get<long>();
auto tse = jEvt["end"].get<long>(); auto tse = jEvt["end"].get<long>();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论