Skip to content

Commit

Permalink
fix linux rtmp compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed May 16, 2024
1 parent deffea3 commit ee50a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/vision/port/linux/maix_rtmp_linux.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "maix_rtmp.hpp"

namespace maix {
namespace maix::rtmp {
Rtmp::Rtmp(std::string host, int port, std::string app, std::string stream) {
_host = host;
_port = port;
Expand Down

0 comments on commit ee50a27

Please sign in to comment.