http input http output

David Röthlisberger david at rothlis.net
Fri Aug 31 02:14:55 PDT 2012


On 31 Aug 2012, at 09:26, michael wrote:
> Anyway, we have few HD survailance cameras that are around the school and
> are streaming in 720p and 8Mb/s over http. We are able to see them over VLC
> and other players.. One of them also has audio so maybe audio can also be
> included in this idea.
> 
> Anyway the point is:
> 
> as 8Mbit/s are really to much and also the resolution of 720p is to big for
> School web portal, we need to transcode it to something like 1Mbit/s and
> some lower resolution to have it on our school's web site...... Can it be
> done with gstreamer? I mean this transcoding part......?? I am trying for 2
> days now but without success... Can someone help??


What have you managed so far? I would approach the problem in the
following order:

1. Get GStreamer capturing video from the camera, using gst-launch on
the command line, piping the video to an ximagesink.

2. Get GStreamer streaming the same video to the website.

3. Get GStreamer transcoding the video to an ximagesink.

4. Get GStreamer streaming the transcoded video to the website.

Which of these steps have you accomplished so far? Can you show us the
gst-launch command-lines you are using?

Cheers
Dave.



More information about the gstreamer-devel mailing list