Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for text/uri-list missing #66

Closed
stiltgit opened this issue May 24, 2018 · 3 comments
Closed

support for text/uri-list missing #66

stiltgit opened this issue May 24, 2018 · 3 comments

Comments

@stiltgit
Copy link

stiltgit commented May 24, 2018

In contrast to original radiotray, radiotray-ng is missing support of text/uri-list
e.g. http://vtuner.com/setupapp/guide/asp/func/dynampls.asp?link=1&id=530

[info ] (main.cpp:230) - radiotray-ng (v0.2.2) starting up
[debug] (config.cpp:31) - loading: /home/user/.config/radiotray-ng/radiotray-ng.json
[info ] (main.cpp:84) - debug logging enabled
[info ] (player.cpp:31) - starting gstreamer
[debug] (bookmarks.cpp:31) - loading: /home/user/.config/radiotray-ng/bookmarks.json
[debug] (file_monitor.hpp:108) - monitoring: /home/user/.config/radiotray-ng/bookmarks.json
[info ] (media_keys.cpp:184) - starting media keys
[info ] (radiotray_ng.cpp:482) - downloading: root, SWR3 vtuner, http://vtuner.com/setupapp/guide/asp/func/dynampls.asp?link=1&id=530
[debug] (notification.cpp:63) - notify: Connecting, Radiotray-NG, radiotray-ng-notification
[debug] (playlist_downloader.cpp:132) - http-timeout=15
[debug] (playlist_downloader.cpp:166) - 
[info ] (playlist_downloader.cpp:95) - no decoders, assuming direct media stream of content-type: text/html
[debug] (player.cpp:51) - uri: http://vtuner.com/setupapp/guide/asp/func/dynampls.asp?link=1&id=530
[debug] (player.cpp:63) - buffer-size=640000, buffer-duration=2
[debug] (config.cpp:59) - saving: /home/user/.config/radiotray-ng/radiotray-ng.json
[debug] (player.cpp:244) - stopped buffering, setting state to: GST_STATE_PLAYING
[error] (player.cpp:203) - error received from element uridecodebin0: Your GStreamer installation is missing a plug-in.
[error] (player.cpp:204) - debugging information: gsturidecodebin.c(988): no_more_pads_full (): /GstPlayBin:player/GstURIDecodeBin:uridecodebin0:
GstPlayBin:player/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0:
no suitable plugins found:
gstdecodebin2.c(4640): gst_decode_bin_expose (): /GstPlayBin:player/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0:
no suitable plugins found:
Missing decoder: text/uri-list (text/uri-list)
[info ] (player.cpp:76) - playlist is empty
[debug] (player.cpp:211) - setting state to: stopped
[debug] (notification.cpp:63) - notify: Error, Your GStreamer installation is missing a plug-in., radiotray-ng-notification

The original radioplayer handles links like this.

gstreamer never handles text/uri-list directly, there's no plugin for this

@stiltgit stiltgit changed the title support for urli missing support for text/uri-list missing May 24, 2018
@ebruck
Copy link
Owner

ebruck commented May 24, 2018

I can certainly add a decoder for this, but I don't get a text/url-list after the 302. Just a text/html which means I'd have to assume that lines starting with "http" are radio urls.

@ebruck
Copy link
Owner

ebruck commented May 24, 2018

I see how the old radiotray was able to play this URL. I'll implement what it did.
Thanks for filing the bug!

@ebruck
Copy link
Owner

ebruck commented May 25, 2018

@stiltgit please give v0.2.3-dev branch a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants