Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kolcha/microstreamplayer
small simple media player for macOS just to play audio streams
https://github.com/kolcha/microstreamplayer
macos music music-player stream streaming streaming-audio
Last synced: about 1 month ago
JSON representation
small simple media player for macOS just to play audio streams
- Host: GitHub
- URL: https://github.com/kolcha/microstreamplayer
- Owner: Kolcha
- License: bsd-2-clause
- Created: 2019-05-16T07:55:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T10:43:10.000Z (about 1 year ago)
- Last Synced: 2023-09-30T11:52:16.032Z (about 1 year ago)
- Topics: macos, music, music-player, stream, streaming, streaming-audio
- Language: Objective-C
- Homepage:
- Size: 304 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Micro Stream Player
===================This is very lightweight (under 300 KB in size) and simple media player for macOS, created only for one purpose - just to play audio streams. It has no UI, it doesn't show app icon in Dock, it just has tray icon which is used to control it. Tray icon menu is also minimalistic - it has only 2 menu items: "Open" and "Quit". "Open" item is used to open URL for playback, last opened URL is saved, so when player is started next time it opens last played URL automatically.
Key features:
* very lightweight (less than 300 KB, most of its size is app icon, it is too heavy on macOS)
* no UI, no Dock icon, no playlist and other unnecessary stuff, just stream playback
* no annoying notifications
* very easy to use - just open desired URL once and it will be open automatically next timePlayer has no any external dependencies, just system libraries. It uses high level APIs from "AVFoundation" media framework for stream playback, so it can play only anything that can be played with iTunes or Quick Time. But this is not a problem, most media streams use mp3 codec, and it can be played. Moreover, macOS has pretty good set of supported media codecs out of the box.