montreekas / hls-player

Automatically exported from code.google.com/p/hls-player
0 stars 0 forks source link

Player does not recognize end of stream #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. hls-player -v http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8

What is the expected output? What do you see instead?
To stream the video and end

What version of the product are you using? On what operating system?
HLSPlayer 0.1 on Ubuntu 10.04

Please provide any additional information below.
The player does not recognize the end of the stream, and wait for the 181th 
segment that does not exist and get stuck forever

Original issue reported on code.google.com by Rossi.Claudio.82@gmail.com on 14 Nov 2012 at 9:39

GoogleCodeExporter commented 8 years ago
Adding error detail:

14 nov 2012 11:31:37 DEBUG    Saved 
http://devimages.apple.com/iphone/samples/bipbop/gear4/fileSequence180.ts in 
/tmp/tmpU1O0DD/fileSequence180.ts
14 nov 2012 11:31:37 ERROR    Unhandled error in Deferred:
Unhandled error in Deferred:
14 nov 2012 11:31:37 ERROR    Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/twisted/internet/gtk2reactor.py", line 283, in callback
    self.simulate() # fire Twisted timers
  File "/usr/lib/python2.6/dist-packages/twisted/internet/gtk2reactor.py", line 293, in simulate
    self.runUntilCurrent()
  File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 778, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File "/usr/lib/python2.6/dist-packages/twisted/internet/task.py", line 194, in __call__
    d = defer.maybeDeferred(self.f, *self.a, **self.kw)
--- <exception caught here> ---
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 117, in maybeDeferred
    result = f(*args, **kw)
  File "build/bdist.linux-i686/egg/HLS/fetcher.py", line 217, in _get_next_file

exceptions.StopIteration: 

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/twisted/internet/gtk2reactor.py", line 283, in callback
    self.simulate() # fire Twisted timers
  File "/usr/lib/python2.6/dist-packages/twisted/internet/gtk2reactor.py", line 293, in simulate
    self.runUntilCurrent()
  File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 778, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File "/usr/lib/python2.6/dist-packages/twisted/internet/task.py", line 194, in __call__
    d = defer.maybeDeferred(self.f, *self.a, **self.kw)
--- <exception caught here> ---
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 117, in maybeDeferred
    result = f(*args, **kw)
  File "build/bdist.linux-i686/egg/HLS/fetcher.py", line 217, in _get_next_file

exceptions.StopIteration: 
14 nov 2012 11:31:37 INFO     Stopping factory <HTTPClientFactory: 
http://devimages.apple.com/iphone/samples/bipbop/gear4/fileSequence180.ts>

Original comment by Rossi.Claudio.82@gmail.com on 14 Nov 2012 at 10:35