Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Don't talk SRT about my WHIP
Search
danjenkins
May 09, 2023
Technology
0
800
Don't talk SRT about my WHIP
A talk given at London Video technology meet-up surrounding WHIP vs SRT.
danjenkins
May 09, 2023
Tweet
Share
More Decks by danjenkins
See All by danjenkins
Building ICEPerf.com
danjenkins
0
79
Using GStreamer to build real-time applications with Golang
danjenkins
0
1.1k
VON: Builder - Controlling Physical Devices with WebRTC
danjenkins
0
86
When Worlds Collide: The Blurring Lines of Real-Time and Traditional Media
danjenkins
0
130
Passkeys, FIDO2, WebAuthn… What does it all mean?
danjenkins
0
160
Spiderman's Uncle Ben and his advice for casting your Web(RTC)
danjenkins
0
120
Pushing WebRTC Up That Broadcast Hill
danjenkins
0
68
WebRTC 101 - How to get started building your first WebRTC application
danjenkins
1
200
WebRTC Reborn London Node User Group
danjenkins
0
130
Other Decks in Technology
See All in Technology
株式会社ログラス - 会社説明資料【エンジニア】/ Loglass Engineer
loglass2019
4
65k
バイブスに「型」を!Kent Beckに学ぶ、AI時代のテスト駆動開発
amixedcolor
3
590
2025/09/16 仕様駆動開発とAI-DLCが導くAI駆動開発の新フェーズ
masahiro_okamura
0
140
なぜテストマネージャの視点が 必要なのか? 〜 一歩先へ進むために 〜
moritamasami
0
240
今日から始めるAWSセキュリティ対策 3ステップでわかる実践ガイド
yoshidatakeshi1994
0
120
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
190
スクラムガイドに載っていないスクラムのはじめかた - チームでスクラムをはじめるときに知っておきたい勘所を集めてみました! - / How to start Scrum that is not written in the Scrum Guide 2nd
takaking22
2
210
はじめてのOSS開発からみえたGo言語の強み
shibukazu
4
1k
「全員プロダクトマネージャー」を実現する、Cursorによる仕様検討の自動運転
applism118
22
12k
20250910_障害注入から効率的復旧へ_カオスエンジニアリング_生成AIで考えるAWS障害対応.pdf
sh_fk2
3
280
人工衛星のファームウェアをRustで書く理由
koba789
15
8.3k
Firestore → Spanner 移行 を成功させた段階的移行プロセス
athug
1
500
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
The Pragmatic Product Professional
lauravandoore
36
6.9k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Designing for Performance
lara
610
69k
Rails Girls Zürich Keynote
gr2m
95
14k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Optimizing for Happiness
mojombo
379
70k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Navigating Team Friction
lara
189
15k
Transcript
London Video Tech - 2023-05-09 Don't talk SRT about my
WHIP Dan Jenkins Everycast Labs
Dan Jenkins WebRTC & Real Time Media Geek @dan_jenkins Founder
- Everycast Labs Organiser - CommCon
Broadcast Bridge - simplifying bringing in remote collaborators into Professional
AV Work fl ows @everycastlabs broadcastbridge.app
TONIGHT
At London <Video> Technology
The Biggest Contest of the Year
The Winner...
Will Win BIG
AND
Will be the Undisputed*... *Not so much undisputed...
UDP Media* Transport *Lies...
Introducing...
SRT vs WHIP
SRT
SRT Secure Reliable Transmission
WHIP
WHIP WebRTC HTTP Ingest Protocol
What is SRT ?
Secure Reliable Transmission
srt://foo.bar:9710 Add url params for encryption, identi fi ers, latency
Open Source Transport Developed by Haivision, currently released under the
Mozilla Public License
It is an expired IETF Draft Which isn't necessarily a
bad thing
Uses UDP Not TCP
Push or Pull
Supports encryption but isn't mandatory
Defaults to ~120ms latency
Controlled latency Which can o ff er more time to
recover from losses
Typically used for Media But doesn't have to be
Usually transports MPEG-TS And all of its subsequent parts it
supports.
But in theory could be used to transport anything
Widely Supported
FFmpeg GStreamer VLC
Vmix OBS
Platforms Support It Ingress and Egress Broadcast Bridge being one
of them
The SRT Alliance https://www.srtalliance.org/members/ Now Over 600 Members https://www.haivision.com/about/press-releases/srt-alliance-surpasses-600-members/
Cloudflare Wowza Dolby Sony Microsoft Alibaba Cloud Tencent Cloud AJA
Ateme Bitmovin Paramount Matrox Red 5 Pro Eurovision/EBU Over 600 Members
YouTube recently joined the SRT Alliance https://www.haivision.com/about/press-releases/youtube-joins-srt-alliance/
Their Interop Plugfest is 9-11 May! https://www.srtalliance.org/srt-plugfest-guide-what-you-need-to-know/ https://www.haivision.com/resources/webinars/srt-plugfest (i.e. right
now)
What is WHIP?
WebRTC HTTP Ingest Protocol
https://foo.bar/whip/endpoint
WebRTC Signalling Protocol
Designed to simplify WebRTC Ingress
It is an IETF Draft
Is TCP Not UDP
Has a partner protocol called WHEP WebRTC HTTP Egress Protocol
It is Starting to Gain Traction With Implementers & Providers
Twitch Dolby OBS GStreamer
Ultimately is just SDP over HTTP
No Media what-so-ever
That's WebRTCs Job
So What is WebRTC?
A Collection of Protocols
Can transport Data & Media
Offering the lowest latency But it's not easily con fi
gurable (called playout delay)
The Goal is always Real Time
Media travels as encrypted RTP
It is a Peer to Peer protocol But a server
can be a peer!
Being P2P means handling NAT scenarios using ICE But that's
less important when one peer is a server
Session setup using SDP strings Yes... voodoo
Mandatory encryption
Multiple Codec Choices
Works on every device with a web browser
But can work elsewhere too! (Osprey Talon Encoders for example)
Designed to get Media from A to B with as
low latency as possible
So WHIP vs SRT
None
Technically...
It's not really a competition
The Real Competition is...
WebRTC vs SRT
WebRTC is coming from behind.
But WHIP enables open adoption
WebRTC has never had that.
And that is so exciting.
YouTube supports WebRTC ingress (From a browser with a webcam
- maybe WHIP soon?)
For me... there isn't a competition
There's just more choice.
The right tool for the right job.
Which tool is right is down to your circumstances.
Choose wisely.
Both have Pros and Cons.
Ultimately...
You can't be sad that you now have more options
when streaming
You can't be sad that you now have more options
for receiving a remote stream
What do they both have in common?
Changes QUIC may bring
Exciting times in media delivery
Much Love.
Not war.
Thanks!
CommCon - commcon.xyz Residential Conference 19-23 June (Conf days 20-22)
Open Media Conference Blackburn UK Two Tracks, 35+ sessions Fantastic Networking Opportunities Use Discount Code LVT for £300 o f
Thanks! We're hiring https://jobs.everycastlabs.uk @dan_jenkins @everycastlabs