Displaying 20 results from an estimated 1000 matches similar to: "2.6.2 transferring common data"
2004 Oct 05
0
Re: Firefly 1.9.5 released (gARetH baBB)
On Ganeral --> Language correct from "portugese" to "portuguese".
Kind regards,
Miguel
Date: Tue, 5 Oct 2004 09:47:08 +0100 (BST)
From: gARetH baBB <hick.asterisk@gink.org>
Subject: Re: [Asterisk-Users] Firefly 1.9.5 released
To: Asterisk Users Mailing List - Non-Commercial Discussion
<asterisk-users@lists.digium.com>
Message-ID:
2024 Mar 21
1
Education - 1, 000s, 100, 000's, Millions of listeners. (What kind of infrastructure)
On Mar 21, 2024, at 9:02?AM, gARetH baBB <hick.icecast at gink.org> wrote:
> Or you could just use ffmpeg:
Since we?re discussing HLS encoder options, there is also:
https://github.com/ElvishArtisan/GlassCoder
Which does not require LiquidSoap, ffmpeg or even Icecast. Just aim it at a web server or CDN publishing point.
Cheers!
2024 Mar 21
2
Education - 1, 000s, 100, 000's, Millions of listeners. (What kind of infrastructure)
On Thu, 21 Mar 2024, Wayne Barron wrote:
> Looking through HLS, I found this.
> https://github.com/mbugeia/srt2hls
Or you could just use ffmpeg:
ffmpeg -hide_banner -i "${icecaststream}" -c:a copy -vn -strftime 1
-f hls -hls_time 6 -hls_list_size 10 -hls_segment_filename "${hlspath}radio-%Y%m%d-%s.ts"
-hls_flags delete_segments -segment_format mpegts
2015 Jun 09
3
exclude directory from rsync
hey guys,
I'm trying to do an rsync of the entire /var directory, but exclude just
the /var/www directory.
So far I've tried these approaches:
rsync -avzp --exclude-from=/var/www /var/ /mnt/var/
rsync -avzp --exclude=/var/www /var/ /mnt/var/
But neither has worked. Can I get a suggestion on how to get this to happen?
Thanks,
Tim
--
GPG me!!
gpg --keyserver pool.sks-keyservers.net
2015 Jun 09
0
exclude directory from rsync
On 06/08/2015 10:12 PM, Tim Dunphy wrote:
> I'm trying to do an rsync of the entire /var directory, but exclude just
> the /var/www directory.
...
> rsync -avzp --exclude-from=/var/www /var/ /mnt/var/
--exclude-from takes a filename as an argument. That filename is
expected to contain a list of patterns to exclude.
> rsync -avzp --exclude=/var/www /var/ /mnt/var/
If your
2002 Apr 16
1
-P option fails
Hi,
It seems rsync no longer resumes partial transfers after a SIGINT
(CTRL-C). I tried the following:
% rsync -avzP ~/video/Gone_In_60_Seconds_-_DivX.avi 192.168.0.3:/backup/DivX
building file list ...
1 files to consider
Gone_In_60_Seconds_-_DivX.avi
262144 0% 10.34kB/s 19:40:22
[CTRL-C]
[testing remote size]
% rsync -avzP 192.168.0.3:/backup/DivX/Gone_In_60_Seconds_-_DivX.avi
2004 Aug 20
3
BT Communicator (SIP???) and Asterisk
Hi All
BT are providing a SIP gateway for PSTN through the BT communicator with
Yahoo Messenger, I have done an ethereal trace and found that the BT
Communicator side of the software is using SIP, so in theory I could add
more PSTN lines to Asterisk for BT using SIP, but I am having problems
deciphering the trace so my question is
has anyone else tried to get BT Communicator work with
2005 Feb 11
1
Icecast on port 80 and proxy servers that stay connected after user disconnects.
On Sat, 12 Feb 2005, Geoff Shang wrote:
> good example of why this is a good philosophy. There's no way for the proxy
> server to know not to cache it, unless you can tell it not to cache certain
Cache-Control: no-cache
Pragma: no-cache
Actually, "Cache-Control: no-cache" is wrong, it should I suppose be
"no-store" (or even "no-cache, no-store") -
2005 Mar 11
2
Mounting problems...
On Sat, 12 Mar 2005 00:30:58 +1000, Geoff Shang <geoff@hitsandpieces.net> wrote:
>
> but it never gets the chance to find out. Icecast is programmed to provide
> a playlist if you request <mountname>.m3u. Icecast seems to be assuming
> that you'd never want to call a mountpoint anything with a .m3u extension,
> so instead of finding the mount /test.m3u, it's
2005 Feb 17
0
Icecast2 Burst-on-Connect
On Thu, 17 Feb 2005 11:22:49 +0000 (UTC), gARetH baBB
<hick.icecast@gink.org> wrote:
> On Thu, 17 Feb 2005, Michael Smith wrote:
>
> > There's one thing that icecast doesn't do (except for ogg streams)
> > that other servers might (but from what I'm told, shoutcast doesn't):
> > start sending from some valid synchronisation point (e.g. the mpeg
>
2003 Feb 24
1
many small files bug
Hi!
I try to copy a lot of little files between a Linux and a Tru64 (I
successfully compiled rsync on a tru64, it needed a little cosmetics), but
it throws me this error (rsync 2.5.5 on both machines):
779300 files...rsync: error writing 4092 unbuffered bytes - exiting:
Broken pipe
rsync error: error in rsync protocol data stream (code 12) at io.c(463)
The command line was:
rsync -avzP -e ssh
2005 Feb 17
2
Icecast2 Burst-on-Connect
On Thu, 17 Feb 2005, Michael Smith wrote:
> There's one thing that icecast doesn't do (except for ogg streams)
> that other servers might (but from what I'm told, shoutcast doesn't):
> start sending from some valid synchronisation point (e.g. the mpeg
> sync pattern) - obviously, if you do that, it's a bit easier on
> clients (but I don't know of any that
2009 Dec 31
1
restoring using rysnc
Hi,
My backup server (B) has a /backup/home and I'd like to restore
/backup/home/userX to /home/userX in my server A
I am trying to do with in the server where I want to restore.
rsync -e ssh -avzp -R --exclude "*.journal"
backup_server:/backup/home/userX/ /home/userX
But it is creating a /home/userX/backup/home/userX
What am I doing wrong?
-------------- next part
2002 Jan 28
1
Write failed flushing stdout buffer.
3 100% 0.00kB/s 0:00:00
wrote 30496 bytes read 327051 bytes 14593.76 bytes/sec
total size is 419896352 speedup is 1174.38
Write failed flushing stdout buffer.
write stdout: Broken pipe
time /usr/local/bin/rsync -avzP host: /bkup-zone --delete
this is the command which is being run, and I get the above error message
everytime. The phenomenon doesn't happen when just copying certain
2014 Feb 02
1
Trouble implementing ov_callbacks, endless loop calling seek_func
Hello list,
I've been having a tough time adding windows resource support to my ogg
vorbise decoder, although I think I am close. Basically when I call
ov_open_callbacks(), it doesn't ever return and repeatedly calls my
seek_func.
I'm hoping it is something obvious, but I can't see why my seek_func is
being called endlessly. If the file is seekable, I should return 0, right?
If
2006 Aug 16
2
DO NOT REPLY [Bug 4023] New: Rsync does not copy files recursively when using ssh public key authorization and the files-from option
https://bugzilla.samba.org/show_bug.cgi?id=4023
Summary: Rsync does not copy files recursively when using ssh
public key authorization and the files-from option
Product: rsync
Version: 2.6.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
2014 Feb 02
0
unsubscribe
On 2014-02-02, at 12:00 PM, vorbis-request at xiph.org wrote:
> Send Vorbis mailing list submissions to
> vorbis at xiph.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xiph.org/mailman/listinfo/vorbis
> or, via email, send a message with subject or body 'help' to
> vorbis-request at xiph.org
>
> You can reach the person
2005 Jun 05
2
icecast sound compressor
hm, to have a look at Pure Data and external called oggcast~ http://www.akustische-kunst.org/puredata/ is recomended,
you can set quality/bitrate/samplerate ... while streaming then, and do whateweryou want to your sound
before sending it to icecast, including building your compressor-limiter.
cheers
Ales Zemene
--
http://ales.mur.at
irc.kunstlabor.at #kunstlabor
citation of
2014 Oct 19
3
rsync question: building list taking forever
Guys,
I've setup an rsync between two directories that I've mounted locally on a
jump box. Long story short, the two directories are both NFS shares from
two different hosts. Our security dept won't allow us to SSH between the
two data centers, directly. But the jump host can contact both. So what
I've done is mount the NFS shares from one host in each data center on the
jump box
2020 Jul 15
3
Deprecation of scp protocol and improving sftp client
On Wed, 15 Jul 2020, Red Cricket wrote:
> I have had this in my .bashrc for years:
>
> alias scp='rsync -avzP'
Similar, though I named it rcp because nobody has the real rcp installed
any more, but sometimes I need scp to connect to systems that lack rsync.
https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=shellsnippets/shellsnippets.git;a=blob;f=mksh/rcp;hb=HEAD
>