kostyll / hls-player

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

Player doesn't work #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product are you using? On what operating system?
Ubunu 13.04

Please provide any additional information below.

The player is installed and no error when i installed. The problem is now i 
want to play an hls stream but i have this error

hls-player http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8 
Traceback (most recent call last):
  File "/usr/local/bin/hls-player", line 9, in <module>
    load_entry_point('HLSPlayer==0.1', 'console_scripts', 'hls-player')()
  File "/usr/local/lib/python2.7/dist-packages/HLSPlayer-0.1-py2.7.egg/HLS/player.py", line 260, in main
    p = GSTPlayer(display = not options.save)
  File "/usr/local/lib/python2.7/dist-packages/HLSPlayer-0.1-py2.7.egg/HLS/player.py", line 79, in __init__
    import pygst
ImportError: No module named pygst

Original issue reported on code.google.com by albanai...@gmail.com on 2 May 2013 at 11:05

GoogleCodeExporter commented 9 years ago
I have the same issue

Original comment by emil86moe@gmail.com on 25 Mar 2014 at 9:25

GoogleCodeExporter commented 9 years ago
This resolved the same issue I was having:

sudo apt-get install python-gst0.10 gstreamer0.10-plugins-good 
gstreamer0.10-plugins-ugly

Original comment by kous...@ooyala.com on 9 May 2014 at 12:36