Setting up Icecast2 streaming server on the Internet for live streamingHow do I setup an Icecast server for broadcasting audio in my network?Any suggestions for list of supported streaming audio/video server?Internet TV streaming applicationsfind hidden URL for streaming radioHow to run an automated internet-radio station in a server environment?Console streaming client for icecastHow to Live Streaming on YouTube?How to play rtsp streams in ubuntu?Use MythBuntu As A Streaming ServerStreaming audio server no audioStreaming videos from ubuntu-server
What's the point of deactivating Num Lock on login screens?
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
Forgetting the musical notes while performing in concert
Alternative to sending password over mail?
SSH "lag" in LAN on some machines, mixed distros
Intersection of two sorted vectors in C++
Should I tell management that I intend to leave due to bad software development practices?
I would say: "You are another teacher", but she is a woman and I am a man
Western buddy movie with a supernatural twist where a woman turns into an eagle at the end
Does a druid starting with a bow start with no arrows?
Anagram holiday
How to prevent "they're falling in love" trope
Did Shadowfax go to Valinor?
Twin primes whose sum is a cube
What is the intuition behind short exact sequences of groups; in particular, what is the intuition behind group extensions?
What do you call someone who asks many questions?
What exploit are these user agents trying to use?
What is the word for reserving something for yourself before others do?
Can a virus destroy the BIOS of a modern computer?
Is it legal for company to use my work email to pretend I still work there?
Today is the Center
Why is the 'in' operator throwing an error with a string literal instead of logging false?
Can one be a co-translator of a book, if he does not know the language that the book is translated into?
Neighboring nodes in the network
Setting up Icecast2 streaming server on the Internet for live streaming
How do I setup an Icecast server for broadcasting audio in my network?Any suggestions for list of supported streaming audio/video server?Internet TV streaming applicationsfind hidden URL for streaming radioHow to run an automated internet-radio station in a server environment?Console streaming client for icecastHow to Live Streaming on YouTube?How to play rtsp streams in ubuntu?Use MythBuntu As A Streaming ServerStreaming audio server no audioStreaming videos from ubuntu-server
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have looking through tutorials for setting up Icecast2 server and ices2 on Ubuntu. Unfortunately all of these are based on LAN. I want to set up a Icecast server on a ubuntu machine which will be connected 24/7 to the Internet. The clients need to access the streams, the server provides from across the globe. Assuming the server has a static IP, how do i configure Icecast? Also I have a Behringer UCA 202 as a capture source. How do i configure ices2 to use this as a live capture source and stream it to the the above mentioned server.
Thanks in advance.
streaming icecast ices
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have looking through tutorials for setting up Icecast2 server and ices2 on Ubuntu. Unfortunately all of these are based on LAN. I want to set up a Icecast server on a ubuntu machine which will be connected 24/7 to the Internet. The clients need to access the streams, the server provides from across the globe. Assuming the server has a static IP, how do i configure Icecast? Also I have a Behringer UCA 202 as a capture source. How do i configure ices2 to use this as a live capture source and stream it to the the above mentioned server.
Thanks in advance.
streaming icecast ices
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have looking through tutorials for setting up Icecast2 server and ices2 on Ubuntu. Unfortunately all of these are based on LAN. I want to set up a Icecast server on a ubuntu machine which will be connected 24/7 to the Internet. The clients need to access the streams, the server provides from across the globe. Assuming the server has a static IP, how do i configure Icecast? Also I have a Behringer UCA 202 as a capture source. How do i configure ices2 to use this as a live capture source and stream it to the the above mentioned server.
Thanks in advance.
streaming icecast ices
I have looking through tutorials for setting up Icecast2 server and ices2 on Ubuntu. Unfortunately all of these are based on LAN. I want to set up a Icecast server on a ubuntu machine which will be connected 24/7 to the Internet. The clients need to access the streams, the server provides from across the globe. Assuming the server has a static IP, how do i configure Icecast? Also I have a Behringer UCA 202 as a capture source. How do i configure ices2 to use this as a live capture source and stream it to the the above mentioned server.
Thanks in advance.
streaming icecast ices
streaming icecast ices
asked Oct 26 '12 at 7:59
tinhedtinhed
1,90521625
1,90521625
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
After we followed
- How do I setup an Icecast server for broadcasting audio in my network?
we will be able to create an Icecast2 radio stream from the default pulseaudio output device in our system.
In case we have setup the input source (e.g. here your Behringer UCA 202) to output to this default sink (i.e. we are able to listen to the input on our local machine) this will then be sent as an Icecast stream to our network.
If we want to reach this Icecast server from the Internet we can do so via the following radio URL:
http://<ip_of_server>:<port>/<name_of_stream>
Replace <ip_of_server>
with the external IP of the network where the Icecast server runs. Replace <port>
with the port Icecast uses for streaming (defaults to 8000 as defined in /etc/icecast2/icecast.xml
). Also give the name of your mount point as defined in the ices-alsa.xml
or darkice.cfg
file you are using (e.g. stream.ogg
).
We need to open and forward the listen port for access to the Icecast server from the Internet.
Listener authentification can be defined in the icecast.xml
file as well as we can define another relay server for our stream if needed for bandwith or accessibility.
Further information on settings can be found here: Icecast2 Documentation
add a comment |
You should use darkice for streaming from input devices instead of ices2. See this thread:
- https://askubuntu.com/a/28498/94697
ices2 is used for vorbis-streaming, e.g. ogg-playlists.
ices0 is used for lame-streaming, e.g. mp3-playlists.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f206628%2fsetting-up-icecast2-streaming-server-on-the-internet-for-live-streaming%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
After we followed
- How do I setup an Icecast server for broadcasting audio in my network?
we will be able to create an Icecast2 radio stream from the default pulseaudio output device in our system.
In case we have setup the input source (e.g. here your Behringer UCA 202) to output to this default sink (i.e. we are able to listen to the input on our local machine) this will then be sent as an Icecast stream to our network.
If we want to reach this Icecast server from the Internet we can do so via the following radio URL:
http://<ip_of_server>:<port>/<name_of_stream>
Replace <ip_of_server>
with the external IP of the network where the Icecast server runs. Replace <port>
with the port Icecast uses for streaming (defaults to 8000 as defined in /etc/icecast2/icecast.xml
). Also give the name of your mount point as defined in the ices-alsa.xml
or darkice.cfg
file you are using (e.g. stream.ogg
).
We need to open and forward the listen port for access to the Icecast server from the Internet.
Listener authentification can be defined in the icecast.xml
file as well as we can define another relay server for our stream if needed for bandwith or accessibility.
Further information on settings can be found here: Icecast2 Documentation
add a comment |
After we followed
- How do I setup an Icecast server for broadcasting audio in my network?
we will be able to create an Icecast2 radio stream from the default pulseaudio output device in our system.
In case we have setup the input source (e.g. here your Behringer UCA 202) to output to this default sink (i.e. we are able to listen to the input on our local machine) this will then be sent as an Icecast stream to our network.
If we want to reach this Icecast server from the Internet we can do so via the following radio URL:
http://<ip_of_server>:<port>/<name_of_stream>
Replace <ip_of_server>
with the external IP of the network where the Icecast server runs. Replace <port>
with the port Icecast uses for streaming (defaults to 8000 as defined in /etc/icecast2/icecast.xml
). Also give the name of your mount point as defined in the ices-alsa.xml
or darkice.cfg
file you are using (e.g. stream.ogg
).
We need to open and forward the listen port for access to the Icecast server from the Internet.
Listener authentification can be defined in the icecast.xml
file as well as we can define another relay server for our stream if needed for bandwith or accessibility.
Further information on settings can be found here: Icecast2 Documentation
add a comment |
After we followed
- How do I setup an Icecast server for broadcasting audio in my network?
we will be able to create an Icecast2 radio stream from the default pulseaudio output device in our system.
In case we have setup the input source (e.g. here your Behringer UCA 202) to output to this default sink (i.e. we are able to listen to the input on our local machine) this will then be sent as an Icecast stream to our network.
If we want to reach this Icecast server from the Internet we can do so via the following radio URL:
http://<ip_of_server>:<port>/<name_of_stream>
Replace <ip_of_server>
with the external IP of the network where the Icecast server runs. Replace <port>
with the port Icecast uses for streaming (defaults to 8000 as defined in /etc/icecast2/icecast.xml
). Also give the name of your mount point as defined in the ices-alsa.xml
or darkice.cfg
file you are using (e.g. stream.ogg
).
We need to open and forward the listen port for access to the Icecast server from the Internet.
Listener authentification can be defined in the icecast.xml
file as well as we can define another relay server for our stream if needed for bandwith or accessibility.
Further information on settings can be found here: Icecast2 Documentation
After we followed
- How do I setup an Icecast server for broadcasting audio in my network?
we will be able to create an Icecast2 radio stream from the default pulseaudio output device in our system.
In case we have setup the input source (e.g. here your Behringer UCA 202) to output to this default sink (i.e. we are able to listen to the input on our local machine) this will then be sent as an Icecast stream to our network.
If we want to reach this Icecast server from the Internet we can do so via the following radio URL:
http://<ip_of_server>:<port>/<name_of_stream>
Replace <ip_of_server>
with the external IP of the network where the Icecast server runs. Replace <port>
with the port Icecast uses for streaming (defaults to 8000 as defined in /etc/icecast2/icecast.xml
). Also give the name of your mount point as defined in the ices-alsa.xml
or darkice.cfg
file you are using (e.g. stream.ogg
).
We need to open and forward the listen port for access to the Icecast server from the Internet.
Listener authentification can be defined in the icecast.xml
file as well as we can define another relay server for our stream if needed for bandwith or accessibility.
Further information on settings can be found here: Icecast2 Documentation
edited Apr 13 '17 at 12:24
Community♦
1
1
answered Oct 26 '12 at 18:27
TakkatTakkat
109k37253379
109k37253379
add a comment |
add a comment |
You should use darkice for streaming from input devices instead of ices2. See this thread:
- https://askubuntu.com/a/28498/94697
ices2 is used for vorbis-streaming, e.g. ogg-playlists.
ices0 is used for lame-streaming, e.g. mp3-playlists.
add a comment |
You should use darkice for streaming from input devices instead of ices2. See this thread:
- https://askubuntu.com/a/28498/94697
ices2 is used for vorbis-streaming, e.g. ogg-playlists.
ices0 is used for lame-streaming, e.g. mp3-playlists.
add a comment |
You should use darkice for streaming from input devices instead of ices2. See this thread:
- https://askubuntu.com/a/28498/94697
ices2 is used for vorbis-streaming, e.g. ogg-playlists.
ices0 is used for lame-streaming, e.g. mp3-playlists.
You should use darkice for streaming from input devices instead of ices2. See this thread:
- https://askubuntu.com/a/28498/94697
ices2 is used for vorbis-streaming, e.g. ogg-playlists.
ices0 is used for lame-streaming, e.g. mp3-playlists.
edited Apr 13 '17 at 12:24
Community♦
1
1
answered Dec 21 '12 at 11:42
soc1csoc1c
96131526
96131526
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f206628%2fsetting-up-icecast2-streaming-server-on-the-internet-for-live-streaming%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown