ebruck / radiotray-ng

An Internet radio player for Linux
GNU General Public License v3.0
257 stars 24 forks source link

Some radio channels don't work in v0.2.4 #86

Closed baimafeima closed 5 years ago

baimafeima commented 5 years ago

I'm on the latest 0.2.4 now and tested all channels. The following ones don't work: Latin: Top Latino Radio Latin: Reggaeton 24/7 Classical: WCPE Classical: CINEMIX Oldies: AM 1710 Oldies: AM 600 Oldies: WNAR Techno/Electronic: New Dance Radio Community: Jupiter Broadcast

ebruck commented 5 years ago

What exactly do you mean by they are not working?

baimafeima commented 5 years ago

I click on them and get Error: Failed to download playlist. All the other ones are working perfectly fine.

ebruck commented 5 years ago

They seem to be working fine. Can you add "debug-logging" : true, to your config and see if the logs have more info?

baimafeima commented 5 years ago

I added the line "debug-logging" : true, to the .json file and got this log.

[2018-11-06 09:56:12.634683] [0x00007f7687d57a00] [info ] (main.cpp:230) - radiotray-ng (v0.2.4-unknown) starting up [2018-11-06 09:56:12.634874] [0x00007f7687d57a00] [debug] (config.cpp:29) - loading: /home/martin/.config/radiotray-ng/radiotray-ng.json [2018-11-06 09:56:12.634964] [0x00007f7687d57a00] [info ] (main.cpp:84) - debug logging enabled [2018-11-06 09:56:12.635001] [0x00007f7687d57a00] [info ] (player.cpp:31) - starting gstreamer [2018-11-06 09:56:12.655683] [0x00007f7687d57a00] [debug] (bookmarks.cpp:31) - loading: /home/martin/.config/radiotray-ng/bookmarks.json [2018-11-06 09:56:12.655929] [0x00007f7687d57a00] [debug] (file_monitor.hpp:108) - monitoring: /home/martin/.config/radiotray-ng/bookmarks.json [2018-11-06 09:56:12.657221] [0x00007f7687d57a00] [debug] (media_keys.cpp:184) - starting media keys [2018-11-06 09:56:28.165446] [0x00007f7687d57a00] [info ] (radiotray_ng.cpp:457) - downloading: Latin, Top Latino Radio, http://online.radiodifusion.net:8020/listen.pls [2018-11-06 09:56:28.165703] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Connecting, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:56:28.178201] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:132) - http-timeout=15 [2018-11-06 09:56:28.286522] [0x00007f7687d57a00] [error] (playlist_downloader.cpp:150) - curl_easy_perform() failed: Couldn't connect to server 0 [2018-11-06 09:56:28.286755] [0x00007f7687d57a00] [error] (playlist_downloader.cpp:69) - Could not download playlist! [2018-11-06 09:56:28.286804] [0x00007f7687d57a00] [error] (playlist_downloader.cpp:79) - http_resp_code = 0 [2018-11-06 09:56:28.287376] [0x00007f7687d57a00] [error] (radiotray_ng.cpp:486) - failed to download playlist: http://online.radiodifusion.net:8020/listen.pls [2018-11-06 09:56:28.288481] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Error, Failed to download playlist, radiotray-ng-notification [2018-11-06 09:57:06.952817] [0x00007f7687d57a00] [info ] (radiotray_ng.cpp:457) - downloading: Latin, Reggaeton 24/7, http://cc.net2streams.com/tunein.php/reggaeton/playlist.pls [2018-11-06 09:57:06.953042] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Connecting, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:57:06.962983] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:132) - http-timeout=15 [2018-11-06 09:57:07.240882] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:166) - [playlist] numberofentries=1 File1=http://149.56.185.83:8162/ Title1=Reggaeton Length1=-1 version=2

