Version that supports webrtc

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

Version that supports webrtc

Jerry Geis-2
What is the min version needed to support webrtc ?
I would be compiling on CentOS 7 and any special dependencies to get webrtc in the version.
Right now CentOS is at 1.12.3

Thanks,

Jerry

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

Re: Version that supports webrtc

Matthew Waters
The first version that supports WebRTC is GStreamer 1.14.  I would strongly recommend at least 1.16 or even master for the numerous fixes and functionality that has been implemented since then.

On 8/7/20 10:45 am, Jerry Geis wrote:
What is the min version needed to support webrtc ?
I would be compiling on CentOS 7 and any special dependencies to get webrtc in the version.
Right now CentOS is at 1.12.3

Thanks,

Jerry

_______________________________________________
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 (499 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Version that supports webrtc

Jerry Geis-2
HI Matthew - thanks.

So I also have a CentOS 8 version in a VM (for just such an occasion). It has 1.16.1 but does not appear to have everything needed. I was looking for webrtcbin ???

gst-inspect-1.0 | grep rtc
webrtcdsp:  webrtcdsp: Voice Processor (AGC, AEC, filters, etc.)
webrtcdsp:  webrtcechoprobe: Accoustic Echo Canceller probe

 gst-launch-1.0 --version
gst-launch-1.0 version 1.16.1
GStreamer 1.16.1

Is there some dependency I need ?

Jerry




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

Re: Version that supports webrtc

Matthew Waters
There may be multiple dependencies you don't have.

- libnice - nicesrc/nicesink elements (this is the only build-time
dependency)
- openssl - dtlsdec/dtlsenc elements
- libsrtp2 - srtpdec/srtpenc elements
- usrsctp - sctpdec/sctpenc elements (only required if you use data
channels).

Cheers
-Matt

On 8/7/20 11:30 am, Jerry Geis wrote:

> HI Matthew - thanks.
>
> So I also have a CentOS 8 version in a VM (for just such an occasion).
> It has 1.16.1 but does not appear to have everything needed. I was
> looking for webrtcbin ???
>
> gst-inspect-1.0 | grep rtc
> webrtcdsp:  webrtcdsp: Voice Processor (AGC, AEC, filters, etc.)
> webrtcdsp:  webrtcechoprobe: Accoustic Echo Canceller probe
>
>  gst-launch-1.0 --version
> gst-launch-1.0 version 1.16.1
> GStreamer 1.16.1
>
> Is there some dependency I need ?
>
> Jerry
>
>
>


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

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

Re: Version that supports webrtc

Jerry Geis-2
Thanks - The last 2 I do not have. No easy solution there I tried to "yum install" each and not found. 
Thanks for the info, investigating further.

Jerry

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