<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
</div>
<span>Hello,<br>
</span>
<div><br>
</div>
<div>I'm trying to get a webrtcbin running which has data channels only (i.e. no audio, no video.)  I started with the working sendrecv example and got to the point where I had a working data-channel with audio only.  When I remove audio the data channels fail
 to connect - one data channel is created by GStreamer code, another intiated on the browser side. <br>
</div>
<div><br>
</div>
<div>I found and example (link below) for only receiving streams in which the gst_parse_launch() was removed and one-way transceivers manually added.  I read that without a audio/video sink pad connected the transceivers need to be manually created.  Maybe
 this is also related to data channels not functioning?<br>
</div>
<div><br>
</div>
<div>https://github.com/centricular/gstwebrtc-demos/compare/master...a-morales:figure-out-transceivers?expand=1<br>
</div>
<div><br>
</div>
<span>So, I'm assuming there is something preventing these data-channels from getting established, and asking how to get past it? 
<span style="font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; background-color: rgb(255, 255, 255); display: inline !important">
This is with everything running on one machine, Windows and GStreamer 1.16. </span> Thanks in advance!</span>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
</div>
</body>
</html>