Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide authored Jan 5, 2025
1 parent 088593b commit 5a75d73
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
## Orin Ayo
Orin Ayo in Yoruba means "A Song of Joy".

This openfire plugin enables Openfire to be a live music collaborative platform that enables musical instruments to publish and subscribe to RTP-MIDI and Media Streams with XMPP.

https://github.com/user-attachments/assets/12c69505-3887-4a6f-af7a-124bebd15741


This openfire plugin enables Openfire to be a live music collaborative platform that enables musical instruments to publish and subscribe to RTP-MIDI and WebRTC Media Streams with XMPP.

It uses :
- [XEP-0231: Bits of Binary](https://xmpp.org/extensions/xep-0231.html) to send and receive MIDI events over XMPP
- [Java RTP-Midi](https://github.com/LeovR/rtp-midi) to support wireless MIDI hardware over a LAN (WIFI)
- [Broadcast Box](https://github.com/Glimesh/broadcast-box) to implement a [payload format for publishing and subscribing to media streams in XMPP using WebRTC-based ingestion/egress](https://igniterealtime.github.io/openfire-orinayo-plugin/xep)

The MIDI events and the WebRTC SDP payload format are transported using IQ stanzas and the communication between devices is based on personal eventing protocol, a profile of XMPP publish-subscribe specified in [XEP-0163](https://xmpp.org/extensions/xep-0163.html).
- [Broadcast Box](https://github.com/Glimesh/broadcast-box) to implement a [payload format for ingestion and egress of WebRTC media streams in XMPP based on HTTP WHIP and WHEP](https://igniterealtime.github.io/openfire-orinayo-plugin/xep)

It also includes the [OrinAyo Web Client](https://github.com/Jus-Be/orin-ayo) which supports digital Guitar Controller devices.
It also includes the [OrinAyo Web Client](https://github.com/Jus-Be/orin-ayo) which creates accompaniment music with WebAudio and supports digital Guitar and Midi Controller devices.

## CI Build Status

Expand Down

0 comments on commit 5a75d73

Please sign in to comment.