[2018-11-06 09:57:07.241140] [0x00007f7687d57a00] [info ] (playlist_downloader.cpp:90) - decoder: PLS, audio/x-scpls [2018-11-06 09:57:07.241666] [0x00007f7687d57a00] [debug] (player.cpp:51) - uri: http://149.56.185.83:8162/ [2018-11-06 09:57:07.241738] [0x00007f7687d57a00] [debug] (player.cpp:63) - buffer-size=640000, buffer-duration=2 [2018-11-06 09:57:07.259156] [0x00007f7687d57a00] [debug] (config.cpp:55) - saving: /home/martin/.config/radiotray-ng/radiotray-ng.json [2018-11-06 09:57:07.290885] [0x00007f7687d57a00] [error] (player.cpp:203) - error received from element source: Could not establish connection to server. [2018-11-06 09:57:07.290967] [0x00007f7687d57a00] [error] (player.cpp:204) - debugging information: gstsouphttpsrc.c(1375): gst_soup_http_src_parse_status (): /GstPlayBin:player/GstURIDecodeBin:uridecodebin0/GstSoupHTTPSrc:source: Could not connect: Connection refused (4), URL: http://149.56.185.83:8162/, Redirect to: (NULL) [2018-11-06 09:57:07.291892] [0x00007f7687d57a00] [info ] (player.cpp:76) - playlist is empty [2018-11-06 09:57:07.291931] [0x00007f7687d57a00] [debug] (player.cpp:211) - setting state to: stopped [2018-11-06 09:57:07.292348] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Error, Could not establish connection to server., radiotray-ng-notification [2018-11-06 09:57:26.101538] [0x00007f7687d57a00] [info ] (radiotray_ng.cpp:457) - downloading: Classical, WCPE, http://www.ibiblio.org/wcpe/wcpe.pls [2018-11-06 09:57:26.101754] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Connecting, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:57:26.108950] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:132) - http-timeout=15 [2018-11-06 09:57:26.337031] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:166) - [playlist] NumberOfEntries=1 File1=http://audio-mp3.ibiblio.org:8000/wcpe.mp3

[2018-11-06 09:57:26.337283] [0x00007f7687d57a00] [info ] (playlist_downloader.cpp:90) - decoder: PLS, audio/x-scpls [2018-11-06 09:57:26.337889] [0x00007f7687d57a00] [debug] (player.cpp:51) - uri: http://audio-mp3.ibiblio.org:8000/wcpe.mp3 [2018-11-06 09:57:26.338010] [0x00007f7687d57a00] [debug] (player.cpp:63) - buffer-size=640000, buffer-duration=2 [2018-11-06 09:57:26.347019] [0x00007f7687d57a00] [debug] (config.cpp:55) - saving: /home/martin/.config/radiotray-ng/radiotray-ng.json [2018-11-06 09:57:26.355449] [0x00007f7687d57a00] [error] (player.cpp:203) - error received from element source: Could not establish connection to server. [2018-11-06 09:57:26.355617] [0x00007f7687d57a00] [error] (player.cpp:204) - debugging information: gstsouphttpsrc.c(1375): gst_soup_http_src_parse_status (): /GstPlayBin:player/GstURIDecodeBin:uridecodebin1/GstSoupHTTPSrc:source: Could not connect: Connection refused (4), URL: http://audio-mp3.ibiblio.org:8000/wcpe.mp3, Redirect to: (NULL) [2018-11-06 09:57:26.356739] [0x00007f7687d57a00] [info ] (player.cpp:76) - playlist is empty [2018-11-06 09:57:26.356780] [0x00007f7687d57a00] [debug] (player.cpp:211) - setting state to: stopped [2018-11-06 09:57:26.357236] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Error, Could not establish connection to server., radiotray-ng-notification [2018-11-06 09:57:30.835987] [0x00007f7687d57a00] [info ] (radiotray_ng.cpp:457) - downloading: Classical, CINEMIX, http://cinemix.us/cine.asx [2018-11-06 09:57:30.836166] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Connecting, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:57:30.845454] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:132) - http-timeout=15 [2018-11-06 09:57:31.047119] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:166) -

CINEMIX cinemix.us The Spirit of Soundtracks CINEMIX cinemix.us The Spirit of Soundtracks

