Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
BykadorovR committed Feb 11, 2020
2 parents 6f28dc3 + cae5b07 commit 0072af2
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://streaming.sportlevel.com/relay/Efie7shoo3aeriexnhl", 5, 0, 5);
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 0072af2

Please sign in to comment.