Skip to content

Commit

Permalink
Added check if url is valid for webstreaming.(3)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvs committed Oct 1, 2024
1 parent d966854 commit 19b1f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/uos.pas
Original file line number Diff line number Diff line change
Expand Up @@ -6958,7 +6958,7 @@ function Tuos_Player.AddFromURL(URL: PChar; OutputIndex: cint32;

StreamIn[x].httpget.Start;

sleep(1000);
sleep(2000);

if StreamIn[x].httpget.IsRunning then
begin
Expand Down
2 changes: 1 addition & 1 deletion src/uos.pas
Original file line number Diff line number Diff line change
Expand Up @@ -6958,7 +6958,7 @@ function Tuos_Player.AddFromURL(URL: PChar; OutputIndex: cint32;

StreamIn[x].httpget.Start;

sleep(1000);
sleep(2000);

if StreamIn[x].httpget.IsRunning then
begin
Expand Down

0 comments on commit 19b1f9c

Please sign in to comment.