leon 1 month ago
parent
commit
28e40877e8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main.cpp

+ 2 - 1
src/main.cpp

@@ -3,6 +3,7 @@
 
 int main()
 {
-    std::shared_ptr<Node::BaseNode> node1 = std::make_shared<Node::StreamNode>("test");
+    std::shared_ptr<Node::BaseNode> node1 = std::make_shared<Node::StreamNode>("test", "rtsp://admin:lww123456@172.16.22.16:554/Streaming/Channels/101");
+    nodel->start();
     return 0;
 }