Re: [SailfishDevel] GStreamer does not support HTTP streaming -- Workaround?

2013-07-12 Thread Matthias Barmeier
Hi, I am new to Sailfish and can only try to give some hints. Have you checked if pulse audio is running SYSTEM mode ? If so you will need to have an entry like this in /etc/pulse/system.pa: load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1;192.168.1.0/24 listen="0.0.0.0" If this ent

Re: [SailfishDevel] GStreamer does not support HTTP streaming -- Workaround?

2013-07-12 Thread Mohammed Hassan
It seems GStreamer pulsesink cannot connect to pulse audio. It then tries a few other sinks then fails completely. Unfortunately I do not know why pulseaudio is not working correctly. Could someone else help here? Cheers, On Fri, Jul 12, 2013 at 01:58:33PM +0200, Erlend Boe wrote: > Hi Mohammed

Re: [SailfishDevel] GStreamer does not support HTTP streaming -- Workaround?

2013-07-12 Thread Mohammed Hassan
On Fri, Jul 12, 2013 at 12:25:56PM +0200, Erlend Boe wrote: > Hi Mohammed, > > sadly it stops working after rebooting the VM. The error that I get in the > console is: > (HelloWorld:2291): GLib-GObject-WARNING **: invalid cast from `WebKitWebSrc' > to `GstBaseSrc' > ** (HelloWorld:2291): CRITIC

Re: [SailfishDevel] GStreamer does not support HTTP streaming -- Workaround?

2013-07-11 Thread Erlend Boe
Hi Mohammed, after doing "zypper install gst-plugins-good", it now works. Thanks! can you confirm that the gst-plugins-good will be part of the next Sailfish release, and will be installed in the shipping product? Regards, Erlend On 11.07.2013, at 17:17, Mohammed Hassan wrote: > On Thu, Jul

Re: [SailfishDevel] GStreamer does not support HTTP streaming -- Workaround?

2013-07-11 Thread Mohammed Hassan
On Thu, Jul 11, 2013 at 01:21:44PM +, "Thomas B. Rücker" wrote: > Hi, > > On 07/11/2013 12:40 PM, Erlend Boe wrote: > > I tried to play an .ogg audio file using a http url in my application (from > > qml), but it is not working. > > The error message that I get is: > > GStreamer; Unable to pl

Re: [SailfishDevel] GStreamer does not support HTTP streaming -- Workaround?

2013-07-11 Thread Erlend Boe
Hi Thomas, Thanks for your help. I have filed bug #689. @all: go and vote for it at https://bugs.nemomobile.org Regards, Erlend On 11.07.2013, at 15:21, "Thomas B. Rücker" wrote: > Hi, > > On 07/11/2013 12:40 PM, Erlend Boe wrote: >> I tried to play an .ogg audio file using a http url in my

Re: [SailfishDevel] GStreamer does not support HTTP streaming -- Workaround?

2013-07-11 Thread Thomas B. Rücker
Hi, On 07/11/2013 12:40 PM, Erlend Boe wrote: > I tried to play an .ogg audio file using a http url in my application (from > qml), but it is not working. > The error message that I get is: > GStreamer; Unable to play - > "http://upload.wikimedia.org/wikipedia/commons/4/4b/En-us-surname.ogg"; >

[SailfishDevel] GStreamer does not support HTTP streaming -- Workaround?

2013-07-11 Thread Erlend Boe
Hi all, I tried to play an .ogg audio file using a http url in my application (from qml), but it is not working. The error message that I get is: GStreamer; Unable to play - "http://upload.wikimedia.org/wikipedia/commons/4/4b/En-us-surname.ogg"; Error: "No URI handler implemented for "http". I