[2018-11-06 09:57:31.050342] [0x00007f7687d57a00] [info ] (playlist_downloader.cpp:90) - decoder: ASX, video/x-ms-asf [2018-11-06 09:57:31.053269] [0x00007f7687d57a00] [debug] (player.cpp:51) - uri: http://listenwmp.cinemix.fr [2018-11-06 09:57:31.053401] [0x00007f7687d57a00] [debug] (player.cpp:63) - buffer-size=640000, buffer-duration=2 [2018-11-06 09:57:31.065636] [0x00007f7687d57a00] [debug] (config.cpp:55) - saving: /home/martin/.config/radiotray-ng/radiotray-ng.json [2018-11-06 09:57:31.529215] [0x00007f7687d57a00] [error] (player.cpp:203) - error received from element source: Could not establish connection to server. [2018-11-06 09:57:31.529371] [0x00007f7687d57a00] [error] (player.cpp:204) - debugging information: gstsouphttpsrc.c(1375): gst_soup_http_src_parse_status (): /GstPlayBin:player/GstURIDecodeBin:uridecodebin2/GstSoupHTTPSrc:source: Could not connect: Connection refused (4), URL: http://listenwmp.cinemix.fr, Redirect to: http://94.23.51.96:8001/ [2018-11-06 09:57:31.530970] [0x00007f7687d57a00] [info ] (player.cpp:76) - playlist is empty [2018-11-06 09:57:31.531022] [0x00007f7687d57a00] [debug] (player.cpp:211) - setting state to: stopped [2018-11-06 09:57:31.531506] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Error, Could not establish connection to server., radiotray-ng-notification [2018-11-06 09:57:38.618125] [0x00007f7687d57a00] [info ] (radiotray_ng.cpp:457) - downloading: Oldies, AM 1710, http://lin2.ash.fast-serv.com:9022/listen.pls [2018-11-06 09:57:38.618314] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Connecting, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:57:38.630555] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:132) - http-timeout=15 [2018-11-06 09:57:38.785768] [0x00007f7687d57a00] [error] (playlist_downloader.cpp:150) - curl_easy_perform() failed: Couldn't connect to server 0 [2018-11-06 09:57:38.785943] [0x00007f7687d57a00] [error] (playlist_downloader.cpp:69) - Could not download playlist! [2018-11-06 09:57:38.785984] [0x00007f7687d57a00] [error] (playlist_downloader.cpp:79) - http_resp_code = 0 [2018-11-06 09:57:38.786456] [0x00007f7687d57a00] [error] (radiotray_ng.cpp:486) - failed to download playlist: http://lin2.ash.fast-serv.com:9022/listen.pls [2018-11-06 09:57:38.787468] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Error, Failed to download playlist, radiotray-ng-notification [2018-11-06 09:57:44.481935] [0x00007f7687d57a00] [info ] (radiotray_ng.cpp:457) - downloading: Oldies, AM 600, http://206.190.133.196:7013/listen.pls [2018-11-06 09:57:44.482126] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Connecting, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:57:44.490321] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:132) - http-timeout=15 [2018-11-06 09:57:44.492097] [0x00007f7687d57a00] [error] (playlist_downloader.cpp:150) - curl_easy_perform() failed: Couldn't connect to server 0 [2018-11-06 09:57:44.492179] [0x00007f7687d57a00] [error] (playlist_downloader.cpp:69) - Could not download playlist! [2018-11-06 09:57:44.492194] [0x00007f7687d57a00] [error] (playlist_downloader.cpp:79) - http_resp_code = 0 [2018-11-06 09:57:44.492426] [0x00007f7687d57a00] [error] (radiotray_ng.cpp:486) - failed to download playlist: http://206.190.133.196:7013/listen.pls [2018-11-06 09:57:44.492909] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Error, Failed to download playlist, radiotray-ng-notification [2018-11-06 09:57:57.552973] [0x00007f7687d57a00] [info ] (radiotray_ng.cpp:457) - downloading: Oldies, WNAR, http://live.wnar-am.com:8500/listen.pls [2018-11-06 09:57:57.553152] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Connecting, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:57:57.560453] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:132) - http-timeout=15 [2018-11-06 09:57:57.779445] [0x00007f7687d57a00] [error] (playlist_downloader.cpp:150) - curl_easy_perform() failed: Couldn't connect to server 0 [2018-11-06 09:57:57.779696] [0x00007f7687d57a00] [error] (playlist_downloader.cpp:69) - Could not download playlist! [2018-11-06 09:57:57.779752] [0x00007f7687d57a00] [error] (playlist_downloader.cpp:79) - http_resp_code = 0 [2018-11-06 09:57:57.780264] [0x00007f7687d57a00] [error] (radiotray_ng.cpp:486) - failed to download playlist: http://live.wnar-am.com:8500/listen.pls [2018-11-06 09:57:57.781384] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Error, Failed to download playlist, radiotray-ng-notification [2018-11-06 09:58:05.261889] [0x00007f7687d57a00] [info ] (radiotray_ng.cpp:457) - downloading: Techno / Electronic, New Dance Radio, http://jbstream.net/tunein.php/blackoutworm/playlist.asx [2018-11-06 09:58:05.262096] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Connecting, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:58:05.271075] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:132) - http-timeout=15 [2018-11-06 09:58:05.791271] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:166) -

