mayuur / hls-player

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

save ts file #4

Open GoogleCodeExporter opened 9 years ago

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

What is the expected output? What do you see instead?
exceptions.AttributeError: GSTPlayer instance has no attribute 'decodebin'

What version of the product are you using? On what operating system?
0.1 , linux ubuntu 12.04

Please provide any additional information below.
 hls-player -s http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/local/lib/python2.7/dist-packages/HLSPlayer-0.1-py2.7.egg/HLS/fetcher.py", line 91, in _got_file
    self._new_filed.callback((path, l, f))
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 362, in callback
    self._startRunCallbacks(result)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 458, in _startRunCallbacks
    self._runCallbacks()
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/local/lib/python2.7/dist-packages/HLSPlayer-0.1-py2.7.egg/HLS/player.py", line 56, in _start
    self.player.set_uri(path)
  File "/usr/local/lib/python2.7/dist-packages/HLSPlayer-0.1-py2.7.egg/HLS/player.py", line 132, in set_uri
    queue0 = self.decodebin.get_by_name("multiqueue0")
exceptions.AttributeError: GSTPlayer instance has no attribute 'decodebin'

Original issue reported on code.google.com by matrixin...@gmail.com on 29 Oct 2012 at 7:09

GoogleCodeExporter commented 9 years ago
Try to re-install gstreamer

apt-get install --reinstall gstreamer0.10-ffmpeg

and all the rest.
For me it worked.

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