Hi

I'm trying to get my app (Y-Radio) fixed. The original icecast streams
that YLE provided got shutdown a while back, instead they now provide
HLS and RTSP streams, but none of these work properly on the device. 

At first gstreamer hlsdemux was missing, but seems to have been added in
the latest update, but that does not help me as it is buggy and plays
only the initial playlist contents and won't fetch more segments (same
happens on desktop gstreamer 0.10 hlsdemux, 1.x is ok)

This
gst-launch-0.10 -t -v -m playbin2
uri="http://yleuni-f.akamaihd.net/i/yleliveradiohd_6@113883/master.m3u8?sd=10&rebase=on

plays a couple segments the EOS. Same when played using Audio.

So that leaves me with the rtsp streams, that work with gst-launch &
playbin2 from the CLI just fine, but the issues is that the QML Audio
element does not play the stream. And afaik, that uses Qt Multimedia and
that again uses playbin2 to play, but for some odd reason it won't play.

This works fine:
gst-launch-0.10 playbin2
uri=rtsp://rtspstreamer.yle.fi/radio/yleliveradiohd_4_64@113881

but using that same uri with Audio does not work at all.

If I could use gstreamer directly this wouldn't be an issues but as
gstreamer is a nono in harbour...

Right know I have no idea how to fix this, any help is very much
appreciated. 


-- 
Kaj-Michael Lang <mil...@tal.org>

_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to