http input http output

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

http input http output

michael
Hi there people

I have a small project that i need for school start in few days.......

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??

Thank you in advance
Reply | Threaded
Open this post in threaded view
|

Re: http input http output

David Röthlisberger
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.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel