#ifndef APPPIPECONTROLLER_H #define APPPIPECONTROLLER_H #include #include #include class AppPipeController : public PipeController { public: AppPipeController(int index, const Json::Value& json); std::string getRtmp(); private: ffmpeg::VideoCaptureElement videoCaptureElement; ffmpeg::VideoPublishElement videoPublishElement; int index; }; #endif // APPPIPECONTROLLER_H