nechal / hls-player

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

hls-player doesn't do anything - no file segment requests #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Installed Ubuntu 12.04.3 LTS
2. Install hls-player and all relevant python 2.7 packages
3. Issue this at the command line:  hls-player -v -D 
http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8

What is the expected output? 
Not sure what I'm supposed to see here.   How do I tell the player is getting 
the segment files from the server?

What do you see instead?
$ hls-player -v -D 
http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could 
not open display
  warnings.warn(str(e), _gtk.Warning)
03 Dec 2013 12:33:34 DEBUG    fetching 
'http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8'

What version of the product are you using? 
It doesn't tell me the version number.

$ hls-player -D --version
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could 
not open display
  warnings.warn(str(e), _gtk.Warning)
hls-player

Please provide any additional information below.
None at this time

Original issue reported on code.google.com by gsiroi...@gmail.com on 3 Dec 2013 at 12:39

GoogleCodeExporter commented 8 years ago
Use the -p option with some directory. It will save the fragments in it. That 
is how you will know it is "playing"

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