Tiktok Stream Recording

screenshot of Tiktok Stream Recording
react
remix
vite
mantine
convex

This app allows users to follow TikTok users and automatically records any live streams whenever they go live. Users will never miss another stream as the recordings are stored and made accessible within the app.

Overview

If you're a fan of TikTok and want to ensure you never miss a live stream from your favorite creators, the TikTok Stream Recording and Upload Project is a must-have solution. This innovative system automates the process of recording TikTok live streams and managing stored videos, allowing users to effortlessly stay updated with their favorite streamers. With its seamless integration with Azure services, it promises both efficiency and reliability in recording and storing content.

Setting up this project is quite straightforward. Once you've configured the necessary environment variables and prerequisites, such as an Azure subscription and a backend for scheduling, you can simply follow TikTok users through the web app. The project takes care of the rest—recording streams automatically when they go live and ensuring secure access to the stored videos.

Features

  • Automated Stream Recording: The project automatically captures TikTok live streams the moment a streamer goes live, so you never have to worry about missing out on important moments.

  • Azure Container Instance Orchestration: It dynamically boots up container instances to begin recording streams, and efficiently deletes them once the recording is complete, optimizing resource usage.

  • Video Storage in Azure Blob Storage: Recorded streams and thumbnails are securely uploaded to Azure Blob Storage, offering a reliable solution for long-term storage.

  • Expiring Access URLs: The system generates expiring SAS (Shared Access Signature) URLs, ensuring that recorded videos can only be accessed securely within a designated time frame.

  • Optional Thumbnail Generation: You can create a visual preview by generating a thumbnail from the recorded stream, making it easier to navigate through your video contents.

  • Cleanup: The project includes a built-in cleanup mechanism that deletes unused container instances and old images in the container registry, maintaining an efficient and organized environment.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

remix
Remix

Remix is a modern JavaScript framework that focuses on building fast and performant web applications. It emphasizes a combination of server-rendered content and client-side interactivity, offering a robust architecture for creating scalable and maintainable projects.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

mantine
Mantine UI

A fully featured React components library. 100+ components, 50+ hooks.

convex
Convex

Convex is a fullstack TypeScript development platform that provides a reactive database, serverless functions, and real-time sync out of the box. It simplifies backend development with automatic caching, optimistic updates, and type-safe queries.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

recharts
Recharts

Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.