Difference between revisions of "GstWebRTC - Building GstWebRTC"

From RidgeRun Developer Connection
Jump to: navigation, search
m
 
(75 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{GstWebRTC Page|
+
{{GstWebRTC/Head|previous=Getting the code|next=Building GstWebRTC - x86|metakeywords=building WebRTC, building GstRrWebRTC, WebRTC dependencies, GstRrWebRTC dependencies, GstRrWebRTC Yocto Build,signaling}}
[[GstWebRTC - WebRTC Fundamentals|WebRTC Fundamentals]]|
 
[[GstWebRTC - Quick Start Guide | Quick Start Guide]]|
 
  
==Install Dependencies==
+
This Section presents the instructions to install the GstRrWebRTC element on x86, Jetson and Yocto platforms;
<pre>
 
sudo apt install \
 
gstreamer1.0-x \
 
libgstreamer1.0-dev \
 
libgstreamer-plugins-base1.0-dev \
 
gstreamer1.0-plugins-bad \
 
libsoup2.4-dev \
 
libjson-glib-dev \
 
libnice-dev \
 
autoconf \
 
libtool \
 
gtk-doc-tools \
 
libglib2.0-dev \
 
gstreamer1.0-nice \
 
libssl-dev \
 
libreadline-dev \
 
libx264-dev \
 
gstreamer1.0-plugins-ugly
 
</pre>
 
  
 +
== Building Instructions Index ==
 +
<html>
 +
  <div class="toc" style="font-size:80%;">
 +
    <ol>
 +
      <li> <a href=https://developer.ridgerun.com/wiki/index.php?title=Building_GstWebRTC_-_x86>Building x86 Platforms</a></li>
 +
      <li> <a href=https://developer.ridgerun.com/wiki/index.php?title=Building_GstWebRTC_-_Jetson>Building Jetson Platforms: TX1, TX2 and Xavier </a></li>
 +
      <li> <a href=https://developer.ridgerun.com/wiki/index.php?title=Building_GstWebRTC_-_Yocto>Building Yocto Platforms: i.MX6 and i.MX8</a></li>
 +
    </ol>
 +
  </div>
 +
</html>
  
 
+
{{GstWebRTC/Foot|previous=Getting the code|next=Building GstWebRTC - x86}}
}}
 

Latest revision as of 10:21, 9 March 2023