Forum Activity for @michael

michael
@michael
01/25/17 02:07:56AM
7,832 posts

Recovering a small skin customization I lost when I moved to jr6


Using Jamroom

Its late here now, I'll get you sorted out tomorrow. :)
michael
@michael
01/25/17 02:05:05AM
7,832 posts

Problem with search conditions


Design and Skin Customization

brian:
This SHOULD work:

_profile_id != 1

Make sure you have a SPACE between "!=" and "1".

That is working for me here.
michael
@michael
01/25/17 02:00:58AM
7,832 posts

Embedding a flash player into external sites


Design and Skin Customization

couple of steps to that process. The Playlist player can already do it, steps are here:

Docs: "HowTo: embed the playlist player in an external site"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/1556/howto-embed-the-playlist-player-in-an-external-site

Same idea for any of the other systems though, get a page that just shows whatever player you want and nothing else, then embed that page wherever you want it.

Check out the ALLOW_ALL_DOMAINS section from this doc:

Docs: "HowTo: allow streaming from other sites (embedding players in other websites)"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/1515/howto-allow-streaming-from-other-sites-embedding-players-in-other-websites
michael
@michael
01/23/17 07:17:35PM
7,832 posts

Audio not processing


Installation and Configuration

ask the godaddy techs if the server has its own ffmpeg. Then set the path to that binary via the steps here:

Docs: "HowTo: Use a different FFMPEG binary"
https://www.jamroom.net/the-jamroom-network/documentation/howto/4641/howto-use-a-different-ffmpeg-binary

I have a dev server setup on my macbook pro and it doesnt work with the ffmpeg provided by jamroom. So I needed to install ffmpeg that works on osx then make the changes in that doc to the config.php file to get jamroom to use that instead of the one provided by jamroom.

(personal opinion: of all of the hosting companies out there GoDaddy is my least favorite. They are OK for domain names, but I'd steer clear of their hosting if possible.)
michael
@michael
01/23/17 10:59:39AM
7,832 posts

Audio not processing


Installation and Configuration

Check the Activity Log for details

Docs: "HowTo: Check the Activity Log"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/4656/howto-check-the-activity-log

and see if there are any clues as to what is happening.

Guess is its probably ffmpeg related, maybe that you need to use the version from the server rather than the packaged one.

If thats the case then this doc:

Docs: "HowTo: Use a different FFMPEG binary"
https://www.jamroom.net/the-jamroom-network/documentation/howto/4641/howto-use-a-different-ffmpeg-binary
michael
@michael
01/23/17 02:13:56AM
7,832 posts

Audio not processing


Installation and Configuration

GoDaddy servers can be unpredictable. First thing to do would be go to the SYSTEM CHECK to see if there are any non-green lights up.

Docs: "HowTo: Run the System Check"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/4646/howto-run-the-system-check

Fix any of those orange lights.

(on Godaddy's servers I would suggest running a Performance Check to test out how fast the system performs.)

Docs: "HowTo: Run the Performance Check to test your server"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/4651/howto-run-the-performance-check-to-test-your-server

( Sorry this response took so long, I had to write those docs. :) )
michael
@michael
01/22/17 11:33:01PM
7,832 posts

exclude photos from askimet spam detect


Suggestions

our TODO list is never ending. :) which is a great thing, just haven't got to this one yet. Guess its never felt like a priority. Will update its tracker.
michael
@michael
01/22/17 06:49:37PM
7,832 posts

weird sitemap crawl results after urlscanner update


Installation and Configuration

since jamroom doesnt care about the human readable part of the url, adding anything extra to it probably would make inspider think its a different url, while jamroom thinks its the same url.

eg:
http://www.freedomswings.org/soaringeagle/youtube/83/
http://www.freedomswings.org/soaringeagle/youtube/83/no-name
http://www.freedomswings.org/soaringeagle/youtube/83/some-other-name
http://www.freedomswings.org/soaringeagle/youtube/83/this-part-is-just-for-human-users-to-read
http://www.freedomswings.org/soaringeagle/youtube/83/it-has-no-effect-on-what-content-loads
http://www.freedomswings.org/soaringeagle/youtube/83/happy-monday
http://www.freedomswings.org/soaringeagle/youtube/83/top-gun

Those links are all the same piece of content. so if your sitemap creator software adds bits and pieces to the URL expecting to get a different page or a 404, thats not going to happen.

Seams like that area is where the hiccup is occurring.
  281