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
Live Streaming for Android
Search
Daichi Furiya (Wasabeef)
September 16, 2016
Programming
5
500
Live Streaming for Android
Introduction to Live Streaming
Daichi Furiya (Wasabeef)
September 16, 2016
Tweet
Share
More Decks by Daichi Furiya (Wasabeef)
See All by Daichi Furiya (Wasabeef)
DevFest Tokyo 2025 - Flutter のアプリアーキテクチャ現在地点
wasabeef
5
1.9k
About Flutter Architecture
wasabeef
1
240
2023 Flutter/Dart Summary
wasabeef
0
73
I/O Extended 2023 - Dart と Flutter の新機能
wasabeef
0
180
I/O Extended 2023 - Flutter 活用事例
wasabeef
10
3k
What it Takes to be a Flutter Developer
wasabeef
0
200
FlutterKaigi 2022 Keynote
wasabeef
1
600
Flutter Hooks を使ったアプリ開発 / App Development with the Flutter Hooks
wasabeef
2
1.4k
Flutter 2021 の振り返りと今後のアプリ開発に向けて / Looking back on Flutter 2021 and for future app development.
wasabeef
4
2.2k
Other Decks in Programming
See All in Programming
NPOでのDevinの活用
codeforeveryone
0
720
VS Code Update for GitHub Copilot
74th
2
590
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
130
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
1.9k
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
570
WebViewの現在地 - SwiftUI時代のWebKit - / The Current State Of WebView
marcy731
0
110
Is Xcode slowly dying out in 2025?
uetyo
1
250
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
0
780
WindowInsetsだってテストしたい
ryunen344
1
230
童醫院敏捷轉型的實踐經驗
cclai999
0
210
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
640
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
140
Featured
See All Featured
BBQ
matthewcrist
89
9.7k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
680
Git: the NoSQL Database
bkeepers
PRO
430
65k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
730
Why Our Code Smells
bkeepers
PRO
337
57k
A Tale of Four Properties
chriscoyier
160
23k
We Have a Design System, Now What?
morganepeng
53
7.7k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Transcript
Live Streaming for Android wasabeef Shibuya.apk #10
About me Daichi Furiya Google Developer Expert AbemaTV, Inc. wasabeef
@wasabeef_jp
Streaming?
HLS MPEG-DASH Microsoft Smooth Streaming RTMP Streaming?
Streaming? HLS HLS Encryption, Ads, Meta Encode, BroadCast Transcode, HLS
RTMP
Video compression
Video compression 30fps 1sec 60KB × 30 = 1.8MB 1min
1.8MB × 60 = 108MB 1hour 108MB × 10 = 1.1GB 60KB 65KB 55KB 50KB
Video compression 60KB 5KB 2KB 7KB 30fps 1sec 60KB +
(4KB × 30) = 180KB 1min 60KB + (4KB × 1800) = 7.2MB 1hour 7.2MB × 10 = 72MB
Video compression Be impossible ;(
Key Frame Be possible :)
Video structure Video Audio Meta Butterfly…? Discovered
Format
Container format
.avi .mp4 .mkv .ogg .flv etc.. Container format Video H.264
H.265 Divx VP9 Audio AAC WMA Voribis PCM Caption SAMI, SMIL Hi-Caption CMML, DXFP Meta Date Author Title
Video codec
H.264/MPEG-4 AVC H.265/HEVC VP9 Video Codec
8K 300fps Half the size of AVC Android 5.+ H.265/HEVC
Audio codec
MP3 AAC Vorbis Audio Codec
HTTP Live Streaming
Apple Adaptive bitrate streaming MPEG2-TS H.264/AAC HLS
playlist.m3u8
#EXTM3U #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=200000 gear1/prog_index.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=311111 gear2/prog_index.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=484444 gear3/prog_index.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=737777 gear4/prog_index.m3u8 playlist.m3u8
playlist.m3u8 gear1/prog_index.m3u8 BANDWIDTH: 200000 Header gear2/prog_index.m3u8 BANDWIDTH: 311111 gear3/prog_index.m3u8 BANDWIDTH:
484444 gear4/prog_index.m3u8 BANDWIDTH: 737777
#EXTM3U #EXT-X-TARGETDURATION:10 #EXT-X-MEDIA-SEQUENCE:0 #EXTINF:10, no desc fileSequence0.ts #EXTINF:10, no desc
fileSequence1.ts #EXTINF:10, no desc ~~~ 2-179.ts ~~~ fileSequence180.ts #EXT-X-ENDLIST playlist.m3u8
ts?
Transport Stream (ts) fileSequence0.ts Container (2sec 〜 10sec)
playlist.m3u8 FileSequence1.ts Length: 5sec FileSequence2.ts Length: 5sec FileSequence3.ts Length: 5sec
FileSequence4.ts Length: 5sec Header Footer
playlist.m3u8 FileSequence1.ts Length: 5sec FileSequence2.ts Length: 5sec ad.ts Length: 5sec
FileSequence3.ts Length: 5sec Header Footer
Dynamic Adaptive Streaming over HTTP
Microsoft, Netflix, Google, Ericsson, Samsung, Adobe Adaptive bitrate streaming MP4,
WebM, MPEG2-TS MPEG-DASH
<mdp> - Root manifest.mdp <period> - A start time and
duration. <AdaptationSet> - Audio/Video content <Representation> - Bitrate and Aspect
DRM
WideVine
Google Modular (Android 4.3+) Classic (Android 3+) MPEG-DASH SurfaceView WideVine
PlayReady
MicroSoft PlayReady HLS Android 3+ TextureView PlayReady
ExoPlayer
Google OSS HLS, MPEG-DASH, SmoothStreaming WideVine (4.3+) https://github.com/google/ExoPlayer ExoPlayer
Amazon OSS Bug fix https://github.com/amzn/exoplayer-amazon-port ExoPlayer Amazon Port
Conclusion
Thank you. twitter.com/wasabeef_jp wasabeef.jp github.com/wasabeef