leon 1 tháng trước cách đây
mục cha
commit
28e40877e8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;
 }