https://github.com/benzinga/benzinga-squawk-client
https://github.com/benzinga/benzinga-squawk-client
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benzinga/benzinga-squawk-client
- Owner: Benzinga
- Created: 2019-10-25T19:25:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T09:56:38.000Z (almost 2 years ago)
- Last Synced: 2025-06-22T17:18:44.873Z (12 months ago)
- Size: 712 KB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# benzinga-squawk-client
## Overview
Squawk is a realtime broadcast service from Benzinga which includes important headlines, price movement, and rumors as stories develop to give traders and investors news in the fastest and most convenient form. This repo icludes sample applications, which aims to elaborate how you can connect to Squawk.
## Connecting to Squawk
One can connect to squawk in the following ways:
1. **Connect directly to squawk through WebRTC:** With this option, you can connect directly to squawk from your web application and hear it from WebRTC supported browsers. More Information can be found at https://docs.benzinga.io/benzinga/squawk-v4.html#using-webrtc
2. **Connect for receiving RTP stream:** This option is the right choice if you want to re-broadcast squawk through your media server to your users. More information can be found at https://docs.benzinga.io/benzinga/squawk-v3.html#using-rtp
The `examples` folder includes sample applications that demonstrate how you can connect to squawk. It contains both WebRTC and RTP client examples. For more detail please get in touch with Benzinga licensing team at licensing@benzinga.com