how to install gstreamer 1.8 on centso 6.8

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

how to install gstreamer 1.8 on centso 6.8

qw
Hi,

I want to make one live-streaming or transcoding application that adopts gstreamer. Now, the latest version of gstreamer is 1.8.2.

I have some questions about gstreamer:

1) How to install gstreamer 1.8 on centos 6.8? Do I need to build gstreamer source code on centos 6.8? what's the step?

2) I want to use ffmpeg's codec, filter, and other plugin, such as rtmp; which version of ffmpeg does gstreamer 1.8 support?

3) does gstreamer 1.8 support rtmp?

Thanks!

Regards

Andrew


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

Re: how to install gstreamer 1.8 on centso 6.8

Nicolas Dufresne-4
Le mercredi 29 juin 2016 à 19:46 +0800, qw a écrit :
> Hi,
>
> I want to make one live-streaming or transcoding application that
> adopts gstreamer. Now, the latest version of gstreamer is 1.8.2.
>
> I have some questions about gstreamer:
>
> 1) How to install gstreamer 1.8 on centos 6.8? Do I need to build
> gstreamer source code on centos 6.8? what's the step?

Yes, use cerbero, and read attentively the instructions in the README
file. 

  git://anongit.freedesktop.org/gstreamer/cerbero

>
> 2) I want to use ffmpeg's codec, filter, and other plugin, such as
> rtmp; which version of ffmpeg does gstreamer 1.8 support?

As ffmpeg has an history of breaking API, and still do today break ABI,
we use a submodule and a static version of ffmpeg. When building gst-
ffmpeg (through cerbero of course) you should not have to care about
ffmpeg as it will be using it's own copy.

ffmpeg filters are not supported in GStreamer, a contribution would be
welcomed of course. For rtmp, we have our own integration in gst-
plugins-bad, it uses that same library as ffmpeg uses.

>
> 3) does gstreamer 1.8 support rtmp?

Yes.

>
> Thanks!
>
> Regards
>
> Andrew
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (188 bytes) Download Attachment
qw
Reply | Threaded
Open this post in threaded view
|

Re:Re: how to install gstreamer 1.8 on centso 6.8

qw
Hi,

>> 1) How to install gstreamer 1.8 on centos 6.8? Do I need to build
>> gstreamer source code on centos 6.8? what's the step?
>
>Yes, use cerbero, and read attentively the instructions in the README
>file. 
>
>  git://anongit.freedesktop.org/gstreamer/cerbero
Does gstreamer 1.8 provide a set of binary packages for centos 6.8? If binary packages are provided, I can install gstreamer sdk instead of building it.


Thanks!

Regards

Andrew





At 2016-06-29 21:19:54, "Nicolas Dufresne" <[hidden email]> wrote: >Le mercredi 29 juin 2016 à 19:46 +0800, qw a écrit : >> Hi, >> >> I want to make one live-streaming or transcoding application that >> adopts gstreamer. Now, the latest version of gstreamer is 1.8.2. >> >> I have some questions about gstreamer: >> >> 1) How to install gstreamer 1.8 on centos 6.8? Do I need to build >> gstreamer source code on centos 6.8? what's the step? > >Yes, use cerbero, and read attentively the instructions in the README >file.  > >  git://anongit.freedesktop.org/gstreamer/cerbero > >> >> 2) I want to use ffmpeg's codec, filter, and other plugin, such as >> rtmp; which version of ffmpeg does gstreamer 1.8 support? > >As ffmpeg has an history of breaking API, and still do today break ABI, >we use a submodule and a static version of ffmpeg. When building gst- >ffmpeg (through cerbero of course) you should not have to care about >ffmpeg as it will be using it's own copy. > >ffmpeg filters are not supported in GStreamer, a contribution would be >welcomed of course. For rtmp, we have our own integration in gst- >plugins-bad, it uses that same library as ffmpeg uses. > >> >> 3) does gstreamer 1.8 support rtmp? > >Yes. > >> >> Thanks! >> >> Regards >> >> Andrew >> >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


 


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

Re: Re:Re: how to install gstreamer 1.8 on centso 6.8

