Souphttpsrc

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

Souphttpsrc

enricom
Hello, I am trying to build a pipeline such that I can read an audio file located on a server, using http and specifying the position (in seconds or bytes) from which to start.
To do so I'm using souphttpsrc but how can I indicate where to start?
Thank you very much

Enrico
Reply | Threaded
Open this post in threaded view
|

Re: Souphttpsrc

Stefan Sauer
On 04/05/2012 11:36 AM, enricom wrote:
> Hello, I am trying to build a pipeline such that I can read an audio file
> located on a server, using http and specifying the position (in seconds or
> bytes) from which to start.
> To do so I'm using souphttpsrc but how can I indicate where to start?
> Thank you very much
you send a seek-event to the pipleine.

Stefan

> Enrico
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Souphttpsrc-tp4534354p4534354.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

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

Re: Souphttpsrc

enricom
Thank you very much!