m4myo / python-mplayer

Automatically exported from code.google.com/p/python-mplayer
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Could not open stream with mplayer #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Start stream
from mplayer import Player
p = Player()
p.loadfile('http://1live.akacast.akamaistream.net/7/706/119434/v1/gnl.akacast.a$

What is the expected output? What do you see instead?
mplayer: could not connect to socket
mplayer: No such file or directory

What version of the product are you using? On what operating system?
Latest mplayer

Original issue reported on code.google.com by msendrow...@gmail.com on 15 Jan 2013 at 7:52

GoogleCodeExporter commented 9 years ago
Please check the MPLayer docs on how to play a stream. The 'loadfile' command 
works only for local files.

Original comment by daru...@gmail.com on 16 Jan 2013 at 3:25