jonian / acestream-launcher

AceStream Launcher opens AceStream links with any Media Player
GNU General Public License v3.0
151 stars 20 forks source link

acestreamengine not starting automatically #16

Closed peledzius closed 6 years ago

peledzius commented 6 years ago

When I'm trying to launch stream with acestream-launcher i'm getting message

Stream unavailable!

Exiting...

But when I manually start acestreamengine --client-gtk or acestreamengine --client-console then acestream-launcher works

gi94 commented 6 years ago

It plays stream with mpv by default use:

acestream-launcher “your url”

If you want different player (vlc for exemple):

acestream-launcher -p vlc “your url”

Regards.

peledzius commented 6 years ago

Sorry, but you didn't understood the problem here. By the way, I changed default player to VLC in acestream_launcher.py.

gi94 commented 6 years ago

On my computer, engine starts automatically

Be sure you have the latest version? (3.1.16-6)

peledzius commented 6 years ago

Yes, I installed acestream-launcher again, but problem persists.

acestreamengine --version
version: 3.1.16 revision: 3258

I'm on Xubuntu 16.04

problem

jonian commented 6 years ago

@gi94 Thank you for trying to help. @peledzius I will have to set up a VM to test it. Any more info I should know to replicate your setup?

peledzius commented 6 years ago

@jonian I'm using not Ubuntu but Xubuntu 16.04 64bit.

$ python -V
Python 2.7.12
$ curl -V
curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp 
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets
$ dpkg -l | grep libnotify
ii  libnotify-bin                               0.7.6-2svn1                                                                 amd64        sends desktop notifications to a notification daemon (Utilities)
ii  libnotify4:amd64                            0.7.6-2svn1                                                                 amd64        sends desktop notifications to a notification daemon
ii  pidgin-libnotify                            0.14-9ubuntu2                                                               amd64        display notification bubbles in pidgin
jonian commented 6 years ago

@peledzius Try the master branch, it has a potential fix for this issue. Please report back if it works.

peledzius commented 6 years ago

@jonian Thank you, it works perfectly now.