Difference between revisions of "GstRtspSink - Getting the code"

From RidgeRun Developer Connection
Jump to: navigation, search
m
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{GstRtspSink Page|TODO|TODO|
+
{{GstRtspSink/Head|previous=|next=Evaluating_GstRtspSink}}
  
 +
GstRtspSink is an add-on to RidgeRun's professional SDK. You can purchase GstRtspSink, with full source code, from the [https://shop.ridgerun.com/products/gstreamer-multi-stream-mulit-channel-rtsp-server-element?_pos=1&_sid=5e24a5273&_ss=r RidgeRun online store] or using the Shopping Cart mentioned below:
 +
 +
<center>
 
<html>
 
<html>
<div class="ecwid ecwid-SingleProduct-v2 ecwid-SingleProduct-v2-bordered ecwid-SingleProduct-v2-centered ecwid-Product ecwid-Product-59350595" itemscope itemtype="http://schema.org/Product" data-single-product-id="59350595"><div itemprop="image"></div><div class="ecwid-title" itemprop="name"></div><div itemtype="http://schema.org/Offer" itemscope itemprop="offers"><div class="ecwid-productBrowser-price ecwid-price" itemprop="price" data-spw-price-location="button"><div itemprop="priceCurrency" content="USD"></div></div></div><div customprop="options"></div><div customprop="addtobag"></div></div><script type="text/javascript" src="https://app.ecwid.com/script.js?7804024&data_platform=singleproduct_v2" charset="utf-8"></script><script type="text/javascript">xProduct()</script>
+
<div id='product-component-4cfc91217af'></div>
</html>
+
    <script type="text/javascript">
 +
    /*<![CDATA[*/
 +
 
 +
    (function () {
 +
      var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js';
 +
      if (window.ShopifyBuy) {
 +
        if (window.ShopifyBuy.UI) {
 +
          ShopifyBuyInit();
 +
        } else {
 +
          loadScript();
 +
        }
 +
      } else {
 +
        loadScript();
 +
      }
 +
 
 +
      function loadScript() {
 +
        var script = document.createElement('script');
 +
        script.async = true;
 +
        script.src = scriptURL;
 +
        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(script);
 +
        script.onload = ShopifyBuyInit;
 +
      }
  
 +
      function ShopifyBuyInit() {
 +
        var client = ShopifyBuy.buildClient({
 +
          domain: 'ridgerun1.myshopify.com',
 +
          storefrontAccessToken: 'b0ca98633a82de5d2f63cd51f5af30ac',
 +
        });
  
GstRtspSink is an add-on to RidgeRun's professional SDK. You can purchase GstRtspSink, with full source code, from the [http://www.ridgerun.com/store/GStreamer-multi-stream-mulit-channel-RTSP-server-element-p59350595 RidgeRun Store] or using the Shopping Cart mentioned near to Table of Contents above.
+
        ShopifyBuy.UI.onReady(client).then(function (ui) {
 +
          ui.createComponent('product', {
 +
            id: [1684629127239],
 +
            node: document.getElementById('product-component-4cfc91217af'),
 +
            moneyFormat: '%24%7B%7Bamount%7D%7D',
 +
            options: {
 +
  "product": {
 +
    "buttonDestination": "checkout",
 +
    "variantId": "all",
 +
    "width": "240px",
 +
    "contents": {
 +
      "imgWithCarousel": false,
 +
      "variantTitle": false,
 +
      "description": false,
 +
      "buttonWithQuantity": false,
 +
      "quantity": false
 +
    },
 +
    "text": {
 +
      "button": "Purchase Now"
 +
    },
 +
    "styles": {
 +
      "product": {
 +
        "@media (min-width: 601px)": {
 +
          "max-width": "100%",
 +
          "margin-left": "0",
 +
          "margin-bottom": "50px"
 +
        }
 +
      },
 +
      "button": {
 +
        "background-color": "#0196ba",
 +
        "font-family": "Open Sans, sans-serif",
 +
        "font-size": "18px",
 +
        "padding-top": "17px",
 +
        "padding-bottom": "17px",
 +
        "padding-left": "50px",
 +
        "padding-right": "50px",
 +
        ":hover": {
 +
          "background-color": "#0187a7"
 +
        },
 +
        "border-radius": "5px",
 +
        ":focus": {
 +
          "background-color": "#0187a7"
 +
        },
 +
        "font-weight": "bold"
 +
      },
 +
      "quantityInput": {
 +
        "font-size": "18px",
 +
        "padding-top": "17px",
 +
        "padding-bottom": "17px"
 +
      },
 +
      "compareAt": {
 +
        "font-size": "12px"
 +
      }
 +
    },
 +
    "googleFonts": [
 +
      "Open Sans"
 +
    ]
 +
  },
 +
  "cart": {
 +
    "contents": {
 +
      "button": true
 +
    },
 +
    "styles": {
 +
      "button": {
 +
        "background-color": "#0196ba",
 +
        "font-family": "Open Sans, sans-serif",
 +
        "font-size": "18px",
 +
        "padding-top": "17px",
 +
        "padding-bottom": "17px",
 +
        ":hover": {
 +
          "background-color": "#0187a7"
 +
        },
 +
        "border-radius": "5px",
 +
        ":focus": {
 +
          "background-color": "#0187a7"
 +
        },
 +
        "font-weight": "bold"
 +
      },
 +
      "footer": {
 +
        "background-color": "#ffffff"
 +
      }
 +
    },
 +
    "googleFonts": [
 +
      "Open Sans"
 +
    ]
 +
  },
 +
  "modalProduct": {
 +
    "contents": {
 +
      "img": false,
 +
      "imgWithCarousel": true,
 +
      "variantTitle": false,
 +
      "buttonWithQuantity": true,
 +
      "button": false,
 +
      "quantity": false
 +
    },
 +
    "styles": {
 +
      "product": {
 +
        "@media (min-width: 601px)": {
 +
          "max-width": "100%",
 +
          "margin-left": "0px",
 +
          "margin-bottom": "0px"
 +
        }
 +
      },
 +
      "button": {
 +
        "background-color": "#0196ba",
 +
        "font-family": "Open Sans, sans-serif",
 +
        "font-size": "18px",
 +
        "padding-top": "17px",
 +
        "padding-bottom": "17px",
 +
        "padding-left": "50px",
 +
        "padding-right": "50px",
 +
        ":hover": {
 +
          "background-color": "#0187a7"
 +
        },
 +
        "border-radius": "5px",
 +
        ":focus": {
 +
          "background-color": "#0187a7"
 +
        },
 +
        "font-weight": "bold"
 +
      },
 +
      "quantityInput": {
 +
        "font-size": "18px",
 +
        "padding-top": "17px",
 +
        "padding-bottom": "17px"
 +
      }
 +
    },
 +
    "googleFonts": [
 +
      "Open Sans"
 +
    ]
 +
  },
 +
  "toggle": {
 +
    "styles": {
 +
      "toggle": {
 +
        "font-family": "Open Sans, sans-serif",
 +
        "background-color": "#0196ba",
 +
        ":hover": {
 +
          "background-color": "#0187a7"
 +
        },
 +
        ":focus": {
 +
          "background-color": "#0187a7"
 +
        },
 +
        "font-weight": "bold"
 +
      },
 +
      "count": {
 +
        "font-size": "18px"
 +
      }
 +
    },
 +
    "googleFonts": [
 +
      "Open Sans"
 +
    ]
 +
  },
 +
  "productSet": {
 +
    "styles": {
 +
      "products": {
 +
        "@media (min-width: 601px)": {
 +
          "margin-left": "-20px"
 +
        }
 +
      }
 +
    }
 +
  }
 +
}
 +
          });
 +
        });
 +
      }
 +
    })();
 +
    /*]]>*/
 +
    </script>
 +
</html>
 +
</center>
 +
<br>
 +
RidgeRun also makes a binary-only evaluation version available. Feel free to contact us to request it, in the [[GstRtspSink - Evaluating GstRtspSink|next section]].
  
RidgeRun also makes a binary-only evaluation version available.
+
{{GstRtspSink/Foot|previous=|next=Evaluating_GstRtspSink}}
}}
 

Latest revision as of 13:15, 16 April 2020


  Index Next: Evaluating_GstRtspSink




GstRtspSink is an add-on to RidgeRun's professional SDK. You can purchase GstRtspSink, with full source code, from the RidgeRun online store or using the Shopping Cart mentioned below:


RidgeRun also makes a binary-only evaluation version available. Feel free to contact us to request it, in the next section.


  Index Next: Evaluating_GstRtspSink