Home / Companies / Mux / Blog / November 2023

November 2023 Summaries

4 posts from Mux

Filter
Month: Year:
Post Summaries Back to Blog
The author discusses the importance of technology like FaceTime in staying connected with family members living far away. They describe their experience watching soccer matches with a niece who lives on the other side of the country, using video calls to share the play-by-play and manage spoilers due to latency differences between live streaming and traditional broadcasts. The author highlights Mux's Live Stream Latency metric in Mux Data and low-latency live streaming in Mux Video as valuable tools for improving viewer experiences and increasing interactivity during live streams. They also provide a list of supported players for these features and encourage users to share their projects and feedback.
Nov 30, 2023 965 words in the original blog post.
This article discusses how to use background videos in Next.js applications while maintaining performance. It explains the process of using Mux to upload, host, and stream optimized video files, allowing developers to focus on site design. The steps include installing next-video, setting up default configurations, adding video files, embedding the video into a page with CSS styling, and exploring additional ways to enhance the user experience.
Nov 27, 2023 752 words in the original blog post.
The article discusses an innovative feature in web-based video players called the "video heatmap overlay." This tool allows users to see the most watched parts of a video at a glance before even starting playback. It is particularly useful for finding specific segments within longer videos, such as funny moments or recipe instructions. The author suggests that implementing this feature in applications can be beneficial, especially for content creators who offer lengthy videos or cater to an audience with limited attention spans. The article provides a step-by-step guide on how to set up viewer playback tracking and generate a video heatmap using React and mux-player-react. The process involves tracking the history of each second of the video, storing this data in application state as the video progresses, and then sending it off to be recorded in a database once the viewing session is complete. The tally from multiple unique sessions can then be combined to create heatmaps or analyze user engagement throughout an individual viewing session. The author also shares some additional ideas for utilizing this data, such as enabling certain actions only after a specific percentage of the video has been viewed, keeping track of individual viewer session data, and combining playback data with timed transcripts to understand which parts of the video script align with increased viewership.
Nov 10, 2023 1,017 words in the original blog post.
WordPress, a popular CMS software that powers over 43% of the World Wide Web, lacks support for video transcoding and other performance improvements. Mux Video Plugin by 2Coders is a new solution to this problem, offering features such as instant synchronization, simple video uploading and previews, catalog management, easy entry editing, optimized video streaming, customizable player, custom stream domains, secure video streaming, real-time analytics, and developer-friendly integration. The plugin requires WordPress 5.9 or newer, PHP version 7.0 or higher, and MySQL version 5.0 or higher to function properly.
Nov 01, 2023 638 words in the original blog post.