Open GoogleCodeExporter opened 8 years ago
First error message solved
Original comment by jav...@gmail.com
on 29 Jan 2010 at 12:02
Attachments:
It can't play m3u8 in windows xp. I aready installed
gtk,pygtk,gst,pygst,twisted,zope-interface in windows.But it does't
work.hls-player just show a white dialog,but it can't play. thanks!
Original comment by shuxian...@gmail.com
on 13 Sep 2010 at 7:29
neil@neilm-laptop:~/Downloads/HLSPlayer-0.1/HLS$ hls-player
http://*CENSORED*.m3u8
(hls-player:9446): Gtk-WARNING **: Unable to locate theme engine in
module_path: "pixmap",
(hls-player:9446): Gtk-WARNING **: Unable to locate theme engine in
module_path: "pixmap",
(hls-player:9446): Gtk-WARNING **: Unable to locate theme engine in
module_path: "pixmap",
(hls-player:9446): Gtk-WARNING **: Unable to locate theme engine in
module_path: "pixmap",
#EXT-X-VERSION:3
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/web/client.py", line 182, in handleResponse
self.factory.page(response)
File "/usr/lib/python2.7/dist-packages/twisted/web/client.py", line 347, in page
self.deferred.callback(page)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 361, in callback
self._startRunCallbacks(result)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 542, 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 160, in _got_playlist_content
if not pl.update(content):
File "/usr/local/lib/python2.7/dist-packages/HLSPlayer-0.1-py2.7.egg/HLS/m3u8.py", line 144, in update
duration=int(v[0]),
exceptions.ValueError: invalid literal for int() with base 10: '3.003'
TypeError: <lambda>() takes exactly 1 argument (2 given)
A float should be acceptable here.
Original comment by geek4u...@gmail.com
on 31 Jan 2012 at 11:31
Original issue reported on code.google.com by
jav...@gmail.com
on 29 Jan 2010 at 9:46