Skip to content
Snippets Groups Projects
Commit a03e713a authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Used the new version of the constructor.

parent 3db1dd83
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
int main(int argc, char *argv[])
{
try{
CStreamSrtSink stream;
CStreamSrtSink stream("test");
stream.load_config("../src/xml/stream_config.xml");
while(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment