406 questions
Score of 1
1 answer
175 views
Streaming opus to icecast server using libshout
I'm trying to send Opus encoded data to icecast server using libshout.
I record PCM data on Android encode it to Opus and send to icecast using libshout like this:
Encoding:
opus_encoder_create(...
Score of 2
1 answer
424 views
How to stream OpenCV output to browser like a ShoutCast in Python?
I'm trying to display video processed by OpenCV in a web browser similar to how ShoutCast does it. I know that ShoutCast somehow does it over HTTP protocol, but I don't know how to make it display ...
Score of 2
0 answers
337 views
sc_serv Shoutcast stream plays intro file, but does not play stream
Shoutcast docs say I can set an intro file to play when client connects with the following in sc_serv.conf file:
IntroFile=hawkad%d.mp3
When the client connects (ie VLC), it successfully plays the ...
Score of -1
1 answer
386 views
Re-broadcast a 96 kbps Shoutcast stream to a 192 kbps Icecast server [closed]
I run a radio station which streams live to an Icecast server that I host myself on a VPS. My stream is 192 kbps MP3.
I want to carry a syndicated show which is delivered live via a 96 kbps MP3 ...
Score of 0
2 answers
1897 views
How how do I link live Shoutcast broadcast to website?
I am new to coding and am trying to set up a streaming audio option so that visitors may listen to a weekly live broadcast directly from a website but most browsers are blocking it from running.
The ...
Score of 1
1 answer
1029 views
how can make http request in https
I need run http request in my website with https request.
This code play in my website with http: for example http://mywebsite.com but dont play in https: for example https://mywebsite.com.
<audio ...
Score of 0
0 answers
214 views
Shoutcast 2.5 mIRC Socket Bot Connection Problem
I have a socket bot that I use as a radio, but it cannot pull the data and reflect it to the channel. What is the problem?
sockwrite -nt $sockname GET $+(/admin.cgi?pass=,$_rpass,&sid=1&mode=...
Score of 0
1 answer
1141 views
Displaying Now Playing Info from Shoutcast Stream on Wordpress website
I'm looking for a script that I can easily implement into my Wordpress based website that will show the 'Now Playing' information from my online radio station.
All that I am looking for is a simple ...
Score of 1
0 answers
135 views
Shoutcast sc_serv admin.cgi json fields
When I receive a response from my sc_serv admin.cgi shoutcast server, I am wondering what the two fields represent. Particularly, the type and grid fields. The following json is what is returned when ...
Score of 0
1 answer
707 views
-bash: ./radiobot cannot execute binary file: Exec format error
I'm having trouble running a program
this error when running the program
./radiobot -bash: ./radiobot: cannot execute binary file: Exec format error
And I checked the file, it turns out that the error ...
Score of 0
1 answer
1127 views
Display album art of a shoutcast v2 stream
I have a shoutcast server v2.6 and a website with a player on the same server.
The player already show title and artist from the audio stream.
With shoutcast 2 stream, we can display the album art ...
Score of 3
0 answers
250 views
Shoutcast broadcasting in android
I've checked the many blogs and forums and github but nothing found related/help for implementing shoutcast v1 or v2 in android, only ref which is helpful I've found in github is this:
https://github....
Score of -1
1 answer
860 views
Find MP3 files with specific sample/frequency rate
I have a media server with a few thousand MP3 files. There is a music folder, and then sub folders generally of artist > album. So the MP3's themselves are not all in one folder.
I am having an ...
Score of 1
0 answers
1456 views
SOLVED - Debug Darkice to understand why is not connecting to shoutcast
I'm trying to connect to a shoutcast server from a darkice client using Ubuntu. This is my configuration:
#this section describes general aspects of the live streaming session
[general]
duration ...
Score of 0
1 answer
78 views
Remove Duplicates from SHOUTcast script print_r ($vc_shoutcast->LISTENERS);
Using https://github.com/VosCast/SHOUTcast-PHP-Stats
Trying to get the listeners to not repeat. Have tried several examples I found on Stack Overflow but for some reason I'm missing something.
Array
...
