Simulating a IP camera (MJPEG)

Mailing List SVR lists at svrinformatica.it
Wed Apr 6 09:42:37 PDT 2011


You can use multifdsink to stream over http: simply add the file
descriptor of the connected client to multifdsink, I developed an
application similar to what you need using multifdsink and it works
fine.

Nicola

Il giorno mer, 06/04/2011 alle 12.28 -0400, Donny Viszneki ha scritto: 
> found this old convo
> 
> http://gstreamer-devel.966125.n4.nabble.com/http-sink-element-td1047973.html
> 
>   Rygel can stream media to HTTP clients from a GStreamer source
> element (which could be a bin containing lots of elements). This
> source element is either provided by the MediaServer plugin or created
> by Rygel for transcoding.
> 
>   Source code at: http://git.gnome.org/browse/rygel/tree/src/rygel/
> 
> On Wed, Apr 6, 2011 at 12:18 PM, Noe Nieto
> [http://percepcionunitaria.org]] <tzicatl at gmail.com> wrote:
> >
> >
> > 2011/4/6 Donny Viszneki <donny.viszneki at gmail.com>
> >>
> >> On Wed, Apr 6, 2011 at 11:52 AM, Noe Nieto
> >> [http://percepcionunitaria.org]] <tzicatl at gmail.com> wrote:
> >> > Firefox handles MJPEG streams natively. As far as I've seen, the MJPEG
> >> > stream should be "canned" into a HTTP multi-part stream. That's exactly
> >> > what
> >> > my pipeline below is lacking.
> >>
> >> That's exactly right
> >>
> >> > My app is being written in Python. So there's no PHP. But how do you
> >> > dissasemble the multi-part in PHP?
> >>
> >> Ah, well then, you could try to write a GStreamer element to do this :)
> >
> > Looks like I'll need to write one (sigh).
> >
> >>
> >> --
> >> http://codebad.com/
> >> _______________________________________________
> >> gstreamer-devel mailing list
> >> gstreamer-devel at lists.freedesktop.org
> >> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> >
> >
> >
> > --
> > --
> > Noe Nieto
> > Estudiante de Psicología Holokinética
> >
> > Diplomados, noticias, libros, artículos,
> >
> > audios y videos gratuitos :   percepcionunitaria.org
> >
> 
> 
> 



More information about the gstreamer-devel mailing list