clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.73k stars 675 forks source link

clementine does not stream from https #6134

Open karstengit opened 6 years ago

karstengit commented 6 years ago

When i want to stream from https://192.168.1.1:443/MP3/mysong.mp3 this does not work. The entry is grayed out without any error message.

I think some package or library is missing, but i don't know which one?

karstengit commented 5 years ago

It is still not working! :-(

I only found this hint: https://www.linuxquestions.org/questions/debian-26/clementine-won%27t-play-music-917972/

But all available gstreamer packages are installed:

ii gir1.2-gstreamer-1.0 1.10.4-1 amd64 GObject introspection data for the GStreamer library ii gstreamer1.0-alsa:amd64 1.10.4-1 amd64 GStreamer plugin for ALSA ii gstreamer1.0-espeak:amd64 0.4.0-2 amd64 GStreamer plugin for eSpeak speech synthesis ii gstreamer1.0-libav:amd64 1:1.10.4-dmo1 amd64 FFmpeg plugin for GStreamer ii gstreamer1.0-nice:amd64 0.1.13-2 amd64 ICE library (GStreamer plugin) ii gstreamer1.0-plugins-bad:amd64 1:1.10.4-dmo2 amd64 GStreamer plugins from the "bad" set ii gstreamer1.0-plugins-base:amd64 1.10.4-1 amd64 GStreamer plugins from the "base" set ii gstreamer1.0-plugins-good:amd64 1.10.4-1 amd64 GStreamer plugins from the "good" set ii gstreamer1.0-plugins-ugly:amd64 1:1.10.4-dmo1 amd64 GStreamer plugins from the "ugly" set ii gstreamer1.0-pulseaudio:amd64 1.10.4-1 amd64 GStreamer plugin for PulseAudio ii gstreamer1.0-rtsp:amd64 1.10.4-1 amd64 RTSP plugin for GStreamer ii gstreamer1.0-tools 1.10.4-1 amd64 Tools for use with GStreamer ii gstreamer1.0-vaapi:amd64 1:1.10.4-dmo1 amd64 VA-API plugins for GStreamer ii gstreamer1.0-x:amd64 1.10.4-1 amd64 GStreamer plugins for X11 and Pango ii libgstreamer-plugins-bad1.0-0:amd64 1:1.10.4-dmo2 amd64 GStreamer development files for libraries from the "bad" set ii libgstreamer-plugins-base1.0-0:amd64 1.10.4-1 amd64 GStreamer libraries from the "base" set ii libgstreamer1.0-0:amd64 1.10.4-1 amd64 Core GStreamer libraries and elements ii libroutermanager-plugins-gstreamer1 1.9.3-0tabos1~stretch amd64 GStreamer plugin of Roger Router ii phonon-backend-gstreamer:amd64 4:4.9.0-1 amd64 Phonon GStreamer 1.0 backend ii phonon-backend-gstreamer-common:amd64 4:4.9.0-1 amd64 Phonon GStreamer 1.0.x backend icons

karstengit commented 5 years ago

I must add that clementine is streaming https in Debian 8 (V 1.2.3) without problems and now in Debian 9 (V 1.3.1) the problem occurs that this is not working any more!

https://packages.debian.org/search?keywords=clementine&searchon=names&suite=all&section=all

wheresvic commented 5 years ago

Is this only a clementine issue? i.e. can you download the file or play it from your browser via https://192.168.1.1...?

jonaski commented 5 years ago

You need gstsoup, whats the output of: gst-inspect-1.0 | grep soup gst-inspect-1.0 | grep lame Does it play mp3 locally? It may also be because debian uses older version of gstreamer.

JulianVolodia commented 4 years ago

Hi @jonaski this is probably dead, if nobody sees this issue. Maybe worth to close it if you don't see issue with your setup and https (as far as I understand from assumption about old gstreamer from above).