Sebastian Dröge-3
On Do, 2016-06-30 at 11:44 +0800, qw wrote:
> >Yes, use cerbero, and read attentively the instructions in the
> README
> >file. 
> >
> >  git://anongit.freedesktop.org/gstreamer/cerbero
> Does gstreamer 1.8 provide a set of binary packages for centos 6.8?
> If binary packages are provided, I can install gstreamer sdk instead
> of building it.

We don't provide any Linux binary packages, there are just too many and
too little resources and most other relevant Linux distributions do a
good job themselves on keeping up to date with GStreamer, or have newer
versions available from 3rd party locations.

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (968 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re:Re: how to install gstreamer 1.8 on centso 6.8

Nicolas Dufresne-5
In reply to this post by qw


Le 29 juin 2016 11:45 PM, "qw" <[hidden email]> a écrit :
>
> Hi,
>
>
> >> 1) How to install gstreamer 1.8 on centos 6.8? Do I need to build
> >> gstreamer source code on centos 6.8? what's the step?
> >
> >Yes, use cerbero, and read attentively the instructions in the README
> >file. 
> >
> >  git://anongit.freedesktop.org/gstreamer/cerbero
>
> Does gstreamer 1.8 provide a set of binary packages for centos 6.8? If binary packages are provided, I can install gstreamer sdk instead of building it.
>

We don't provide builds for generic Linux. Though, you may backport from Fedora spec files if you prefer.

>
> Thanks!
>
> Regards
>
> Andrew
>
>
>
>
>
> At 2016-06-29 21:19:54, "Nicolas Dufresne" <[hidden email]> wrote:
> >Le mercredi 29 juin 2016 à 19:46 +0800, qw a écrit :
> >> Hi,
> >>
> >> I want to make one live-streaming or transcoding application that
> >> adopts gstreamer. Now, the latest version of gstreamer is 1.8.2.
> >>
> >> I have some questions about gstreamer:
> >>
> >> 1) How to install gstreamer 1.8 on centos 6.8? Do I need to build
> >> gstreamer source code on centos 6.8? what's the step?
> >
> >Yes, use cerbero, and read attentively the instructions in the README
> >file. 
> >
> >  git://anongit.freedesktop.org/gstreamer/cerbero
> >
> >>
> >> 2) I want to use ffmpeg's codec, filter, and other plugin, such as
> >> rtmp; which version of ffmpeg does gstreamer 1.8 support?
> >
> >As ffmpeg has an history of breaking API, and still do today break ABI,
> >we use a submodule and a static version of ffmpeg. When building gst-
> >ffmpeg (through cerbero of course) you should not have to care about
> >ffmpeg as it will be using it's own copy.
> >
> >ffmpeg filters are not supported in GStreamer, a contribution would be
> >welcomed of course. For rtmp, we have our own integration in gst-
> >plugins-bad, it uses that same library as ffmpeg uses.
> >
> >>
> >> 3) does gstreamer 1.8 support rtmp?
> >
> >Yes.
> >
> >>
> >> Thanks!
> >>
> >> Regards
> >>
> >> Andrew
> >>
> >> _______________________________________________
> >> gstreamer-devel mailing list
> >> [hidden email]
> >> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
>
>  


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

Re: Re:Re:Re: how to install gstreamer 1.8 on centso 6.8

Nicolas Dufresne-5
Le jeudi 30 juin 2016 à 22:14 +0800, qw a écrit :
> What do you mean by ' backport from Fedora spec files '?

A spec file is what describe the build of an RPM. In Fedora (the
develpopment distribution behind RedHat enterprise and the copies like
CentOS) already package those. If you want builds, you could try and
generate RPMs if you prefer this over using GStreamer build system.

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

signature.asc (188 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: how to install gstreamer 1.8 on centso 6.8

shishir
Follow these links, you will be able to install almost all dependencies from repos and compile gstreamer 1.8.2 from source on centos


Sent from my iPhone

On Jun 30, 2016, at 10:02, Nicolas Dufresne <[hidden email]> wrote:

Le jeudi 30 juin 2016 à 22:14 +0800, qw a écrit :
What do you mean by ' backport from Fedora spec files '?

A spec file is what describe the build of an RPM. In Fedora (the
develpopment distribution behind RedHat enterprise and the copies like
CentOS) already package those. If you want builds, you could try and
generate RPMs if you prefer this over using GStreamer build system.

Nicolas
<signature.asc>
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

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