similar to: [Q] multicasting product ?

Displaying 20 results from an estimated 1800 matches similar to: "[Q] multicasting product ?"

2002 Jan 15
1
batch mode maintainability
I'm having second thoughts about merging the rsync+ / batch mode patch into the main rsync release. It adds a lot of extra paths to the code. I can see it will be useful for a few people, but I'm not sure it's sufficiently general to justify being there. Dave? -- Martin
2001 Aug 13
1
rsync+ patch
rsync+ is ready to go onto HEAD. Could Jos or somebody else who's used the feature before please prepare a few paragraphs for the manpage explaining how they work? Either send a patch to the .yo files or just plain text. Thanks, -- Martin
2004 May 17
1
batch-mode fixes [was: [PATCH] fix read-batch SEGFAULT]
Chris, to put things in the right prespective, you should read (if you haven't done so already) the original paper describing the design behind batch mode. The design and implementation of this functionality goes back to a project called the Internet2 Distributed Storage Infrastructure (I2-DSI). As part of that project, the authors created a modified version of rsync (called rsync+)
2003 Jan 14
3
.rsync-/.rsync+ patch and --link-dest example
This is a patch to add an --rsync-exclude option to rsync-2.5.6cvs. File names in .rsync- (or .rsync+) are excluded (or included) from the file lists associated with the current directory and all of its subdirectories. This has advantages over --cvs-exclude for backing up large file systems since the .cvsignore files only apply to the current directory: unless the .cvsignore restrictions apply
2017 Feb 24
2
Looking for Speech Recognition (ASR) suggestions
Hello Luca, Thank you for your response. I?m familiar with speech recognition and TTS, but new to MRCP. Yes, the 100k options is used for names in a directory listing. In the pre-MRCP support, Nuance ASR used API events/methods for the application to tell ASR when the prompt was playing and when it stopped. If ASR detected speech, it would signal an event so we would stop playing the prompt.
2008 Aug 05
2
IP multicasting
Can Theora be streamed IP Multicasting? Can Cortado support IP multicast? if not, could some add IP multicasting to Cortado? Find a better answer, faster with the new Yahoo!7 Search. www.yahoo7.com.au/search
2017 Mar 24
2
UniMRCP and Asterisk 14
When I look at the lastest UniMRCP manual, they only mention as high as Asterisk 13. Does anybody know if I need to do anything to allow it to work on Asterisk 14 and, if so, what that is?
2002 Sep 16
1
Multicasting routing in SUSE
hi all, This is my first message to the group.My name is Anirban Chakraborti and I am with new mexico state university. I have recently built a router using suse linux.I need to turn on IGMP and PIM to allow it do multicasting.How to do that? Secondly I also want to control the rate of the datatransfer from the router''s ethernet interface to the ppp interface. Thanks for the
2017 Feb 22
2
Looking for Speech Recognition (ASR) suggestions
Is it correct that the unimrcp is the best approach for Asterisk and ASR/TTS? Could anyone provide pros/cons for the various ASR options for Asterisk? We need the ability for very large grammars (over 100,000 options). Because of this, my initial thought is Nuance or Lumenvox. Does this sound correct? Have a great day! Dan -------------- next part -------------- An HTML attachment was
2001 Dec 11
2
Rsyncd limits
Hi all, I was wondering if it will require any major rewrites of the daemon/client to include limits on the data transfer rate ? Alexei.
2004 Nov 25
1
multicasting
Hello, icecast We want to begin icecast streaming of FM stations. As far as I know, Icecast does not support multicasting yet. My question is: will be multicasting implemented in the next version of icecast? Is there a possibility to multicast icecast's stream with third party's open source products? Thank you in advance. -------------- next part -------------- An HTML attachment was
2001 Aug 06
1
merge rsync+ into rsync (was Re: rsync-2.4.7 NEWS file)
> Just curious: what about the rsync+ patch? Thanks for the reminder. I've just committed Jos's rsync+ patch onto the "branch_mbp_rsyncplus_merge" branch. If it works OK and nobody screams I will move it across onto the main tree tomorrow or Wednesday. I see the patch doesn't add documentation about the new options to the man page, so we should fix that in the future.
2007 Aug 28
1
Astricon Meetup
Everyone, I will be attending Astricon in Phoenix and would like to have a little get together to discuss Open Source Telephony and the challenges we as developers and system integrators face. Exchange ideas and go over some use cases and see how we can all work together to improve our understanding of the dynamics of how everything works together. * Scaleability * Reusability of code
2003 Jan 19
0
rsync+ (batch mode) feature suggestion
Bert, Hi. If you are still interested in your rsync+ project, changes for which have evidently been (and are, perhaps, still being?) submitted to the official, upstream rsync version, you may want to add the following feature, proffered below, in order to conduce a little greater batch mode usage flexibility primarily for those with above average security concerns. Currently (at least in the
2005 Aug 18
2
Shorewall and multicast
Hi, all! Can I enable multicasting via shorewall? I have router with Gentoo Linux (one interface to ISP, one with alises - to local network). Shorewall work perfect! But now I need setup Quagga (zebra) for dynamic routing between one more router via another provider. All routers daemons (zebra, ripd, ospf) used multicasting. In my configuration already enabled allowBcast and etc.
2005 Dec 07
6
UDP multicast stream and NAT
Hi, my ISP is streaming some local concert using UDP multicasting. I followed the instructions on the site which described how to set VLC in order to view the stream, but it didn''t work. I am behind a Linux router/firewall doing NAT. Using google, I quickly found out that the netfilter/conntrack code doesn''t support NATing multicast traffic. I thought about bridging the internet
2007 Jul 28
0
Ruby UDP Multicasting Binding Insanity
I''m writing a gem which binds multiple sockets to the same UDP multicast port, basically like so.. socket = UDPSocket.new socket.setsockopt( Socket::SOL_SOCKET, Socket::SO_REUSEPORT, [1].pack("i_") ) socket.setsockopt(Socket::IPPROTO_IP, Socket::IP_ADD_MEMBERSHIP, addresses) socket.bind(Socket::INADDR_ANY, port) data, meta = socket.recvfrom 1024
2001 Sep 20
1
rsync via ssh
Hi, We have 2 problems with rsync over ssh that we haven't been able to replicate all the time. Basically, we have a developement server running Solaris 2.5.1 and another running Solaris 2.6, the development tree is shared via nfs. When minor changes are made they are distibuted to various mirror sites via a perl script which does some checks (path, etc) and runs 'rsync -e ssh ....'
2001 Sep 12
0
Q: when is the next release planned?
Hi everybody! Could you please tell me when the next release is planned? I ask this because I saw in CVS that rsync+ is merged but not released, which I'd need. If it is probable less than 2 weeks I'll wait - if it's certainly more than 3 I'll get the CVS sources and start working with them. Thanks for all answers! Regards, Phil
2001 Dec 08
0
Should --write-batch always sync the target tree?
Currently the --write-batch option in addition to creating the batch files also syncs the target tree. I'm not sure whether this is always desired. So far the only way I have been able to come up with to prevent the target tree from being populated is the patch below; however, the top-level target directory is still created, so it is not complete. Does this sound like a worthwile addition to