January 2021 Summaries
4 posts from Mux
Filter
Month:
Year:
Post Summaries
Back to Blog
Mux Data is a suite of tools that helps users build better video experiences by providing visual and developer-oriented dashboards to understand video performance metrics. The Mux Data Dashboard allows monitoring of live streams or on-demand assets, while the API enables generating valuable insights about video metrics. Integration with Mux Data involves following the guide for SDKs and setting up a few minutes after integration. The dashboard provides various features like Metrics page to view changes over time, Breakdown tab to track factors, Insights tab to reveal key events, and more. The API can be used to create custom dashboards by making HTTP requests to distinct endpoints. React application with Recharts library is used for plotting graphs about Mux Video data metrics.
Jan 18, 2021
1,624 words in the original blog post.
Video technology has always been exciting due to its significant role in the internet and people's lives. It accounts for around 80% of internet usage and is the third most common activity humans engage in, after sleeping and working. Despite being a challenging field with numerous hard problems to solve, video remains an incredibly powerful medium of communication. Video technology has immense potential to revolutionize various industries as it becomes more accessible and user-friendly.
Jan 13, 2021
924 words in the original blog post.
The text discusses the process of adding validation logic to stream.new, a web application that allows users to upload videos and make them easily shareable. It explains how video files are serialized into container formats with multiple streams of data stored separately but tied together by a shared playback timeline. MP4 is given as an example of a common file format, which consists of boxes within boxes containing metadata about the file and information for interpreting encoded data streams. The text also touches on streaming video using fragmented MP4s (fMP4s), which allow for adaptive bitrates and seamless switching between different versions of the video with varying quality levels. Finally, it addresses the issue of determining a video file's duration by inspecting header values in the moov box or parsing the entire contents of the file.
Jan 11, 2021
1,132 words in the original blog post.
Mux, a live streaming service, has recently updated its example applications for creating RTMP streams from iOS and Android devices. The new examples use free and open-source software but incorporate modern best practices, such as handling RTMP disconnects and leveraging adaptive bitrate ingest technologies. These updates aim to provide better performance on variable networks and improve the overall user experience. Mux is also committed to maintaining these example applications actively in the future.
Jan 05, 2021
769 words in the original blog post.