Skip to content

evgeniylevakhin/OpenCast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCast

Note that this project is being rewritten as MonoCast, which will support ShoutCast v1, v2 and IceCast
OpenCast is a free and open source implementation of the Shoutcast v1 protocol.

To start using OpenCast, launch it once, then modify server.json to your likings. Then start the server, and you should be able to enjoy your Shoutcast server!

License

OpenCast is licensed under the MIT license, do with is as you please, credit is always appreciated (it took some time to figure out this protocol.)

Cross Platform

OpenCast is mono compatible, this means that it will run fine on Windows, Linux and Mac OS.
Tested on:

  • Windows 10
  • Ubuntu 16.04 (Server)

Supported Clients

OpenCast was tested on the following clients:

  • Google Chrome
  • VLC media player

Supported DSPs

OpenCast has currently only been tested using PlayIt live, however any Shoutcast v1 source should work.
IceCast / Shoutcast v2 DSPs do not work.

DSPS must send their data in chunks of maximum 4096 bytes in order for the payload to be successfully redirected to all clients.

Roadmap

  • Fix artifacting when a client disconnectes (minor bleep)
  • Implement a plugin system with SDK
  • Implement POSIX exit codes to fully support Unix
  • Implement Metadata support
  • Create some kind of web API for statistics
  • Solve all the bugs (hehe, like that'll happen)

About

A free, open source, Shoutcast implementation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%