Raised This Month: $32 Target: $400
 8% 

[ANY] tAutoDemoUpload v0.0.4 (2012-01-08)


Post New Thread Reply   
 
Thread Tools Display Modes
OcC
Senior Member
Join Date: Mar 2012
Location: Romania
Old 05-10-2016 , 21:02   Re: [ANY] tAutoDemoUpload v0.0.4 (2012-01-08)
Reply With Quote #71

Demo size 100kb and internet connection 1 Gbps
__________________
OcC is offline
Send a message via Yahoo to OcC
LeetDonkey
Member
Join Date: Dec 2014
Old 05-12-2016 , 03:26   Re: [ANY] tAutoDemoUpload v0.0.4 (2012-01-08)
Reply With Quote #72

Quote:
Originally Posted by OcC View Post
L 05/07/2016 - 15:54:24: [tEasyFTP.smx] Failed uploading warmod/2016-05-07-1539-de_dust2.dem.bz2 (Timeout was reached).

Any idea ?
I get this too, it seems my FTP server is failing to respond before the timeout specified in the plugin.
I'd like an update where the plugin tries several times before failing.

I've partially solved it by setting up cron to run a small script that uploads the remaining files and deletes them from the directory by using ncftpput.
I've set it to run in the middle of the night when the servers are empty to minimze the impact of suddenly uploading a few hundred megs of demos.
LeetDonkey is offline
ziddia
New Member
Join Date: May 2016
Old 05-16-2016 , 03:51   Re: [ANY] tAutoDemoUpload v0.0.4 (2012-01-08)
Reply With Quote #73

Hi,

I wanted to use this plugin to upload demo files for my TF2 server directly to my web server so people can download them. I tried to use the plugin in conjunction with this one, as the front page post said that this plugin worked with the autorecorder plugin. However, my demos are not being uploaded.

If I manually use tv_record and tv_stoprecord, the upload works fine; its just that that plugin does not seem to trigger this one! Does anyone have a solution?
ziddia is offline
Ryan2
Senior Member
Join Date: Jul 2020
Old 03-18-2021 , 01:29   Re: [ANY] tAutoDemoUpload v0.0.4 (2012-01-08)
Reply With Quote #74

Quote:
Originally Posted by Thrawn2 View Post
This requires the tEasyFTP plugin and therefore the cURL extension to compile and run.
This plugin supports optional bzip2 compression using the bzip2 extension and as such requires its include for compilation.

As the tEasyFTP plugin is considered experimental, this should be too. You have been warned.

This plugin automatically uploads demos that have been recorded with SourceTV. This is not related to the Replay feature TF2 introduced.

This plugin requires you to either record demos manually using tv_record <filename> and tv_stoprecord or use any other sourcemod plugin that starts and stops recording automatically (like this (any) or this (TF2)). As long as those two commands are being used, this should work.

Configuration
  • This plugin expects a 'demos' RemoteTarget by default. The tEasyFTP thread shows you how to configure it.
  • If you want to change the default RemoteTarget to something else, set this cvar accordingly: sm_tautodemoupload_ftptarget.
  • To enable compression set sm_tautodemoupload_bzip2 to a value between 1 and 9, with 1 being the lowest and 9 the highest rate of compression. Setting it to 0 will disable compression completely.
  • If you set sm_tautodemoupload_delete to 1, your demos (and their compressed version) will be deleted if an upload was successful.
Will you ever make a stable version of this?
Ryan2 is offline
OcC
Senior Member
Join Date: Mar 2012
Location: Romania
Old 09-25-2021 , 03:37   Re: [ANY] tAutoDemoUpload v0.0.4 (2012-01-08)
Reply With Quote #75

Quote:
Originally Posted by Ryan2 View Post
Will you ever make a stable version of this?
+1
__________________
OcC is offline
Send a message via Yahoo to OcC
powerind
Junior Member
Join Date: Oct 2018
Location: Iceland
Old 02-26-2023 , 17:29   Re: [ANY] tAutoDemoUpload v0.0.4 (2012-01-08)
Reply With Quote #76

Failed uploading powerind-20230226-232451-hns_rooftops_ported_fix.dem.bz2 (Failed initialization).

Code:
"RemoteTargets"
{
	"demos"
	{
		"host"		"127.0.0.1"
		"port"		"22"
		"user"		"user"
		"password"	"pass"
		"path"		"/home/websites/demos/"
		"ssl"		"try"
		
		"CreateMissingDirs"	"1"		
	}
}
I have no clue why it fails to initialize, does anybody know...
__________________
powerind is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode