Lee
Lee
ffmpeg推流到该服务器,然后用vlc播放,音视频不同步
"customElements not defined!" could you help me?
Uncaught TypeError: sig is undefined convertJsFunctionToWasm http://192.168.128.134:3000/dist/libffmpeg_264_265.js:1 addFunctionWasm http://192.168.128.134:3000/dist/libffmpeg_264_265.js:1 addFunction http://192.168.128.134:3000/dist/libffmpeg_264_265.js:1 decode_seq http://192.168.128.134:3000/test/video.js:27 handleVideoFiles http://192.168.128.134:3000/test/video.js:13 onchange http://192.168.128.134:3000/test/main.html:1
音频
老师,我的场景需要音频, 想听下您的看法, 如果音视频同时的话,有什么注意的地方
Thank you very much for providing such a great open source framework. I have a question. Can you help me answer it? ENDPOINT("GET", "/api", api) { ... #define ENDPOINT(METHOD, PATH,...
oatpp version 1.4.0 i'm confused, i use the endpoint_async as followings: #include OATPP_CODEGEN_BEGIN(ApiController) class PlayController : public oatpp::web::server::api::ApiController { private: typedef PlayController __ControllerType; public: PlayController(OATPP_COMPONENT(std::shared_ptr, apiContentMappers)) : oatpp::web::server::api::ApiController(apiContentMappers) { }...
class ParentDTO : public oatpp::DTO { ...... }; class ChildDTO: public ParentDTO { DTO_INIT(ChildDTO, ParentDTO) }; void Convert(oatpp::Object parent) { oatpp::Object child = (?)parent; } my question is how conver...