[gst-devel] reading IP video cameras
Ákos Maróy
darkeye at tyrell.hu
Wed Jun 6 11:09:08 CEST 2007
Riccardo,
> I've wrote a simple app that catch mpeg4 packets from the tcp and then
> show them, my app only works with windows and so I've used the gstWin32.
> I was forced to use a fakesrc with an handoff function in which I've
> captured the packets because there isn't a tcp src plugin for win.
> In your case you can use rtp plugin as source so you will have many less
> problems.
> After set up the rtp src you only need to create your pipeline with
> element like "ffdec_mpeg4", "videoscale", "ffmpegcolorspace" and your
> sink (in my case is "directdrawsink") like explained in the manual.
thanks... I'll give it a try..
What I will need though is the images, frame by frame.. do you think
that one the plugins would give that to me? That is, decode the mpeg 4
stream into isolated images?
Akos
More information about the gstreamer-devel
mailing list