This file is indexed.

/usr/share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsRawUdpStreamTransmitter.html is in libfarstream-0.2-doc 0.2.8-4.1~build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FsRawUdpStreamTransmitter: Farstream Plugins Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Farstream Plugins Manual">
<link rel="up" href="pt02.html" title="Part II. Transmitters">
<link rel="prev" href="pt02.html" title="Part II. Transmitters">
<link rel="next" href="farstream-plugins-FsMulticastStreamTransmitter.html" title="FsMulticastStreamTransmitter">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
                  <a href="#farstream-plugins-FsRawUdpStreamTransmitter.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="pt02.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="farstream-plugins-FsMulticastStreamTransmitter.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="farstream-plugins-FsRawUdpStreamTransmitter"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="farstream-plugins-FsRawUdpStreamTransmitter.top_of_page"></a>FsRawUdpStreamTransmitter</span></h2>
<p>FsRawUdpStreamTransmitter — A stream transmitter object for UDP with STUN</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="farstream-plugins-FsRawUdpStreamTransmitter.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody><tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="farstream-plugins-FsRawUdpStreamTransmitter.html#FsRawUdpStreamTransmitter" title="struct FsRawUdpStreamTransmitter">FsRawUdpStreamTransmitter</a></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect1">
<a name="farstream-plugins-FsRawUdpStreamTransmitter.description"></a><h2>Description</h2>
<p>This transmitter sends and receives unicast UDP packets.</p>
<p>It will detect its own address using a STUN request if the
<span class="type">“stun-ip”</span> and <span class="type">“stun-port”</span>
properties are set. If the STUN request does not get a reply
or no STUN is requested. It will return the IP address of all the local
network interfaces, listing link-local addresses after other addresses
and the loopback interface last.</p>
<p>You can configure the address and port it will listen on by setting the
"preferred-local-candidates" property. This property will contain a <span class="type">GList</span>
of <span class="type">FsCandidate</span>. These <span class="type">FsCandidate</span> must be for <span class="type">FS_NETWORK_PROTOCOL_UDP</span>.
These port and/or the ip can be set on these candidates to force them,
and this is per-component. If not all components have a port set, the
following components will be on the following ports. There is no guarantee
that the requested port will be available so a different port may the
native candidate. But it is guaranteed that components that do not have
specified ports will be sequential.</p>
<p>Example: Candidate {proto=UDP, component_id=RTP, ip=NULL, port=9098} will
 produce native candidates
({component_id=RTP, ip=IP, port=9078},{component_id=RTCP, ip=IP, port=9079})
 or
if this one is not available
({component_id=RTP, ip=IP, port=9080},{component_id=RTCP, ip=IP, port=9081}).
The default port starts at 7078 for the first component.</p>
<p>The name of this transmitter is "rawudp".</p>
</div>
<div class="refsect1">
<a name="farstream-plugins-FsRawUdpStreamTransmitter.functions_details"></a><h2>Functions</h2>
<p></p>
</div>
<div class="refsect1">
<a name="farstream-plugins-FsRawUdpStreamTransmitter.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="FsRawUdpStreamTransmitter"></a><h3>struct FsRawUdpStreamTransmitter</h3>
<pre class="programlisting">struct FsRawUdpStreamTransmitter {
  FsStreamTransmitter parent;
};
</pre>
<p>All members are private, access them using methods and properties</p>
<div class="refsect3">
<a name="FsRawUdpStreamTransmitter.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="struct_members_name">
<col class="struct_members_description">
<col width="200px" class="struct_members_annotations">
</colgroup>
<tbody><tr>
<td class="struct_member_name"><p><span class="type">FsStreamTransmitter</span> <em class="structfield"><code><a name="FsRawUdpStreamTransmitter.parent"></a>parent</code></em>;</p></td>
<td class="struct_member_description"><p>Parent object</p></td>
<td class="struct_member_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
</div>
<div class="refsect1">
<a name="farstream-plugins-FsRawUdpStreamTransmitter.see-also"></a><h2>See Also</h2>
<p><a class="link" href="farstream-plugins-FsMulticastStreamTransmitter.html#FsMulticastStreamTransmitter" title="struct FsMulticastStreamTransmitter"><span class="type">FsMulticastStreamTransmitter</span></a></p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>