MVABAVN - Moab On (emanation of virile energy) http://freespeechdebate.com 2018 MAVB-AVN MVABAVN - Moab On (emanation of virile energy) http://freespeechdebate.com

[2018-11-06 09:58:05.791504] [0x00007f7687d57a00] [info ] (playlist_downloader.cpp:90) - decoder: ASX, video/x-ms-asf [2018-11-06 09:58:05.793445] [0x00007f7687d57a00] [debug] (player.cpp:51) - uri: http://69.46.47.237:8074/ [2018-11-06 09:58:05.793607] [0x00007f7687d57a00] [debug] (player.cpp:63) - buffer-size=640000, buffer-duration=2 [2018-11-06 09:58:05.803706] [0x00007f7687d57a00] [debug] (config.cpp:55) - saving: /home/martin/.config/radiotray-ng/radiotray-ng.json [2018-11-06 09:58:05.806760] [0x00007f7687d57a00] [error] (player.cpp:203) - error received from element source: Could not establish connection to server. [2018-11-06 09:58:05.806829] [0x00007f7687d57a00] [error] (player.cpp:204) - debugging information: gstsouphttpsrc.c(1375): gst_soup_http_src_parse_status (): /GstPlayBin:player/GstURIDecodeBin:uridecodebin3/GstSoupHTTPSrc:source: Could not connect: Connection refused (4), URL: http://69.46.47.237:8074/, Redirect to: (NULL) [2018-11-06 09:58:05.807945] [0x00007f7687d57a00] [info ] (player.cpp:76) - playlist is empty [2018-11-06 09:58:05.808061] [0x00007f7687d57a00] [debug] (player.cpp:211) - setting state to: stopped [2018-11-06 09:58:05.808846] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Error, Could not establish connection to server., radiotray-ng-notification [2018-11-06 09:58:08.853814] [0x00007f7687d57a00] [info ] (radiotray_ng.cpp:457) - downloading: Community, Jupiter Broadcast, http://jblive.fm/ [2018-11-06 09:58:08.853974] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Connecting, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:58:08.859722] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:132) - http-timeout=15 [2018-11-06 09:58:09.398207] [0x00007f7687d57a00] [error] (playlist_downloader.cpp:150) - curl_easy_perform() failed: Couldn't connect to server 301 [2018-11-06 09:58:09.398380] [0x00007f7687d57a00] [error] (playlist_downloader.cpp:69) - Could not download playlist! [2018-11-06 09:58:09.398423] [0x00007f7687d57a00] [info ] (playlist_downloader.cpp:74) - decoder: none [2018-11-06 09:58:09.398828] [0x00007f7687d57a00] [debug] (player.cpp:51) - uri: http://jblive.fm/ [2018-11-06 09:58:09.398893] [0x00007f7687d57a00] [debug] (player.cpp:63) - buffer-size=640000, buffer-duration=2 [2018-11-06 09:58:09.406011] [0x00007f7687d57a00] [debug] (config.cpp:55) - saving: /home/martin/.config/radiotray-ng/radiotray-ng.json [2018-11-06 09:58:09.765506] [0x00007f7687d57a00] [error] (player.cpp:203) - error received from element source: Could not establish connection to server. [2018-11-06 09:58:09.765711] [0x00007f7687d57a00] [error] (player.cpp:204) - debugging information: gstsouphttpsrc.c(1375): gst_soup_http_src_parse_status (): /GstPlayBin:player/GstURIDecodeBin:uridecodebin4/GstSoupHTTPSrc:source: Could not connect: Connection refused (4), URL: http://jblive.fm/, Redirect to: http://jbradio.out.airtime.pro:8000/jbradio_a [2018-11-06 09:58:09.767441] [0x00007f7687d57a00] [info ] (player.cpp:76) - playlist is empty [2018-11-06 09:58:09.767542] [0x00007f7687d57a00] [debug] (player.cpp:211) - setting state to: stopped [2018-11-06 09:58:09.768317] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Error, Could not establish connection to server., radiotray-ng-notification [2018-11-06 09:58:13.988246] [0x00007f7687d57a00] [info ] (radiotray_ng.cpp:457) - downloading: Jazz, Smooth Jazz, http://smoothjazz.com/streams/smoothjazz_128.pls [2018-11-06 09:58:13.988409] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Connecting, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:58:14.003733] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:132) - http-timeout=15 [2018-11-06 09:58:14.713439] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:166) - [playlist] numberofentries=1 File1=http://sj64.hnux.com/live Title1=SmoothJazz.com Global Radio The Global Home for the Smoothest Jazz since 2000 - KJAZ.DB Length1=-1 Version=2 [2018-11-06 09:58:14.716398] [0x00007f7687d57a00] [info ] (playlist_downloader.cpp:90) - decoder: PLS, application/pls+xml [2018-11-06 09:58:14.717045] [0x00007f7687d57a00] [debug] (player.cpp:51) - uri: http://sj64.hnux.com/live [2018-11-06 09:58:14.717183] [0x00007f7687d57a00] [debug] (player.cpp:63) - buffer-size=640000, buffer-duration=2 [2018-11-06 09:58:14.727154] [0x00007f7687d57a00] [debug] (config.cpp:55) - saving: /home/martin/.config/radiotray-ng/radiotray-ng.json [2018-11-06 09:58:15.132648] [0x00007f7687d57a00] [debug] (player.cpp:253) - started buffering, setting state to: GST_STATE_PAUSED [2018-11-06 09:58:15.185780] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Buffering, Smooth Jazz, radiotray-ng-notification [2018-11-06 09:58:17.434024] [0x00007f7687d57a00] [debug] (player.cpp:244) - stopped buffering, setting state to: GST_STATE_PLAYING [2018-11-06 09:58:17.436001] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Smooth Jazz, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:58:19.382599] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Sport Coat Makes Good, Jeff Lorber Fusion, radiotray-ng-notification [2018-11-06 09:58:21.161471] [0x00007f7687d57a00] [info ] (player.cpp:128) - canceling outstanding clock request [2018-11-06 09:58:21.162310] [0x00007f7687d57a00] [info ] (radiotray_ng.cpp:457) - downloading: Jazz, Sonic Universe, http://somafm.com/sonicuniverse.pls [2018-11-06 09:58:21.162386] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Connecting, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:58:21.167180] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:132) - http-timeout=15 [2018-11-06 09:58:21.531754] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:166) - [playlist] numberofentries=2 File1=http://ice1.somafm.com/sonicuniverse-128-mp3 Title1=SomaFM: Sonic Universe (#1 ): Transcending the world of jazz with eclectic, avant-garde takes on tradition. Length1=-1 File2=http://ice3.somafm.com/sonicuniverse-128-mp3 Title2=SomaFM: Sonic Universe (#2 ): Transcending the world of jazz with eclectic, avant-garde takes on tradition. Length2=-1 Version=2

