Looking at the source on github, I don't think it'll matter which version you use. These lines are in the main() section of rmlsend.cpp:
#ifdef WIN32 cli_mode=false; #endif // WIN32 So it looks command line processing is explicitly disabled for the Windows platform. ++hobbitt On Tue, Oct 13, 2015 at 8:35 AM Wayne Merricks < [email protected]> wrote: > FYI the current windows binaries supplied with the appliance is still > reporting V 2.5.5. They have a creation date of 19th November 2013 > which from memory is roughly right for v2.5.5 (I didn't update the > appliance as I couldn't get it to boot in virtualbox but thats another > story). > > I have no idea if updating would cure this problem. > > Wayne Merricks > The Voice Asia > > On 13/10/15 16:05, Lorne Tyndale wrote: > > Hi, > > > > Just to point out, the downloads on that link are quite old and should > > not be used with the latest builds of Rivendell. To do so would invite > > database problems. Best to grab the version that matches the release > > level you're running which - unless you build it yourself - means using > > the package sources that go along with the appliance DVD. > > > > > > > > > >> Thank you Wayne, > >> There was no need to dowload to DVD. > >> win32 binaries are here: > http://www.rivendellaudio.org/ftpdocs/rivendell/win32/ > >> And thanks for putty tips > >> Already started on this idea > >> > >> mIRCea > >> > >> -----Original Message----- > >> From: [email protected] [mailto: > [email protected]] On Behalf Of Wayne > Merricks > >> Sent: marți, 13 octombrie 2015 16:59 > >> To: [email protected] > >> Subject: Re: [RDD] rmlsend on win32 - send load log > >> > >> Hi, > >> > >> Sorry it took so long, I had to download the appliance DVD and find the > Windows rmlsend. > >> > >> This is a bug in the Windows rmlsend. The program does not accept RML > arguments from the command line. Instead it pops open the GUI and you have > to type it in yourself. > >> > >> If this is an RML that never changes you could use Putty (for ssh) and > save a profile that runs the rmlsend directly on a Rivendell machine. > >> This should work for you. > >> > >> Wayne Merricks > >> The Voice Asia > >> > >> On 13/10/15 13:27, Mircea Paun wrote: > >>> I try few without success. > >>> rmlsend gui started with only field ''send to'' filled with ip. > >>> Command field remain empty. > >>> > >>> mIRCea > >>> > >>> -----Original Message----- > >>> From: [email protected] > >>> [mailto:[email protected]] On Behalf Of > >>> Wayne Merricks > >>> Sent: marți, 13 octombrie 2015 14:12 > >>> To: [email protected] > >>> Subject: Re: [RDD] rmlsend on win32 - send load log > >>> > >>> Is any RML working? > >>> > >>> Try: > >>> > >>> rmlsend --to-host=192.168.56.56 LB\ hello! > >>> > >>> I don't know if windows would need to have LB in quotes e.g.: > >>> > >>> rmlsend --to-host=192.168.56.56 "LB hello!" > >>> > >>> Wayne Merricks > >>> The Voice Asia > >>> > >>> On 12/10/15 17:36, Mircea Paun wrote: > >>>> Hi, > >>>> Somebody knows how to send "Load Log" from windows machine to linux > machine with Rive ? > >>>> From command line won't work "--to-host=192.168.56.56 > --from-file=C:\Users\user\Desktop\test.rml " it load only ip. > >>>> The Command field remain empty. > >>>> Only works if manually typed. > >>>> Regards! > >>>> mIRCea > >>>> > >>>> > >>>> _______________________________________________ > >>>> Rivendell-dev mailing list > >>>> [email protected] > >>>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > >>> _______________________________________________ > >>> Rivendell-dev mailing list > >>> [email protected] > >>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > >>> > >> _______________________________________________ > >> Rivendell-dev mailing list > >> [email protected] > >> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > >> > >> _______________________________________________ > >> Rivendell-dev mailing list > >> [email protected] > >> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev >
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
