Microsoft Announces Windows Live Academic Search

微软宣布推出Windows Live Academic Search,这是一个专注于学术领域的搜索引擎。用户可以通过访问http://academic.live.com/来体验这一新的搜索工具。
这是官方提供的relay设置说明,我想让dss对摄像头的流做转发,该如何设置摄像头的relay setting . ncj@ncj-VirtualBox:/etc/streaming$ sudo cat relayconfig.xml-Sample [sudo] ncj 的密码: <!-- This is a sample relay config file. --> <!-- *** Need to add a valid dtd here. *** --> <RELAY_CONFIG> <!-- RELAY-CONFIG should contain one or more objects of type relay --> <OBJECT TYPE="relay"> <!-- if enabled is set to false, the server will ignore this relay --> <!-- (optional, defaults to true) --> <PREF NAME="enabled">true</PREF> <!-- Each relay object contains one source object and multiple destination objects --> <!-- an rtsp_source is used to request a stream from a server --> <OBJECT CLASS="source" TYPE="rtsp_source"> <!-- source_addr is the address of the server --> <PREF NAME="source_addr">192.1.1.2</PREF> <!-- rtsp_port is the port the server is listening on --> <PREF NAME="rtsp_port">5000</PREF> <!-- the is the url to request --> <PREF NAME="url">/sample.mov</PREF> <!-- name is used if you need to authenticate for the rtsp request (optional) --> <PREF NAME="name">user</PREF> <!-- password is used if you need to authenticate for the rtsp request (optional) --> <PREF NAME="password">password</PREF> </OBJECT> <!-- an announced_destination will send an announced stream to the destination server --> <OBJECT CLASS="destination" TYPE="announced_destination"> <!-- out_addr is the local address to send from (optional) --> <PREF NAME="out_addr">192.1.1.2</PREF> <!-- dest_addr is the server to announce to --> <PREF NAME="dest_addr">192.1.1.1</PREF> <!-- rtsp_port is the port the server is listening for announces on --> <PREF NAME="rtsp_port">5100</PREF> <!-- name is used if you need to authenticate for the announce (optional) --> <PREF NAME="name">user</PREF> <!-- password is used if you need to authenticate for the announce (optional) --> <PREF NAME="password">password</PREF> <!-- url is the name of the sdp created on the client side, if the --> <!-- source is an announced source you can leave this out and it will use the --> <!-- announced sdp name (optional for announced_source) --> <PREF NAME="url">/sample.sdp</PREF> </OBJECT> <!-- a udp_destination just streams data to the specified destination --> <OBJECT CLASS="destination" TYPE="udp_destination"> <!-- out_addr is the local address to send from (optional) --> <PREF NAME="out_addr">192.1.1.1</PREF> <!-- dest_addr is the address to stream to (can be multicast address) --> <PREF NAME="dest_addr">192.1.1.2</PREF> <!-- udp_ports are the ports to stream to --> <!-- (must match config on destination server) --> <LIST-PREF NAME="udp_ports"> <VALUE>5000</VALUE> <VALUE>5002</VALUE> </LIST-PREF> <!-- time to live for a multicast destination --> <!-- (only needed if address is multicast) --> <PREF NAME="ttl">5</PREF> </OBJECT> </OBJECT> <OBJECT TYPE="relay"> <!-- this will listen for any announce, if the announce isn't one specified --> <!-- by more specific rules it will be relayed to the specified destinations --> <OBJECT CLASS="source" TYPE="announced_source"> <!-- no prefs are neccessary --> </OBJECT> <!-- this would normally be followed by announced or udp destinations --> </OBJECT> <OBJECT TYPE="relay"> <!-- this causes the relay to listen for a specific announce, --> <!-- it overrides the general rule --> <OBJECT CLASS="source" TYPE="announced_source"> <!-- this is the address of the broadcaster --> <PREF NAME="source_addr">192.1.1.1</PREF> <!-- this is the url to listen for. If not specified, it will --> <!-- relay any announced broadcast from the source address to --> <!-- the specified destinations (optional) --> <PREF NAME="url">/sample.sdp</PREF> </OBJECT> <!-- this would normally be followed by announced or udp destinations --> </OBJECT> <OBJECT TYPE="relay"> <!-- this is the traditional relay source. It just listens for data on the specified --> <!-- ports and relays it to the specified destionations. Note that you can't use --> <!-- announced_destinations with a udp_source (they will be ignored) --> <OBJECT CLASS="source" TYPE="udp_source"> <!-- this is the local address to listen on (optional) --> <PREF NAME="in_addr">192.1.1.2</PREF> <!-- this is the address of the broadcaster --> <PREF NAME="source_addr">192.1.1.1</PREF> <!-- in_ports are the ports to listen to (must match config on broadcaster) --> <LIST-PREF NAME="udp_ports"> <VALUE>5000</VALUE> <VALUE>5002</VALUE> </LIST-PREF> <!-- time to live for a multicast source (optional, only used for sending receiver --> <!-- reports) --> <PREF NAME="ttl">5</PREF> </OBJECT> <!-- this would normally be followed by one or more udp_destinations --> </OBJECT> </RELAY_CONFIG>
12-04
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值