[2018-11-06 09:58:21.531951] [0x00007f7687d57a00] [info ] (playlist_downloader.cpp:90) - decoder: PLS, audio/x-scpls [2018-11-06 09:58:21.532343] [0x00007f7687d57a00] [debug] (player.cpp:51) - uri: http://ice1.somafm.com/sonicuniverse-128-mp3 [2018-11-06 09:58:21.532411] [0x00007f7687d57a00] [debug] (player.cpp:63) - buffer-size=640000, buffer-duration=2 [2018-11-06 09:58:21.541328] [0x00007f7687d57a00] [debug] (config.cpp:55) - saving: /home/martin/.config/radiotray-ng/radiotray-ng.json [2018-11-06 09:58:22.245010] [0x00007f7687d57a00] [debug] (player.cpp:253) - started buffering, setting state to: GST_STATE_PAUSED [2018-11-06 09:58:22.275266] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Buffering, Sonic Universe, radiotray-ng-notification [2018-11-06 09:58:24.413289] [0x00007f7687d57a00] [debug] (player.cpp:244) - stopped buffering, setting state to: GST_STATE_PLAYING [2018-11-06 09:58:24.415421] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Sonic Universe, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:58:27.103203] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Horizons, Manfred Schoof, radiotray-ng-notification [2018-11-06 09:58:28.850933] [0x00007f7687d57a00] [info ] (player.cpp:128) - canceling outstanding clock request [2018-11-06 09:58:28.851870] [0x00007f7687d57a00] [info ] (radiotray_ng.cpp:457) - downloading: Classical, KDFC, http://provisioning.streamtheworld.com/pls/KDFCFM.pls [2018-11-06 09:58:28.852016] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Connecting, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:58:28.856480] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:132) - http-timeout=15 [2018-11-06 09:58:29.475015] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:166) - [playlist] File1=http://17953.live.streamtheworld.com:80/KDFCFM_SC File2=http://17953.live.streamtheworld.com:3690/KDFCFM_SC File3=http://16643.live.streamtheworld.com:80/KDFCFM_SC File4=http://16643.live.streamtheworld.com:3690/KDFCFM_SC File5=http://18573.live.streamtheworld.com:80/KDFCFM_SC File6=http://18573.live.streamtheworld.com:3690/KDFCFM_SC File7=http://14993.live.streamtheworld.com:80/KDFCFM_SC File8=http://14993.live.streamtheworld.com:3690/KDFCFM_SC File9=http://14093.live.streamtheworld.com:80/KDFCFM_SC File10=http://14093.live.streamtheworld.com:3690/KDFCFM_SC File11=http://18683.live.streamtheworld.com:80/KDFCFM_SC File12=http://18683.live.streamtheworld.com:3690/KDFCFM_SC Title1=KDFCFM_SC Title2=KDFCFM_SC-Bak Length1=-1 NumberOfEntries=12 Version=2 [2018-11-06 09:58:29.475343] [0x00007f7687d57a00] [info ] (playlist_downloader.cpp:90) - decoder: PLS, audio/x-scpls; charset=UTF-8 [2018-11-06 09:58:29.476051] [0x00007f7687d57a00] [debug] (player.cpp:51) - uri: http://17953.live.streamtheworld.com:80/KDFCFM_SC [2018-11-06 09:58:29.476170] [0x00007f7687d57a00] [debug] (player.cpp:63) - buffer-size=640000, buffer-duration=2 [2018-11-06 09:58:29.488437] [0x00007f7687d57a00] [debug] (config.cpp:55) - saving: /home/martin/.config/radiotray-ng/radiotray-ng.json [2018-11-06 09:58:30.508236] [0x00007f7687d57a00] [debug] (player.cpp:253) - started buffering, setting state to: GST_STATE_PAUSED [2018-11-06 09:58:30.528594] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Buffering, KDFC, radiotray-ng-notification [2018-11-06 09:58:32.805183] [0x00007f7687d57a00] [debug] (player.cpp:244) - stopped buffering, setting state to: GST_STATE_PLAYING [2018-11-06 09:58:32.807104] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: KDFC, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:58:33.691547] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Overture in D, Johann Bernhard Bach, radiotray-ng-notification [2018-11-06 09:58:36.906615] [0x00007f7687d57a00] [info ] (player.cpp:128) - canceling outstanding clock request [2018-11-06 09:58:36.907282] [0x00007f7687d57a00] [info ] (radiotray_ng.cpp:457) - downloading: Classical, Classic FM, http://media-ice.musicradio.com/ClassicFMMP3.m3u [2018-11-06 09:58:36.907344] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Connecting, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:58:36.913849] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:132) - http-timeout=15 [2018-11-06 09:58:36.996028] [0x00007f7687d57a00] [debug] (playlist_downloader.cpp:166) - http://media-ice.musicradio.com:80/ClassicFMMP3

