Live demo at web.whip.eyevinn.technology
Client and Server modules for WebRTC HTTP Ingestion Protocol (WHIP)
Module | Description |
---|---|
@eyevinn/whip-endpoint | Server endpoint for providing WHIP resources |
@eyevinn/whip-web-client | Client Javascript SDK for browser based WHIP client (WebRTC producer) |
This will setup a WHIP endpoint, a demo ingest client and an WHEP based egress endpoint to be able to test end-to-end.
Install all dependencies
npm install
Run development environment which will launch a demo / test page at http://localhost:1234 and a WHIP endpoint at http://localhost:8000/api/v2/whip/sfu-broadcaster
npm run dev
Start media server and WHEP egress endoint as docker containers
docker-compose -f docker-compose-sfu.yml up
The WHEP egress endpoint is then available at http://localhost:8001/whep/channel/<channelId>
. The <channelId>
is the one provided as a query parameter to the WHIP endpoint, e.g. http://localhost:8000/api/v2/whip/sfu-broadcaster?channelId=<channelId>
. You can test WHEP playback with the Eyevinn WebRTC player available online at https://webrtc.player.eyevinn.technology/
NODE_ENV=development \
TLS_TERMINATION_ENABLED=true \
WHIP_ENDPOINT_USE_HTTPS=true \
npm run dev
NODE_ENV=production npm run dev
To fetch ICE config from remote
API_KEY=<secret> ICE_CONFIG_REMOTE=1 NODE_ENV=production npm run dev
Copyright 2022 Eyevinn Technology AB
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Join our community on Slack where you can post any questions regarding any of our open source projects. Eyevinn's consulting business can also offer you:
- Further development of this component
- Customization and integration of this component into your platform
- Support and maintenance agreement
Contact [email protected] if you are interested.
Eyevinn Technology is an independent consultant firm specialized in video and streaming. Independent in a way that we are not commercially tied to any platform or technology vendor. As our way to innovate and push the industry forward we develop proof-of-concepts and tools. The things we learn and the code we write we share with the industry in blogs and by open sourcing the code we have written.
Want to know more about Eyevinn and how it is to work here. Contact us at [email protected]!