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
78
Using GStreamer to build real-time applications with Golang
danjenkins
0
1.1k
VON: Builder - Controlling Physical Devices with WebRTC
danjenkins
0
85
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
110
Pushing WebRTC Up That Broadcast Hill
danjenkins
0
67
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
Yahoo!広告ビジネス基盤におけるバックエンド開発
lycorptech_jp
PRO
1
310
異業種出身エンジニアが気づいた、転向して十数年経っても変わらない自分の武器とは
macnekoayu
0
220
制約理論(ToC)入門
recruitengineers
PRO
8
3.3k
スプリントレトロスペクティブはチーム観察の宝庫? 〜チームの衝突レベルに合わせたアプローチ仮説!〜
electricsatie
1
120
GitHub Copilot coding agent を推したい / AIDD Nagoya #1
tnir
4
4.8k
実運用で考える PGO
kworkdev
PRO
0
110
Browser
recruitengineers
PRO
6
1.7k
浸透しなさいRFC 5322&7208
hinono
0
130
プロダクトの成長に合わせたアーキテクチャの段階的進化と成長痛、そして、ユニットエコノミクスの最適化
kakehashi
PRO
1
100
LLMエージェント時代に適応した開発フロー
hiragram
1
450
「守る」から「進化させる」セキュリティへ ~AWS re:Inforce 2025参加報告~ / AWS re:Inforce 2025 Participation Report
yuj1osm
1
170
「AI2027」を紐解く ― AGI・ASI・シンギュラリティ
masayamoriofficial
0
140
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Writing Fast Ruby
sferik
628
62k
Unsuck your backbone
ammeep
671
58k
Fireside Chat
paigeccino
39
3.6k
Automating Front-end Workflow
addyosmani
1370
200k
Into the Great Unknown - MozCon
thekraken
40
2k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
A Modern Web Designer's Workflow
chriscoyier
696
190k
A Tale of Four Properties
chriscoyier
160
23k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.5k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
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