Mariusmssj / harbour-vlc-remote

VLC Remote client for SailfishOS
4 stars 4 forks source link

Fails to connect with VLC 3.0.1 #10

Open dikonov opened 6 years ago

dikonov commented 6 years ago

I cannot make this app connect with VLC 3.0.1. I followed all instructions but there is no connection and no error message either. Does the new VLC support the same remote control API?

The problem may be the VLC itself. localhost:8080 shows Error 404 and I cannot find any meaningful tip in the Net. I tried rc and oldrc too, but nothing worked.

Mariusmssj commented 6 years ago

Hi,

localhost:8080 should not give you a 404 if it does then the problem most likely is with the VLC itself. Are you using a password?


From: Вячеслав Диконов notifications@github.com Sent: 02 July 2018 18:28 To: Mariusmssj/harbour-vlc-remote Cc: Subscribed Subject: [Mariusmssj/harbour-vlc-remote] Fails to connect with VLC 3.0.1 (#10)

I cannot make this app connect with VLC 3.0.1. I followed all instructions but there is no connection and no error message either. Does the new VLC support the same remote control API?

The problem may be the VLC itself. localhost:8080 shows Error 404 and I cannot find any meaningful tip in the Net. I tried rc and oldrc too, but nothing worked.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/Mariusmssj/harbour-vlc-remote/issues/10, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFIna2Rh0FsjCZMpUWX85MCTCJVWYNYDks5uClhAgaJpZM4U_reo.

dikonov commented 6 years ago

I tried both with and without password. It has no effect on the Error 404 situation.

$ vlc
VLC media player 3.0.1 Vetinari (revision 3.0.1-alt1)
Интерфейс удалённого управления запущен. Введите «help» для справки.
[00000000006e7720] [http] lua interface: Lua HTTP interface
[0000000000608cf0] main libvlc: Запуск vlc с интерфейсом по умолчанию. Используйте 'cvlc' для запуска vlc без интерфейса.
qt.svg: /usr/share/icons/Faenza/apps/scalable/vlc.svg:1052: Could not resolve property: linearGradient4837
qt.svg: /usr/share/icons/Faenza/apps/scalable/vlc.svg:1052: Could not resolve property: linearGradient4837
qt.svg: /usr/share/icons/Faenza/apps/scalable/vlc.svg:1052: Could not resolve property: linearGradient4837
QGradient::setColorAt: Color position must be specified in the range 0 to 1
QGradient::setColorAt: Color position must be specified in the range 0 to 1
QGradient::setColorAt: Color position must be specified in the range 0 to 1
QGradient::setColorAt: Color position must be specified in the range 0 to 1
[0000000000604350] main playlist: playlist is empty
$ vlc -I http 
VLC media player 3.0.1 Vetinari (revision 3.0.1-alt1)
Интерфейс удалённого управления запущен. Введите «help» для справки.
[00000000006e77f0] [http] lua interface: Lua HTTP interface
[0000000000604350] main playlist: playlist is empty
[00000000006f56e0] [http] lua interface: Lua HTTP interface
[00000000006f56e0] [http] lua interface error: Error loading script /usr/lib64/vlc/lua/intf/http.luac: lua/intf/http.lua:338: Failed to create HTTPd handler.
Mariusmssj commented 6 years ago

As far as I remember VLC from version 2.1.2 only allows password protected connections. I would try to get some help in VLC forum


From: Вячеслав Диконов notifications@github.com Sent: 03 July 2018 13:51 To: Mariusmssj/harbour-vlc-remote Cc: Mariusmssj; Comment Subject: Re: [Mariusmssj/harbour-vlc-remote] Fails to connect with VLC 3.0.1 (#10)

I tried both with and without password. It has no effect on the Error 404 situation.

$ vlc VLC media player 3.0.1 Vetinari (revision 3.0.1-alt1) Интерфейс удалённого управления запущен. Введите «help» для справки. [00000000006e7720] [http] lua interface: Lua HTTP interface [0000000000608cf0] main libvlc: Запуск vlc с интерфейсом по умолчанию. Используйте 'cvlc' для запуска vlc без интерфейса. qt.svg: /usr/share/icons/Faenza/apps/scalable/vlc.svg:1052: Could not resolve property: linearGradient4837 qt.svg: /usr/share/icons/Faenza/apps/scalable/vlc.svg:1052: Could not resolve property: linearGradient4837 qt.svg: /usr/share/icons/Faenza/apps/scalable/vlc.svg:1052: Could not resolve property: linearGradient4837 QGradient::setColorAt: Color position must be specified in the range 0 to 1 QGradient::setColorAt: Color position must be specified in the range 0 to 1 QGradient::setColorAt: Color position must be specified in the range 0 to 1 QGradient::setColorAt: Color position must be specified in the range 0 to 1 [0000000000604350] main playlist: playlist is empty

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/Mariusmssj/harbour-vlc-remote/issues/10#issuecomment-402145386, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFIna0IU8bYs1fYo8-UPjOiqKjbR_o7Iks5uC2jDgaJpZM4U_reo.