Skip to content

Commit

Permalink
Changed reader init args in C++ sample
Browse files Browse the repository at this point in the history
  • Loading branch information
BykadorovR committed Oct 28, 2019
1 parent afda3aa commit db7b55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_examples/src/Sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ int main()
int initNumber = 10;

while (initNumber--) {
sts = reader.initPipeline("rtmp://37.228.119.44:1935/vod/big_buck_bunny.mp4");
sts = reader.initPipeline("rtmp://37.228.119.44:1935/vod/big_buck_bunny.mp4", 5, 0, 5);
if (sts != VREADER_OK)
reader.endProcessing();
else
Expand Down

0 comments on commit db7b55c

Please sign in to comment.