Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-03 Thread Rob Landry
@lists.rivendellaudio.org Subject: Re: [RDD] Voicetracking over a slow connection - what works best? On Sunday 02 March 2014 12:52:13 pm John Anderson wrote: Assuming that you did all of the voice tracks on a different Rivendell machine in a different location, could you then make up some type of transport package

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-03 Thread Cowboy
On Monday 03 March 2014 06:43:08 am Rob Landry wrote: In order to use my script to synchronize a remote system used for voice tracking with another at the studio, it would be necessary to synchronize in both directions, which could only be done if each record in a log were time-stamped so

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-03 Thread Rob Landry
On Mon, 3 Mar 2014, Cowboy wrote: If you were so inclined, you could check and compare the timestamps on the files in /var/lib/mysql/databasename/tablename.MYI between the two ( or three, or... ) machines and know which is the most recent That would tell me which copy of the table has been

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-03 Thread Hoggins!
That, sir, would be absolutely awesome ! Le 03/03/2014 01:22, Fred Gleason a écrit : Hi John: This is an area of active work here right now. Specifically, the goal is to be able to write changes to a log in the form of a sequence of operations on a known base state rather than rewriting

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-03 Thread Fred Gleason
On Mar 3, 2014, at 10:46 49, Cowboy c...@cwf1.com wrote: If you were so inclined, you could check and compare the timestamps on the files in /var/lib/mysql/databasename/tablename.MYI between the two ( or three, or... ) machines and know which is the most recent No, No, NO - you do *not* want

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-03 Thread Wayne Merricks
As an aside, don't expect to turn on mysql replication and have applications magically start syncing between sites. I have yet to find an easy transparent mysql replication layer that you can plug underneath existing applications without things dying horribly. The only way I've managed to

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-02 Thread Morten Krarup Nielsen
I've tried option 1. There's a 20/20 fiber connection in both the studio and at my home. At best it works a little slow, but I can live with that. Some times the log gets corrupted though. We store our music in wav. It would work faster if you work with MP3. I thought about using Bittorrent Sync

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-02 Thread John Anderson
...@lists.rivendellaudio.org [mailto:rivendell-dev-boun...@lists.rivendellaudio.org] On Behalf Of Morten Krarup Nielsen Sent: Sunday, March 02, 2014 8:19 AM To: User discussion about the Rivendell Radio Automation System Subject: Re: [RDD] Voicetracking over a slow connection - what works best? I've

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-02 Thread Fernando Della Torre
I Think rsync'ing your /var/snd to the local machine would help a lot. After recording you could rsync back only the voice files. Anyway accessing MySQL over a WAN link it's not the optimal. Regards. Atenciosamente, *Fernando Della Torre* Tecnologia da Informação (: +55 16 98137-1240 (:

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-02 Thread John Anderson
...@lists.rivendellaudio.org [mailto:rivendell-dev-boun...@lists.rivendellaudio.org] On Behalf Of Fernando Della Torre Sent: Sunday, March 02, 2014 12:11 PM To: Morten Krarup Nielsen Cc: User discussion about the Rivendell Radio Automation System Subject: Re: [RDD] Voicetracking over a slow connection - what works best

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-02 Thread Brian P. McGlynn
Hello, I've been working with this too in trying to voicetrack remotely from a satellite office to a central office with some success.  The issue we face is limited bandwidth over a VPN.  Here is the approach I tested: 1. Sync files with a Cloud Service like SpiderOak This type of service

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-02 Thread John Anderson
Assuming that you did all of the voice tracks on a different Rivendell machine in a different location, could you then make up some type of transport package, that would send all of the voice tracks at one time, the as a final step, patch the updated log into the main log? Say, if you did a 2

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-02 Thread John Anderson
, 2014 1:30 PM To: rivendell-dev@lists.rivendellaudio.org Subject: Re: [RDD] Voicetracking over a slow connection - what works best? On Sunday 02 March 2014 12:52:13 pm John Anderson wrote: Assuming that you did all of the voice tracks on a different Rivendell machine in a different location, could

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-02 Thread Fred Gleason
On Mar 2, 2014, at 12:52 13, John Anderson j...@2601.net wrote: Item #3 is the key to make the experience usuable. I looked at the network traffic of the Voicetracker program when saving, inserting, and modifying a track and there appears to be quite a bit sent. From looking at the code,

[RDD] Voicetracking over a slow connection - what works best?

2014-02-28 Thread Keith Thelen
Hello all! I know there's no official remote voicetracking feature at this point. But from digging through past posts, I gather there's people out there who have managed to assemble something that accomplishes the same function, more or less. As I see it, there's at least two ways of doing

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-02-28 Thread Fernando Della Torre
Sorry if it may sound strange, but what if we could use a mix of VNC, jackd and CELT codec? Rivendell would be at the station, we could connect remotely using VNC and the sound could be sent/received to/from remote location using a local jackd, netjack and CELT codec. I have no idea of how would