Тёмный
No video :(

Build an Android Livestreaming App 

Stream Developers
Подписаться 7 тыс.
Просмотров 697
50% 1

This video teaches you how to quickly build a low-latency WebRTC-based livestreaming in-app experience for your Android app using Jetpack Compose. We will leverage the Android/Compose video SDK from Stream.
Timestamps
00:08 Introduction
00:46 The final project
01:35 Chapters
02:01 Create a new Compose project
02:28 Install the Android/Compose Video SDK
03:30 Broadcast a livestream from an Android device
06:50 Render and watch the host's video
09:39 How to publish a livestream with OBS Studio
11:35 Recap
Resources:
Learn and create an account: getstream.io/video/?...
Livestreaming tutorial: getstream.io/video/docs/andro...
Android docs: getstream.io/video/docs/andro...
Final project: github.com/GetStream/compose-...
Participant state docs: getstream.io/video/docs/andro...
SDK's VideoRender: getstream.io/video/docs/andro...
Test Stream Video in your browser: getstream.io/video/demos

Опубликовано:

 

19 ноя 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 3   
@tweeel38
@tweeel38 8 месяцев назад
hello, can you please create a video about setting up the token generator API and how to use it app that uses the streaming part, thank you
@streamdevelopers
@streamdevelopers 7 месяцев назад
Hi there 👋, To generate a token, one of our server side SDKs must be used. For development, we have a tool on our website which can be used to quickly generate tokens for testing: generator.getstream.io/ We also have a sample project which demonstrates how this can be done using NodeJS and Express: github.com/Nash0x7E2/stream-token-generator
@ricklee128
@ricklee128 8 месяцев назад
Would be nice to show how someone actually watches a low latency live stream on an android device and not just few the video in a browser.