Private feed from Pi

Status
Not open for further replies.

jeepsandradios

Member
Feed Provider
Joined
Jul 29, 2012
Messages
2,065
Location
East of the Mississippi
So i installed a new raspberry pi this weekend following the info in the wiki. It worked awesome. I want to eliminate my windows server and the only other item on it is a private feed i use for testing that does not send to broadcastify but i can connect remotely. Has anyone figured out if you can set up a feed this way via a Pi ?

Really would like to eliminate the server and associated junk...

Thanks
 

frazpo

Member
Joined
Jan 14, 2007
Messages
1,476
Location
SW Mo
send another dark ice config to an icecast server.
you can run one feed to broadcastify and another to your own server for private.
Are you wanting to use the same pi? right?


Sent from my iPhone using Tapatalk
 
Last edited:

DC31

Member
Feed Provider
Joined
Feb 19, 2011
Messages
1,547
Location
Massachusetts
So i installed a new raspberry pi this weekend following the info in the wiki. It worked awesome. I want to eliminate my windows server and the only other item on it is a private feed i use for testing that does not send to broadcastify but i can connect remotely. Has anyone figured out if you can set up a feed this way via a Pi ?

Really would like to eliminate the server and associated junk...

Thanks

I do exactly that with my pi all the time. One feed to two servers, Broadcastify and a server right on the pi.

Here are the basic instructions:

https://stmllr.net/blog/live-mp3-streaming-from-audio-in-with-darkice-and-icecast2-on-raspberry-pi/

Ask questions back here if you struggle with it. I can walk you through it.

Jim
 

frazpo

Member
Joined
Jan 14, 2007
Messages
1,476
Location
SW Mo
yeah. Jim said it much better in his post[emoji3].



Sent from my iPhone using Tapatalk
 

jeepsandradios

Member
Feed Provider
Joined
Jul 29, 2012
Messages
2,065
Location
East of the Mississippi
OK I'll need to read a little. this whole Pi thing is new to me, but really like it. I have a box of the USB sound cards so would like to use the same Pi if possible. To set the one up I just followed the wiki here.
 

DC31

Member
Feed Provider
Joined
Feb 19, 2011
Messages
1,547
Location
Massachusetts
I do exactly that with my pi all the time. One feed to two servers, Broadcastify and a server right on the pi.

Here are the basic instructions:

https://stmllr.net/blog/live-mp3-streaming-from-audio-in-with-darkice-and-icecast2-on-raspberry-pi/

Ask questions back here if you struggle with it. I can walk you through it.

Jim

Here is how the two servers are configured:

# this section describes a streaming connection to an IceCast2 server
# there may be up to 8 of these sections, named [icecast2-0] ... [icecast2-7]
# these can be mixed with [icecast-x] and [shoutcast-x] sections
[icecast2-1]
bitrateMode = cbr # constant bit rate
bitrate = 16
format = mp3 # format of the stream: mp3
quality = .1 # quality of the stream sent to the server
lowpass = 2000 # low pass filter to save bandwidth
server = audio1.radioreference.com # host name of the server
port = 80 # 8000 port of the IceCast2 server, usually 8000
password = xxxxxxxxxx # stream631 # source password to the IceCast2 server
mountPoint = xxxxxxxxxx #EMR1 # mount point of this stream on the IceCast2 server
name = Greenfield Fire # name of the stream
description = Greenfield (MA) Fire Dispatch # description of the stream
url = RadioReference.com - Scanner Frequencies and Radio Frequency Reference # URL related to the stream
genre = Public Safety # genre of the stream
public = yes # advertise this stream?
#localDumpFile = recording.mp3 # local dump file
#fileAddDate = yes

[icecast2-0]
bitrateMode = cbr # constant bit rate
bitrate = 16
format = mp3 # format of the stream: mp3
quality = .1 # quality of the stream sent to the server
lowpass = 2000 # low pass filter to save bandwidth
server = localhost # host name of the server
port = 8000 # 8000 port of the IceCast2 server, usually 8000
password = hackme # stream631 # source password to the IceCast2 server
mountPoint = 174121847 #EMR1 # mount point of this stream on the IceCast2 server
name = Greenfield Fire # name of the stream
description = Greenfield (MA) Fire Dispatch # description of the stream
url = RadioReference.com - Scanner Frequencies and Radio Frequency Reference # URL related to the stream
genre = Public Safety # genre of the stream
public = yes # advertise this stream?
#localDumpFile = recording.mp3 # local dump file
#fileAddDate = yes


You really just need to make sure that you have one identified as [icecast2-0] then subsequent ones 2-1, 2-2 etc.

Then you need to install the icecast server as outlined in the instructions. From another computer on the same network launch your web browser and go to Piipaddress:8000 (something like 192.168.1.23:8000). To get your pi address it is $ ifconfig
 

frazpo

Member
Joined
Jan 14, 2007
Messages
1,476
Location
SW Mo
I do exactly that with my pi all the time. One feed to two servers, Broadcastify and a server right on the pi.

Here are the basic instructions:

https://stmllr.net/blog/live-mp3-streaming-from-audio-in-with-darkice-and-icecast2-on-raspberry-pi/

Ask questions back here if you struggle with it. I can walk you through it.

Jim

Sorry I did not read it correctly. So your wanting a single feed fed to a test server along with being sent to Broadcastify also. I was thinking you wanted two separate feeds on the same Pi. One being your Broadcastify feed and another being totally different audio. That is what I have done. You will not need a separate usb soundcard for your project.
 

jeepsandradios

Member
Feed Provider
Joined
Jul 29, 2012
Messages
2,065
Location
East of the Mississippi
Sorry I did not read it correctly. So your wanting a single feed fed to a test server along with being sent to Broadcastify also. I was thinking you wanted two separate feeds on the same Pi. One being your Broadcastify feed and another being totally different audio. That is what I have done. You will not need a separate usb soundcard for your project.

Yes this is what i want. I have soundcards. Will dig into it tomorrow.
 
Status
Not open for further replies.
Top