[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
Support Forum • View topic - FAQ, ChangeLogs and Download Links - spacial.com
Skip to Content
It is currently September 27th, 2023, 7:08 pm

All times are UTC - 6 hours [ DST ]




 [ 18 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: May 14th, 2009, 7:25 am 
Offline
Alumni
Alumni

Joined: October 14th, 2006, 9:38 am
Posts: 5986
Location: Deep in the heart of the PRNJ

_________________
- Stan Olochwoszcz
A proud licensed SAM user since 2002

Raritan Bay Radio


Top
 Profile  
 
PostPosted: May 14th, 2009, 2:34 pm 
Offline
Alumni
Alumni

Joined: March 11th, 2003, 1:34 pm
Posts: 9959
Location: Maui, HI
Does SAM support AAC files?

SAM can encode to AAC. (i.e. send AAC to a server)
As of version 2014.6, SAM can now decode AAC. (i.e. use AAC source files)
In previous versions (2014.5 and earlier), SAM can not decode AAC. (i.e. use AAC source files)

_________________
- Steve Kunitzer
- SVS (Spacial Volunteer Support) / Forum Administrator

Image
Image


Top
 Profile  
 
PostPosted: May 14th, 2009, 2:44 pm 
Offline
Alumni
Alumni

Joined: March 11th, 2003, 1:34 pm
Posts: 9959
Location: Maui, HI

_________________
- Steve Kunitzer
- SVS (Spacial Volunteer Support) / Forum Administrator

Image
Image


Top
 Profile  
 
PostPosted: May 23rd, 2009, 4:03 pm 
Offline
Alumni
Alumni

Joined: March 11th, 2003, 1:34 pm
Posts: 9959
Location: Maui, HI
What tcp ports need to be opened/forwarded/exposed for SAM to work with HTML/PHP/Requests?

SAM is a streaming audio manager, not a network configuration tool, so setting up the HTML or PHP websites with requests can be tricky.
One size does not fit all.

The following are the 5 most common setup scenarios and the port traffic required. Enjoy.

1. Host everything on one machine
Incoming port 80

2. Host everything on a lan
Incoming port 80

3. Host SAM and the database at ABC and the webserver at XYZ separated by the Internet
Incoming port 80 at XYZ
Outgoing port 3306 at XYZ to get to the database
Outgoing port 1221 at XYZ to make requests if requests handled privately; not needed for proxied requests
Incoming port 3306 at ABC
Incoming port 1221 at ABC

4. Host SAM at ABC and the database and webserver at XYZ (not recommended but here are the bullets for the gun)
Incoming port 80 at XYZ
Outgoing port 1221 at XYZ to make requests if requests handled privately; not needed for proxied requests
Incoming port 1221 at ABC
Incoming port 3306 at XYZ

5. Host SAM and the master database at ABC and a slave database and webserver at XYZ
Incoming port 80 at XYZ
Incoming port 3306 at XYZ for replication
Outgoing port 1221 at XYZ to make requests if requests handled privately; not needed for proxied requests
Outgoing port 3306 at ABC for replication
Incoming port 1221 at ABC

If requests are not needed then cross off anything with port 1221.
If a dynamic website is not needed then cross off anything with 80 as well as 3306 if and only if SAM and the database are not separated by the Internet.

For what it's worth: I do #1 via a co-location service with a non-standard Windows Remote Desktop port to compliment headless access; my hardware, their rack, no headache.

_________________
- Steve Kunitzer
- SVS (Spacial Volunteer Support) / Forum Administrator

Image
Image


Top
 Profile  
 
PostPosted: August 6th, 2009, 5:59 pm 
Offline
Alumni
Alumni

Joined: October 14th, 2006, 9:38 am
Posts: 5986
Location: Deep in the heart of the PRNJ
How do I set up SAM to use Skype?

Here are several threads on the subject:
Skype and SAM
Tutorial: SAM + Skype Another Method
Tutorial: SAM Broadcaster + Skype/Ventrilo streaming

_________________
- Stan Olochwoszcz
A proud licensed SAM user since 2002

Raritan Bay Radio


Top
 Profile  
 
 Post subject: Re: FAQ
PostPosted: August 24th, 2009, 2:07 pm 
Offline
Alumni
Alumni

Joined: December 20th, 2006, 9:23 pm
Posts: 12211
Location: Show Low, AZ
samHTMweb AND samPHPweb tutorials!

For setting up your own webpages that come complete with options to allow listeners to request songs and see pertinent NOW PLAYING and SONG INFO viw your website, you have two options. samHTMweb or samPHPweb, depending on which you prefer to use, HTML or PHP pages. Here are tutorials:

samHTMweb: http://www.lahotcountry.com/sam_help/sam001.htm

sanPHPweb: http://www.scottgiles.com/sam/saminstructions/

NOTE: the use of these will require you to have some basic networking skills to access a webhost via FTP, and will require you to have certain ports open inbound/outbound from both your SAM machine, and your webhost as well.

_________________
Andrew Cannon
(SVS) Spacial Volunteer Support

WE DANCE AS ONE: A Celebration In Groove
All That Is GOOD In Dance Music from the
70's, 80's, 90's and Now... plus some of the
best DJs from around the world.
http://www.wda1.com


Top
 Profile  
 
 Post subject: Re: FAQ
PostPosted: January 18th, 2011, 3:25 pm 
Offline
Alumni
Alumni

Joined: December 20th, 2006, 9:23 pm
Posts: 12211
Location: Show Low, AZ
Looking to grab metadata from an external SHOUTcast stream and send it via SAM?

There's a PAL for that....

viewtopic.php?t=17607

_________________
Andrew Cannon
(SVS) Spacial Volunteer Support

WE DANCE AS ONE: A Celebration In Groove
All That Is GOOD In Dance Music from the
70's, 80's, 90's and Now... plus some of the
best DJs from around the world.
http://www.wda1.com


Top
 Profile  
 
 Post subject: Re: FAQ
PostPosted: April 15th, 2012, 5:42 am 
Offline
Alumni
Alumni

Joined: October 14th, 2006, 9:38 am
Posts: 5986
Location: Deep in the heart of the PRNJ


Top
 Profile  
 
 Post subject: Changelog SAM 2013
PostPosted: January 28th, 2013, 10:21 am 
Offline
SVS Member
SVS Member

Joined: December 6th, 2004, 9:00 am
Posts: 8306
Location: Cologne (Germany)


Top
 Profile  
 
 Post subject: Changelog SAM 2014
PostPosted: May 30th, 2014, 8:11 am 
Offline
SVS Member
SVS Member

Joined: December 6th, 2004, 9:00 am
Posts: 8306
Location: Cologne (Germany)


Top
 Profile  
 
 Post subject: Re: FAQ
PostPosted: June 2nd, 2015, 10:13 am 
Offline
SVS Member
SVS Member

Joined: December 28th, 2009, 12:33 pm
Posts: 1344


Top
 Profile  
 
 Post subject: Re: FAQ
PostPosted: March 22nd, 2016, 3:07 am 
Offline
SVS Member
SVS Member

Joined: December 28th, 2009, 12:33 pm
Posts: 1344


Top
 Profile  
 
PostPosted: January 26th, 2017, 1:57 am 
Offline
SVS Member
SVS Member

Joined: December 28th, 2009, 12:33 pm
Posts: 1344

_________________
Isaac Levine - Spacial Volunteer Support (SVS)


Top
 Profile  
 
PostPosted: March 7th, 2018, 2:16 pm 
Offline
SVS Member
SVS Member

Joined: December 6th, 2004, 9:00 am
Posts: 8306
Location: Cologne (Germany)

_________________
Benedikt Bauer - SVS (Spacial Volunteer Support)

Shop for readymade PAL scripts by countrywesterndj - Or get a custom script made by me (or others)

My Project:
Send "Now Playing" from SAM to Twitter and/or Facebook | Sourcecode


Top
 Profile  
 
PostPosted: March 25th, 2019, 4:43 am 
Offline
SVS Member
SVS Member

Joined: December 6th, 2004, 9:00 am
Posts: 8306
Location: Cologne (Germany)

_________________
Benedikt Bauer - SVS (Spacial Volunteer Support)

Shop for readymade PAL scripts by countrywesterndj - Or get a custom script made by me (or others)

My Project:
Send "Now Playing" from SAM to Twitter and/or Facebook | Sourcecode


Top
 Profile  
 
Display posts from previous:  Sort by  
 [ 18 posts ]  Go to page 1, 2  Next

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group