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 |
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 |
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/cerberoDoes 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
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
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 |
In reply to this post by qw
We don't provide builds for generic Linux. Though, you may backport from Fedora spec files if you prefer. > _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
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 |
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
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |