Package HLS with GStreamer [answered]
So I can create a Plex client for Sailfish :)
HLS=HttpLiveStreaming and part of gst-plugins-bad in 0.10
Thank you!
So I can create a Plex client for Sailfish :)
HLS=HttpLiveStreaming and part of gst-plugins-bad in 0.10
Thank you!
Very interessted if someone could program a native Plex app. I even be willing to pay for it if it is not a huge amount. The Android app is fine but I rather have an native app with the swipe and everything from sailfish.
1.1.9 has been out with the new GStreamer 1.x hlsdemux. I hope it will work for you.
hlsdemux seems to be included now in gst-plugins-bad, unfortunately it seems to be buggy. hlsdemux from 1.x plays the stream properly but the 0.10 version plays only the fragments in the initial playlist and won't refetch.
It should be possible for you to bundle gstreamer plugins with your application and just add that location to the gstreamer plugin path.
Either by setting the GSTPLUGINPATH
environment variable or by using gstregistryadd_path
in your application.
You're going to have to imaging underscores those bits of code, seems the formatting is a bit broken even when surrounded by pre or code tags :/
Elleo ( 2013-12-26 06:27:48 +0300 )Thx for the answer! I'm probably gonna wait until there's HLS support available. Cross-compiling and spending 10 days on getting that to work is too much right now. Must...do...so...many...apps! :D
b0bben ( 2013-12-26 22:42:21 +0300 )Asked: 2013-12-26 04:39:46 +0300
Seen: 1,538 times
Last updated: Sep 10 '15
I added HLS support to UCS now so happy hacking. It's in gst-plugins-bad-extra on ORN.
xerxes2 ( 2014-02-04 13:23:26 +0300 )Hey xerxes2, thx for that! One problem: I have no idea what UCS and ORN are ;)
//b0bben
b0bben ( 2014-06-04 16:36:31 +0300 )