iOS: Playback Local content of iOS

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

iOS: Playback Local content of iOS

GnashAmu
Hi,

  Is there way we can play local content of iOS through GStreamer Playbin.

Playing from http Source don't have any issue.  I downloaded same content in
the application space and fetched the resource url as below then added
"file://" string in prefix, but application getting crash. How to fix it ?


  ex :
"file://var/mobile/Containers/Data/Application/412028B8-D5ED-4D36-8C59-2B3C2B6657B3/Documents/test.mp3"

Is the url retrieval correct ? Is the valid URL ? do we need any specific
permission / privilege to access the content ?

Please help me !
Thanks in advance.

Gnash.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: iOS: Playback Local content of iOS

Arjen Veenhuizen
Not sure if it is possible, but one thing I noticed is that you are missing a
/ in your path. It should read


Notice the file:///




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: iOS: Playback Local content of iOS

GnashAmu
Hi Arjen, yes. I was corrected to file:/// still no success yet(content not played) you ever tried Tutorial 4 and 5 of iOS from iOS Samples ? Thanks !

Sent from the GStreamer-devel mailing list archive at Nabble.com.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: iOS: Playback Local content of iOS

GnashAmu
In reply to this post by Arjen Veenhuizen
Hi Arjen, yes. I was corrected to file:/// still no success yet(content not played) you ever tried Tutorial 4 and 5 of iOS from iOS Samples ? Thanks !

Sent from the GStreamer-devel mailing list archive at Nabble.com.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: iOS: Playback Local content of iOS

GnashAmu
In reply to this post by GnashAmu
I found my self.

After removing of "filesrc" feature to RANK_SECONDARY in gst_ios_init.m


Thanks !





--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel