Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SRT to WHEP application #1

Open
birme opened this issue Apr 17, 2023 · 0 comments
Open

SRT to WHEP application #1

birme opened this issue Apr 17, 2023 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@birme
Copy link
Contributor

birme commented Apr 17, 2023

An application that ingests one MPEG-TS over SRT stream and outputs to WebRTC recvonly clients using WHEP as signaling protocol. Optional pass-through to another SRT receiver.

Constraints

Video Audio Container Transport
Input AVC + HEVC AAC MPEG-TS SRT
Pass-through (optional) AVC + HEVC AAC MPEG-TS SRT
Output AVC + HEVC AAC WebRTC WebRTC/WHEP

Expect number of WHEP clients be in the range of 4-5 so does not have to scale for end-user viewing. Latency should be as low as possible and no transcoding is expected to be done.

One use case is to build a WebRTC based confidence monitor of an input signal. Example

srt-whep -i 0.0.0.0:1234 -o 192.168.1.32:3312 -p 8000

Then you can direct a WHEP player to the URL http://localhost:8000/whep using for example the player at https://webrtc.player.eyevinn.technology

@Wkkkkk Wkkkkk added the good first issue Good for newcomers label Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants