https://github.com/sourcey/symple-client-player
Symple JavaScript client player implementations for streaming media to the browser.
https://github.com/sourcey/symple-client-player
Last synced: about 1 year ago
JSON representation
Symple JavaScript client player implementations for streaming media to the browser.
- Host: GitHub
- URL: https://github.com/sourcey/symple-client-player
- Owner: sourcey
- Created: 2015-12-09T03:54:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T10:57:58.000Z (over 7 years ago)
- Last Synced: 2024-08-10T10:25:43.114Z (almost 2 years ago)
- Language: JavaScript
- Size: 673 KB
- Stars: 5
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symple Client Player
The Symple JavaScript client player implements live media streaming in the browser using the Symple messaging protocol.
Supported streaming methods media types include:
* WebRTC (H.264)
* Flash (Speex, FLV, H.263, H.264)
* HTML5 (MJPEG)
## What is Symple?
Symple is a unrestrictive real-time messaging and presence protocol.
The protocol itself is semantically similar to XMPP, except that it is much more flexible and economical due to the use of JSON instead of XML for encoding messages.
Symple currently has client implementations in [JavaScript](https://github.com/sourcey/symple-client), [Ruby](https://github.com/sourcey/symple-client-ruby) and [C++](https://github.com/sourcey/libsourcey/tree/master/src/symple), which make it ideal for a wide range of messaging requirements, such as building real-time games and applications which run in the web browser, desktop, and mobile phone.
## Dependencies
The Symple JavaScript client player relies on the following third party libraries:
* [JQuery](http://jquery.com/)
* [Socket.IO](http://socket.io)
* [Symple JavaScript Client](https://github.com/sourcey/symple-client)
## Symple Projects
Node.js server: https://github.com/sourcey/symple-server-node
JavaScript client: https://github.com/sourcey/symple-client
Ruby client: https://github.com/sourcey/symple-client-ruby
C++ client: https://github.com/sourcey/libsourcey/tree/master/src/symple
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## Contact
For more information please check out the Symple homepage: http://sourcey.com/symple/
For bugs and issues please use the Github issue tracker: https://github.com/sourcey/symple-client/issues