Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
02/04/18 03:56:21PM
3,304 posts

unable to load media url


Using Jamroom

i think i discovered it in datastore
audio_file_track: 2
alternates between 1 and 2
i use 2 conversion workers
if they finish nearly simultaniously both get assigned 1
so back anfd forth they get 1 or 2
going to attempt reconversion with 1 worker but not sure that will help vids
soaringeagle
@soaringeagle
02/04/18 03:50:59PM
3,304 posts

unable to load media url


Using Jamroom

thats being taken care of but no. how would it "work just fine' onn any other server when the url itself has been changed. these keys, come from the database, and it must be due to improper key incrimination. ..we had that issue with photos i think it was once when they would not incrimant right and had to mannually delete the most recent dozen or so db entries to revert back to when it was incrementing right. if it was the reconvert it was likely due to something like that , 1 key being incorrect set off a chain reaction of every key after getting the default value of 1
soaringeagle
@soaringeagle
02/04/18 10:52:40AM
3,304 posts

unable to load media url


Using Jamroom

great
it seems all my music, all my uploaded vids have this issue.
is there any way to fix it
can anyone write a script that will reassign the proper keys

and how the hell did this happen to begin with
only thing i can think of is when doingt a forced reconvert and verify videos
soaringeagle
@soaringeagle
02/03/18 09:32:30PM
3,304 posts

unable to load media url


Using Jamroom

this is happening again, i think on all music (vids too maybe?)

does this url look correct (from error log)
GET /uploaded_audio/stream/audio_file/14719/key=1/file.mp3 HTTP/1.1
i would think the key=1 would come after a ? after the filename/

updated by @soaringeagle: 05/06/18 01:46:14PM
soaringeagle
@soaringeagle
02/03/18 08:29:34PM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

would mod_php need any config tweaks
this is the only way i was able to get fast cgi to work
Include /var/www/vhosts/dreadlockssite.com/httpdocs/data/media/0/0/*.conf
<Proxy fcgi://127.0.0.1:9000>
	ProxySet timeout=9800
</Proxy>
<IfModule mod_fcgid.c>
	FcgidMaxRequestLen 13884901888
	FcgidIOTimeout 98000
	FcgidMaxRequestsPerProcess 100
	FcgidProcessLifeTime 7800
	FcgidBusyTimeout 98000
	FcgidIdleTimeout 600
</IfModule>
soaringeagle
@soaringeagle
02/03/18 08:04:02PM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

well the settings i finaly set sdeem to be working finaly but i'll look into mod_php
soaringeagle
@soaringeagle
02/03/18 07:59:28PM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

hmm well i thought nginx was what causes profile domains to not work
soaringeagle
@soaringeagle
02/03/18 07:26:22PM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

no going to write a usder tip once i am certain of the solution (video upload completers, and, actually converts0 thats the final test.

i believe i am there though..
once i write the tip i hope one of the jr crew will take a look at it maybe offer a fine tuning tip, and clarify some of the explanitions

like adding a fscgi statement with a timeout for some reason got me a 1/4 of the way there and i have no idea why
i was actually expecting my site to not load after adding it but it made a big improvement which meant i was barking up the right tree
soaringeagle
@soaringeagle
02/03/18 06:27:33PM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

im having the same problems BECAUSE NOWHERE ANYWHERE ON THIS SITE DOES IT SUGGEST CHANGING FASTCGI SETTINGS
get it?

this should be in the documentation for all large sites
jamroom hosting would have to set up a customized hopst for me because the sites so huge. and that would be 3-4 times what im paying now

i won't know if its completely soved for another houir or so but looks good so0 far

and this IS ABSOLUTELY SOMETHINMG JAMROOM SHOULD KNOW TO HELP WITH ALL SERVERS because it will affect any and all servers when the database gets this big, and when you attempt uploading larger videos for conversion.

this should be in the documentation
or at least the tips for larger servers section

cause this has been at least a year or 2 or more that its been a hassle i have been trying to get help from literally everyone

does youir server have a 2 or 3 gig database, does it have 32 gigs ram so you can upload 8 gig videos
have you tried uploading and converting vidfs over a gig

once your sites grown to a million pages with hundreds of thousands of photos, 7000 audio tracks and hundreds of videos you'll be running into the exact same issues no matter where its hosted... cause its an issue with fast cgi settings thats common to all servers (though defaults vary slightly, but not enough to matter)
soaringeagle
@soaringeagle
02/03/18 05:59:40PM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

argh still having 1 warning though the everything is still progressing

(70008)Partial results are valid but processing is incomplete: mod_fcgid: can't get data from http client, referer: https://www.dreadlockssite.com/uploaded_audio/reconvert

a lot closer to having this solved.
its at least still progressing beyond that point at least
its a tricky issue to solve
most agree the main influence is FcgidMaxRequestLen
i don't see any issues with tmp being constricted that could cause that
but at least for the 1st time ever integrity check completes with all options checked

this warning isn't seeming to cause any problems but it is what i have been using as diagnostics that got me this far (well the most recent tweaks) just not sure how to get rid of it completely yet...
close though..at least it seems everythings working
and i am certain this also was the cause of my backup idsssues, my vid conversion issues. every issue i had was basicly not having any direction on how to configure fastcgi
  37