Re: [ccextractor-users] Real-time uploading
Brought to you by:
cfsmp3
|
From: Willem v. i. <wil...@gm...> - 2014-05-18 09:44:40
|
Hello, my personal opinion on your proposal is that it looks quite good. I have 1 questions though: Your current setup with ttml is fine, as long as the user only wishes to send the data to the server alone. Is it with your setup possible to simultaneously send to the server and save an ttxt (or srt, or ...) on the processing computer? Of course I don't know if that would be ever the case, but I was wondering. Sincerely, Willem 2014-05-18 11:24 GMT+02:00 Ruslan Kuchumov <kuc...@gm...>: > Hello everyone! > > I just have written some code on real-time uploading. > https://github.com/rkuchumov/ccextractor/tree/networking/src/networking > > I haven't integrated it to CCExtractor yet. Instead server application > reads caption data in ttml format from specified file with some delays and > sends it to clients. > > Is it OK to send data in ttml? Now clients receive only the content of <p> > tag, later I'll add header stuff as the first packet to be send to clients. > > Below is the main ideas: > Server is a forked process that would bind to the port and accept > connections. CCExtractror would send a signal to it when new data is > written to tmp file. Server sends this data to connected clients. > > When client app receives data, it may write it to specified file and send > a signal. > > Authentication: Server generates the password, clients must send this > password. If they don't match, server fall asleep for 1 sec. Pretty simple. > > What do you think? > > Respectfully, > Ruslan Kuchumov. > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform > available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > ccextractor-users mailing list > cce...@li... > https://lists.sourceforge.net/lists/listinfo/ccextractor-users > > |