October 2022 Summaries
7 posts from Mux
Filter
Month:
Year:
Post Summaries
Back to Blog
Mux has partnered with Contentful, an API-first content platform, to improve video content management and streaming on digital channels. The latest update to the Mux Contentful app allows users to add subtitles and captions for on-demand videos directly in their editorial dashboard. Additionally, users can now use Mux Player to stream high-quality video across multiple platforms. Audio normalization is also supported as an API option, ensuring consistent audio levels. The update includes additional metadata fields and improvements to the mux-uploader-react library.
Oct 27, 2022
841 words in the original blog post.
The text discusses the evolution of shopping experiences, particularly focusing on the use of video in e-commerce. It highlights a partnership between Mux, a video playback and delivery platform, and Commerce-UI, a development studio specializing in building headless e-commerce experiences. They collaborated to create an innovative Shopify Plus storefront for apparel company Aether that seamlessly integrates video content throughout the site. The new Mux Player is utilized to present various types of videos, enhancing user engagement and setting a standard for modern video shopping experiences. The text also mentions other complementary platforms like Sanity, Netlify, and Next.js framework that contribute to delivering these cutting-edge content experiences.
Oct 26, 2022
516 words in the original blog post.
The author, a developer with a blog, discusses their interest in incorporating video into their Next.js blog. They express dissatisfaction with hosting videos on large platforms like YouTube due to the lack of control over customization and content ownership. Instead, they recommend using Mux for video hosting as it optimizes content, serves ideal bitrates, and ensures compatibility across various devices. The author guides through setting up Mux and integrating it into a Next.js blog using MDX for JSX support in markdown files. They conclude by emphasizing the ease of adding videos to blog posts with this setup.
Oct 25, 2022
775 words in the original blog post.
The text discusses the development of an SDK for web applications called Mux Player. It emphasizes the importance of meeting developers where they are by supporting various front-end frameworks and languages. Web components are chosen as the core technology due to their stability and compatibility with different frameworks. Layers of abstraction are also considered, allowing users to customize the player according to their needs. Accessibility requirements based on WCAG guidelines are met to ensure a seamless experience for all users. Mux Player is already being used in various CMS integrations and example projects.
Oct 19, 2022
2,154 words in the original blog post.
The introduction of App Tracking Transparency in iOS 14.5 has made it difficult for app publishers to understand which social ads are driving purchases. As website traffic becomes a scarce resource, creating engaging on-site and off-site experiences is crucial for converting site visitors into purchasers. Adding short-form vertical videos to e-commerce websites can replicate the engagement of platforms like TikTok and Instagram while boosting conversion rates. Videos are more effective in building consumer trust, educating customers on products, and increasing brand equity. Brands using Viddy have seen up to a 76% improvement in average session duration and an 18% increase in conversion rate. The most effective videos for e-commerce sites include user-generated content reviews, about the brand, announcements, visual differences, and product education. Sources of vertical video content can include re-use of ad footage, existing social posts, UGC, purchasing from video production agencies, and content creation in collaboration with influencer partnerships. Viddy is a platform that enables e-commerce brands to easily embed interactive, app-like, video experiences on their website or storefront, improving user engagement and conversion rates.
Oct 14, 2022
1,654 words in the original blog post.
HTTP Adaptive Streaming (HAS) has become the dominant method for streaming media on the internet due to its ability to address key problems such as cost, scale, and reach. By using HTTP GET requests as the primary protocol for client/server interaction, HAS can take advantage of features like reusable connections, pipelining, caching, and content types. Additionally, the maturity and ubiquity of HTTP have made it a popular choice for streaming media, with support from various devices and platforms.
Oct 10, 2022
2,522 words in the original blog post.
The article provides a comprehensive guide on integrating a recommendation engine for video content into applications using Mux videos, employing technologies like Amazon Personalize and Amazon Kinesis to enhance user engagement. It explains how to set up data streaming from Mux to Kinesis, configure AWS Lambda functions to process this data, and use Amazon Personalize to generate recommendations based on user viewing behavior. The guide also discusses the setup requirements, such as using AWS CDK for infrastructure management, and highlights the importance of importing historical viewing data to improve recommendation accuracy. Additionally, it offers practical advice on retrieving and utilizing these recommendations within client applications to display personalized content suggestions, thereby reducing decision fatigue for users.
Oct 04, 2022
1,510 words in the original blog post.