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 WHPP 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
npm run dev
Start media server and WHPP egress endoint as docker containers
docker-compose -f docker-compose-sfu.yml up
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.
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.
At Eyevinn, every software developer consultant has a dedicated budget reserved for open source development and contribution to the open source community. This give us room for innovation, team building and personal competence development. And also gives us as a company a way to contribute back to the open source community.
Want to know more about Eyevinn and how it is to work here. Contact us at [email protected]!