diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2011-09-01 08:46:09 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2011-09-01 08:46:09 +0000 |
commit | 9968a31d8195608d8aaad8f788ca3d7bd11bec62 (patch) | |
tree | a04285febc5eab56ba52eb5935d4fdc4e8af7362 /frikanalen/bin/check_stream | |
parent | 9fb7d3f25cfb1d2e8b07d55d8ba398f032ca19ca (diff) |
Document the problem in a comment.
Diffstat (limited to 'frikanalen/bin/check_stream')
-rwxr-xr-x | frikanalen/bin/check_stream | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frikanalen/bin/check_stream b/frikanalen/bin/check_stream index b7c5808..520fe28 100755 --- a/frikanalen/bin/check_stream +++ b/frikanalen/bin/check_stream @@ -6,6 +6,10 @@ # as we want to check a live stream and not a simple download, # rewritten to drop the temp file, and changed to check size against a # minimum instead of a fixed size. +# +# NOTE: This test did not work with the IPTV stream from Frikanalen, +# as the size differeence between a hanging video stream and a working +# one was minimal. use warnings; use strict; |