[2018-11-06 09:58:36.996217] [0x00007f7687d57a00] [info ] (playlist_downloader.cpp:90) - decoder: M3U, audio/x-mpegurl [2018-11-06 09:58:36.996872] [0x00007f7687d57a00] [debug] (player.cpp:51) - uri: http://media-ice.musicradio.com:80/ClassicFMMP3 [2018-11-06 09:58:36.996981] [0x00007f7687d57a00] [debug] (player.cpp:63) - buffer-size=640000, buffer-duration=2 [2018-11-06 09:58:37.007686] [0x00007f7687d57a00] [debug] (config.cpp:55) - saving: /home/martin/.config/radiotray-ng/radiotray-ng.json [2018-11-06 09:58:37.169206] [0x00007f7687d57a00] [debug] (player.cpp:253) - started buffering, setting state to: GST_STATE_PAUSED [2018-11-06 09:58:37.181925] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Buffering, Classic FM, radiotray-ng-notification [2018-11-06 09:58:39.540983] [0x00007f7687d57a00] [debug] (player.cpp:244) - stopped buffering, setting state to: GST_STATE_PLAYING [2018-11-06 09:58:39.542303] [0x00007f7687d57a00] [debug] (notification.cpp:63) - notify: Classic FM, Radiotray-NG, radiotray-ng-notification [2018-11-06 09:58:45.114248] [0x00007f7687d57a00] [info ] (main.cpp:271) - radiotray-ng shutting down [2018-11-06 09:58:45.114330] [0x00007f7687d57a00] [debug] (media_keys.cpp:218) - stopping media keys [2018-11-06 09:58:45.116618] [0x00007f7687d57a00] [debug] (config.cpp:55) - saving: /home/martin/.config/radiotray-ng/radiotray-ng.json [2018-11-06 09:58:45.118106] [0x00007f7687d57a00] [info ] (player.cpp:39) - stopping gstreamer

ebruck commented 5 years ago

All the stations you had trouble with are working fine for me. Perhaps you had some connectivity issues?

ebruck commented 5 years ago

I also see this:

[2018-11-06 09:57:31.529371] [0x00007f7687d57a00] [error] (player.cpp:204) - debugging information: gstsouphttpsrc.c(1375): gst_soup_http_src_parse_status (): /GstPlayBin:player/GstURIDecodeBin:uridecodebin2/GstSoupHTTPSrc:source: Could not connect: Connection refused (4)

baimafeima commented 5 years ago

What could be the issue then? I know some were previously working but have stopped working for me. Is there any possibility to fix it?

ebruck commented 5 years ago

I'm afraid there is nothing I can do. Which distro are you using? Do you have a proxy configured?

baimafeima commented 5 years ago

I use Solus Budgie and don't use any proxy, and I am currently located in Germany. Could it be that so many live streams are not working here due to country restrictions? I think that's very unlikely, no? Where are you located?

ebruck commented 5 years ago

I can't say really what the issue is. I tried with Solus Budgie's version and it worked fine. Sorry there is nothing more I can do.