Closed wanghan0501 closed 2 years ago
提供另一个备选方案在 https://github.com/MegEngine/MegFlow/tree/template04-generator
原因是: Flask 的 App.route 注册的 callback 函数无法唤醒 MegFlow Node 。 前者属于第三方线程,后者属于异步任务。
其他比较短期的方案:
https://github.com/MegEngine/MegFlow/pull/54 合并中,PR 里面有示例 server/client 用法。也可参照 https://github.com/MegEngine/MegFlow/tree/template05-bytes
注意为了遵守 ffmpeg LGPL 协议,编译方式改了。见 build 文档/ Dockerfile/ CI。
BTW, loguru
卡住的问题需要个复现环境,目前不能复现。
detail | 详细描述
目前看官方的教程,只有ImageServer和VideoServer,两者必须要传输Image或者Video数据,虽然有extra_data能够解析URL,但是无法只传输纯文本信息。
希望官方教程增加在MegFlow框架下,利用Flask等Web框架作为source的示例代码,方便自定义传输数据的类型