TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mariusz Postol(8)
Ashish Bhatnagar(3)
Tural Suleymani(3)
Sarthak Varshney(2)
Rajkumar Jain(2)
Jin Necesario(2)
Daniel Gomez(2)
Lokendra Singh(2)
Ajay Kumar(2)
Rikam Palkar(2)
Sigar Dave(2)
Harunraseed Basheer(2)
Saravanan Ganesan(2)
Nitin (2)
Aravind Govindaraj(2)
Sameer Shukla(2)
Rakeshkumar Desai(2)
Rion Williams(2)
Aman Gupta(2)
Vijay Kumari(1)
Vishal Joshi(1)
Cristopher Coronado(1)
Prarthana Bhat(1)
Vignesh Kumar(1)
Vijai Anand Ramalingam(1)
Swesh S(1)
Nikunj Satasiya(1)
Alkesh Bijarniya(1)
Gajendra Jangid(1)
Keyur Pandya(1)
Abhishek Chadha(1)
Mark Pelf(1)
Ayush Gupta(1)
Mahesh Chand(1)
Hadshana Kamalanathan(1)
Chethan N(1)
Dhiraj Poojary(1)
Ali Benchaaban(1)
Sarthak Gupta(1)
Mohammad Hussain(1)
Dhanapal Chandran(1)
Jefferson S. Motta(1)
Madhu Patel(1)
Dhanesh Kumar M J(1)
Guest User(1)
Amit Mohanty(1)
Md Sarfaraj(1)
Esmael Esmaeli(1)
Datta Sai Krishna(1)
Anu Viswan(1)
Manikandan M(1)
Mayuresh Joshi(1)
Bohdan Stupak(1)
Vinodh Kumar(1)
Jasminder Singh(1)
Amit Tyagi(1)
Salman Beg(1)
Anupam Maiti(1)
Prasad Rane(1)
Jainish Shah(1)
Madhan Thurai(1)
Haridhass Mani(1)
Abdul Raheem(1)
Praveen Kumar(1)
Ankur Mistry(1)
Shobana Sundararajan(1)
Prakash Tripathi(1)
Usman Sheikh(1)
Habibul Rehman(1)
Sanwar Ranwa(1)
Jeeva Subburaj(1)
Jothimani Elumalai(1)
Shashangka Shekhar(1)
Resources
No resource found
Print Fibonacci Series in Java Using Different Methods
Jan 17, 2025.
This article explores four methods to generate the Fibonacci series in Java: iteration, recursion, dynamic programming (memoization), and Java streams, offering optimized, modern, and functional approaches for various scenarios.
Efficient Data Handling in Angular 16 Using RxJS Observables
Dec 28, 2024.
Explore how RxJS Observables integrate with Angular 16 to handle asynchronous data efficiently. Learn key concepts, examples, pros, and cons, including real-time data handling, chaining operators, and subscription management best practices.
Detecting Harm Content in Text and Images using Azure AI Content Safety
Dec 27, 2024.
This article explores how we built a demo application using Azure AI Content Safety to detect harmful content like hate speech, sexual content, and violence within a social media platform. We combined the power of an Angular frontend and a .NET backend API to create a system that analyzes text and images for potential harm
Understanding Responsive Applications
Dec 13, 2024.
Create seamless responsive applications compatible with all devices. Learn key tips, including viewport meta tags, CSS media queries, grid systems, accessibility, lazy loading, performance testing, and modern frameworks like Bootstrap or Tailwind CSS.
Alibaba Cloud IMS: End-to-End Media Management Solution
Dec 03, 2024.
Explore Alibaba Cloud IMS, a powerful media service for content collection, processing, production, and delivery with advanced AI-driven workflows.
Amazon OpenSearch Service Setup with Kibana
Nov 15, 2024.
Amazon OpenSearch Service enables real-time search, monitoring, and analysis of business data. It integrates with AWS services like CloudWatch Logs and Lambda for log aggregation, with Kibana for data visualization.
RxJS Operator Essentials: Map, Tap, Filter, and More
Nov 12, 2024.
This article explores key RxJS operators in Angular, like map, tap, filter, take, and takeLast. You'll learn how each operator manipulates data streams to handle emitted values, log information, and perform conditional filtering.
Glimpse of Apache Flink
Nov 11, 2024.
Apache Flink is an open-source framework designed for real-time and batch data processing. It enables scalable, high-performance analytics, ideal for complex event-driven applications.
Farewell CentOS: Moving to Rocky, AlmaLinux, CentOS Stream, or RHEL
Oct 22, 2024.
CentOS 7 reaches its end of life on June 30, 2024. Transition to RHEL, AlmaLinux, Rocky Linux, or CentOS Stream now. CentOS 7, a popular open-source OS, reaches the end of life on June 30, 2024, prompting users to migrate to alternatives like RHEL, AlmaLinux, or Rocky Linux.
Download Multiple Excel Files via Web API and Angular
Sep 20, 2024.
In this article, we will learn how to implement file streaming in the backend and trigger downloads via Angular's HTTPClient, enabling efficient file handling across platforms.
Socket Class and ServerSocket Class in Java Networking
Sep 16, 2024.
TCP/IP sockets are the most reliable, bi-directional, stream protocols. It is possible to send arbitrary amounts of data using TCP/IP. Sockets are used for data communication using this protocol.
Deleting Unused Items in Sitecore Media Library via PowerShell Script
Sep 05, 2024.
In this blog we will find a Sitecore PowerShell script to be able to eliminate multimedia elements that are not being used.
What is Databricks Delta Live Tables (DLT)
Aug 28, 2024.
Databricks Delta Live Tables (DLT) is a powerful tool for automating data pipelines, ensuring data quality, and simplifying ETL processes. DLT allows real-time data processing and supports both batch and streaming data.
Understanding of Iterators in Python
Aug 14, 2024.
Iterators in Python allow efficient traversal of sequences by implementing iter() and next() methods. Unlike iterables, iterators represent a stream of data and support on-demand value computation, enhancing memory efficiency and performance.
Learn Server-Sent Events in C# .NET
Aug 14, 2024.
Server-Sent Events (SSE) in C# .NET enable real-time, one-way communication from server to client over HTTP, ideal for live updates like notifications or data streaming. Unlike WebSockets, SSE is simpler, requiring only server-side implementation.
Stream Conversations with Amazon Bedrock API in .NET Console App
Aug 12, 2024.
Learn how to create a .NET console application that streams conversations using the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model. This guide covers setting up your AWS environment, configuring Visual Studio, and using the AWS SDK to handle streaming conversations and model responses.
Understanding Semantic Index for Generative AI Aspirants
Aug 06, 2024.
A Semantic Index improves data retrieval by organizing information based on word meanings rather than just keywords. It uses Natural Language Processing (NLP) and semantic analysis to understand context and relationships between words, enhancing search accuracy, user experience, and data organization.
Google Storage Services for Robust Data Management Solutions
Jul 29, 2024.
Google Cloud Storage offers versatile solutions including object, block, and file storage. It provides scalable, secure, and cost-effective options like Persistent Disk, Filestore, Archive, Nearline, and Coldline Storage. Ideal for web apps, data lakes, backup, and media processing.
Why I use StreamRendering in Blazor
Jul 25, 2024.
raditionally, if a component fetches data asynchronously, it may cause the UI to freeze or appear unresponsive during data loading. This article will demonstrate how Blazor's StreamRendering can solve this issue using a Weather component as an example.
What is the Purpose of RenderToNodeStream Method in ReactJS
Jul 02, 2024.
The renderToNodeStream method in ReactJS enables server-side rendering with streaming support, enhancing performance by sending chunks of HTML to the client as they're generated.
SharePoint: Integrating Playlists into Your Stream Web Part
Jun 28, 2024.
Microsoft SharePoint and Stream enhance team productivity and knowledge sharing by allowing users to create, manage, and share playlists. Embed playlists on SharePoint pages using the Stream web part, manage access and permissions, and share content with your organization.
Top Angular Project Ideas for Beginners
Jun 28, 2024.
Create an Angular project to enhance your skills and portfolio. Ideas include an e-commerce site with product listings and payment integration, a task manager for project organization, a blog platform for user-generated content, a weather app with real-time updates, or a real-time chat application with WebSocket integration.
Introducing Video Page Templates in SharePoint and Stream
Jun 26, 2024.
The new video page templates in SharePoint Pages and News enable authors to easily create video-centric content. Starting in the Stream Web App, you can craft and customize video news posts with video metadata automatically included.
Identifying Stream Web Parts in SharePoint Pages
Jun 26, 2024.
This script provides a systematic approach to identify Stream web parts across your SharePoint pages, helping you prepare for the transition to the new Stream. By exporting the results to a CSV file, you can easily review and manage the impacted pages.
Unveiling HTML's Secret Sauce: The Power of Attributes
Jun 08, 2024.
Explore essential HTML attributes like accept, alt, autocomplete, contenteditable, download, hidden, srcset, readonly, loading, and poster, crucial for enhancing user experiences, accessibility, and performance in web development. Learn their functionalities and practical applications with examples.
How to introduce AI technologies into a medium-sized office (May 2024)
Jun 02, 2024.
Introducing AI to a medium-sized office involves a strategic approach. Conduct a needs assessment, select appropriate AI applications, train staff, pilot the technology, ensure data security, assess costs, choose vendors wisely, and establish performance metrics for scalability and success.
Real-time Streaming with .NET Core and Kafka
May 30, 2024.
Unlock real-time data processing potential with .NET Core and Kafka, leveraging event-driven architecture for seamless integration. Scale effortlessly, harnessing Kafka's pub/sub messaging and stream processing capabilities for agile application development.
Log-Based vs. Pre-Aggregate in Data Analytics
May 27, 2024.
Log-Based vs. Pre-Aggregate in Data Analytics: Log-based analytics processes raw data entries sequentially, while pre-aggregate analytics aggregates data beforehand. Each approach offers unique benefits in query performance, granularity, and real-time insights, catering to diverse analytical needs.
What is Growth Marketing? Growth Marketing Strategies in 2024
Apr 19, 2024.
Growth marketing is a strategic, data-driven approach to achieving sustainable business growth. Growth marketing drives sustainable business growth through data-driven strategies, customer-centric approaches, and continuous experimentation.
Information Computation Mastery: Serialization
Apr 01, 2024.
To use computers to automate information processing we have to deal with bitstreams as the information representation. We need bitstreams to be handled using files to preserve the data. The transition process from the objects to the stream is called the serialization.
Information Computation Mastery: Challenges, Concepts, Implementation
Mar 28, 2024.
To use computers to automate information processing we have to deal with bitstreams as the information representation. By design, bitstream management involves the organization, storage, retrieval, communication, and manipulation to ensure accuracy, security, and accessibility.
PiP - External Streaming Data - Useful Concepts - Part 1
Mar 27, 2024.
To use computers to automate information processing we have to deal with bitstreams as the information representation. By design, bitstream management involves the organization, storage, retrieval, communication, and manipulation to ensure accuracy, security, and accessibility.
Power of APIs in Data Engineering
Feb 16, 2024.
In this article you can discover the power of APIs in data engineering. From extracting weather data to streaming Twitter feeds, learn how APIs streamline processes and enable real-time analytics, with practical code examples for each use case.
External Streaming Data - Bitstream Format
Feb 14, 2024.
The main aim of this article is to extend knowledge related to object-oriented programming focusing on interoperability between the computing process and data visualization, archiving, and networking resources.
Cybersecurity of External Streaming Data - Non-repudiation
Feb 14, 2024.
This article which is a continuation of a discussion related to external streaming data will focus on using cybersecurity to protect the confidentiality of bitstreams. It is the third and last part covering the Cybersecurity of External Streaming Data.
Cybersecurity of External Streaming Data - Confidentiality
Feb 14, 2024.
This comprehensive article delves into cybersecurity considerations for external data, focusing on streaming bitstreams. It covers encryption fundamentals, emphasizing symmetric cryptography and practical implementations like TripleDES encryption.
Cybersecurity of External Streaming Data - Integrity
Feb 14, 2024.
This article delves into cybersecurity considerations for external data, particularly streaming bitstreams. It explores the use of cryptography, focusing on hash functions to ensure the integrity of bitstreams.
New Modifications and Improvements to the Azure Stream Analytics No-Code Editor
Feb 11, 2024.
Explore real-time analytics with Azure Stream Analytics, a Microsoft Azure service for processing and analyzing streaming data. Learn about input sources, SQL-like query language, output destinations, and recent user experience enhancements for streamlined stream processing logic.
Backup Sitecore Media Library items with a PowerShell script
Feb 08, 2024.
Sitecore PowerShell script to backup Media Library items in a zip file. This Sitecore PowerShell script automates the backup of Media Library items into a zip file on the server. The script efficiently handles media items, providing a seamless solution for backup tasks.
Apache Kafka with Dapr Bindings in .NET
Feb 07, 2024.
This content provides an in-depth overview of integrating Apache Kafka with Dapr Bindings for building distributed event-driven applications. It explains the key concepts of Apache Kafka, Dapr, and Dapr Bindings, along with step-by-step
Comparing Vertical Scaling and Horizontal Scaling in System Design
Jan 11, 2024.
Certainly! This article delves into the critical aspect of system design known as scalability, exploring two primary approaches: Vertical Scaling and Horizontal Scaling. Vertical Scaling involves enhancing the capabilities of a single server by adding more resources, while Horizontal Scaling achieves scalability by distributing the workload across multiple servers.
Real-Time Paris Metro Crowdedness Forecast: A Proof of Concept with Azure and C#
Jan 08, 2024.
In this article, we will learn about navigating you through crafting a prototype for forecasting crowd levels in Paris Métros using Azure and C#. It covers Azure setup, machine learning, model deployment, streaming pipeline creation, and user application integration.
External Data - File and Stream Concepts
Jan 03, 2024.
The external data is recognized as the data we must pull or push from outside of a boundary of the process hosting the computer program. A very important kind of external data is streaming data. Usually, this data form is managed using file and stream concepts. It is the first part of a series of articles titled Programming in Practice.
Event Driven Architecture in Microservices
Dec 24, 2023.
In this article, you will learn about event streaming in microservices. Event streaming in microservices is a powerful approach to communication and data processing based on a continuous flow of events. Instead of relying on traditional request-response mechanisms, services publish and subscribe to events, enabling loose coupling and real-time data processing.
Elements Of Responsive Web Design
Oct 19, 2023.
Responsive web design ensures that users can access a website effortlessly, whether they are using a desktop computer, laptop, tablet, or smartphone. By dynamically adjusting the layout and content presentation, responsive design enhances readability, navigation, and overall user satisfaction.
Data Reading From AWS Kinesis Data Stream
Oct 16, 2023.
Data Reading from AWS Kinesis Data Stream involves the real-time retrieval and processing of streaming data within the Amazon Web Services (AWS) Kinesis ecosystem. This process allows seamless integration and analysis of continuous data streams, enabling businesses to gain insights and make decisions in real time based on the incoming data flow.
Real-Time Insights with Azure Stream Analytics in IoT Projects
Sep 25, 2023.
Azure Stream Analytics is a Microsoft Azure service for real-time data stream processing. It enables the ingestion, processing, and analysis of streaming data from various sources, such as IoT devices, sensors, and social media. By continuously processing data as it arrives, Stream Analytics provides immediate insights, facilitating quick decision-making and actions.
Transforming Streaming Data into Insights with Power BI
Sep 12, 2023.
Power BI empowers real-time dashboard creation, integrating streaming data sources like Azure Event Hubs, Kafka, and PubNub. Optimize data ingestion, design, and interactivity for effective real-time insights.
Azure Stream Analytics Queries for Processing JSON Data
Aug 21, 2023.
Exploring Azure Stream Analytics Queries for Processing JSON Data
Azure Event Hub: Empowering Seamless Real-Time Data Streaming
Aug 18, 2023.
Azure Event Hub's transformative role in managing vast real-time data streams. Learn how it empowers efficient ingestion, processing, and distribution, enabling informed decisions and innovative applications.
KAFKA for Mere Mortals : ETL and KAFKA
Aug 14, 2023.
In this article we described the process of ETL and its relation to KAFKA
.NET 8 Preview 6 CreateFromDirectory using Stream
Jul 12, 2023.
.NET 8 Preview 6 new overload to CreateFromDirectory using Stream, at this sample I demonstrate to write a to MS-SQL Server
Stream Tokenizer Class in Java
Jun 27, 2023.
Stream Tokenizer class helps in identifying the patterns in the input stream.
What are the Methods of Stream?
Jun 22, 2023.
A stream is a communication channel that connects an information source and destination.
How To Add Multimedia Content With HTML
May 13, 2023.
I will describe how to use media tags to make your web page more attractive and interactive.
Configure Azure Blob for Umbraco Media
May 03, 2023.
Here is the step-by-step guide to configuring the Umbraco website to utilize Azure Blob Storage for media.
Difference Between Meta And Metaverse
May 01, 2023.
Facebook's Rebranding As Meta
How To Use Canvas In HTML And Its Benefits?
Apr 24, 2023.
This article provides an overview of HTML 5 Canvas, a powerful tool for designing graphics on web pages. It covers the basics of creating an empty canvas and using JavaScript to draw various shapes, lines, text, and images on the canvas. Additionally, the article includes an example of creating a filled shape using the fill() method in HTML 5 Canvas.
Artificial Intelligence (AI) Makes The Metaverse More Secure And Inclusive
Apr 19, 2023.
AI is becoming more prevalent in emerging technologies, and one co-founder of The Sandbox believes it will make digital spaces more inclusive.
How to Take Advantage of C# 12's Async Streams for More Efficient Data Processing
Apr 17, 2023.
How to Take Advantage of C# 12's Async Streams for More Efficient Data Processing.
Azure Messaging And Event Streaming Services - An Overview And Comparison With Kafka
Apr 04, 2023.
In this article, you will learn about Azure Messaging and Event Streaming Services: An Overview and Comparison with Kafka.
Handling Asynchronous Data In Flutter - The Power Of Streams
Feb 28, 2023.
Flutter is a popular open-source mobile app development framework that allows developers to create high-performance, visually appealing and feature-rich mobile apps. The stream concept is one of the essential features of Flutter, which will enable you to handle asynchronous data. This article will explore Flutter's stream, its uses, and how it works.
Kafka Overview
Dec 26, 2022.
In this article, you will learn about Kafka.
Implementing A Proxy Server In C# - An Example And Test Case
Dec 09, 2022.
In this tutorial, we provide an example of how to create a simple proxy server in a C# application using the HttpListener class. We also show how to write a test case to verify that the proxy server works as expected.
Cloud Dataflow Batch And Stream Pipeline
Dec 05, 2022.
About Cloud Dataflow and the difference between batch vs streaming pipeline processing
Apache Kafka Basics And Architecture
Nov 28, 2022.
In this lesson we learn basics of Apache Kafka, its Architecture and use cases and Setting up Kafka on a windows System
Live Chart (Streamed Data) Update Using Oxyplot
Nov 11, 2022.
This article demonstrates how to update the chart with newly streamed data using Oxyplot.
Implement The Video Player In Xamarin.Android
Aug 02, 2022.
In this article, I will explain the video player feature in android, and how we can develop the video player in Xamarin.Android with help of media controller and video view classes, and how video view can help to load images from various sources and computing its measurement from the video. We can use any layout manager for playing video with help of videoview.
Download All Images From PowerApps To Local Computer Using Script
May 30, 2022.
In this article, we will learn, how to to download all images from PowerApps to your local computer. We will use the JavaScript to achieve this.
Inspecting Reduce Function
Dec 27, 2021.
In this article, you will learn about the internals of the 'reduce' function.
Exploring Numeric Streams In Java
Dec 21, 2021.
The article explains how to efficiently work with specific Numeric Streams in Java
Prefer Using Stream To Byte[]
Oct 04, 2021.
While reviewing and refactoring a real-world codebase, I've noticed how byte[] API is misused. That is the reason why in this article I'm sharing some thoughts on why you shouldn't evade Stream API in your code.
Handling Live Data Feed Using Azure Stream Analytics Job
Sep 01, 2021.
In this article, you will learn how to handle live data feed using Azure Stream Analytics Job.
Stream Data From Console To Console Using Apache Kafka
Aug 08, 2021.
In this article, you will learn about stream data from console to console using Apache Kafka.
Getting Started With Xamarin Forms Media Element
Apr 30, 2021.
This article explains how to consume media in Xamarin forms.
Getting Started With Azure Media Services - Live Streaming
Apr 22, 2021.
In this article, you will learn about Azure Media Services - Live Streaming.
Kafka Fundamentals And Architecture
Apr 01, 2021.
This article talks about the fundamentals of Kafka along with its architecture.
Merge Multiple Pdfs Into A Single Pdf Using ItextSharp
Jan 27, 2021.
Merge multiple PDFs into one using iTextSharp in C#. Utilize PdfReader to read input PDFs, PdfWriter to write merged PDF, and MemoryStream for efficient processing. Ensure proper error handling for robust PDF manipulation.
Beginner's Guide To Data Pipelines
Jan 12, 2021.
In this article, you will learn about data pipelines and their different types.
ClamAV Antivirus Scan On File Upload Content In .NET Application
Sep 28, 2020.
Integrate ClamAV antivirus for secure file uploads in your .NET application. Use nClam library to scan uploaded files as byte arrays against a ClamAV server. nClam simplifies communication and parses scan results (clean or infected) for secure file processing.
Sending WhatsApp Text And Media Messages Using C# Console App
Aug 24, 2020.
In this article, we will send Whatsapp text and media to a registered number using the C# console app.
Introduction To Canva - Graphic Designing Tool
Jul 29, 2020.
Canva is a free and easy to use graphic designing tool that has a lot of prebuilt designs and templates to help you design quickly.
An Education In Streaming
Jul 24, 2020.
Streaming isn’t always intuitive and often it’s downright contrary to everything your previous experience has taught you.Sometimes, you just need a good book.
Java 8 - Stream API
Jul 22, 2020.
In this article, you will learn about Stream API and methods in Stream.
Introduction To Java 8
Jul 14, 2020.
In this article you will learn about Java 8 features.
Multimedia In WPF
Jun 09, 2020.
You can play video and audio with the same element in WPF. You can also add rich controls to control the behavior of the media.
Social Media Content Share In SPFX😍
Mar 02, 2020.
In this article we will learn about sharing contents in various social media sites using react-share plugin
Social Media Authentication in Angular
Feb 06, 2020.
In this article, you will learn about social media authentication in Angular.
Get Started With IoT Cloud Development
Jan 24, 2020.
A brief article about Azure IoT Cloud services and how develop a IoT solution on Azure
Top 10 Social Media Influencers
Jan 08, 2020.
Here are the top 10 C# Corner Social Media Influencers based on the number of share on different platforms.
Learn Principles Of Lean Thinking
Dec 31, 2019.
In this article, we will learn Principles of Lean Thinking" encapsulates the core tenets of Lean Manufacturing, emphasizing continuous improvement and waste reduction.
Just Jump Into The Stream
Dec 29, 2019.
In this article, you will learn about the stream.
Overview Of Azure Media Services With Uploading A File
Dec 23, 2019.
By using Azure Media Services we can stream videos online and we can use the Azure Media Storage to upload the file to it and we can download it later
Working With Async Stream And Static Local Function In C# 8.0
Oct 29, 2019.
This article explains how to work with Async Stream and Static local functions in C# 8.0 and demonstrates how to use it in application development.
Processing Data With Azure Stream Analytics
Oct 16, 2019.
In this article, you will learn about processing data with Azure Stream Analytics.
Asynchronous Streams In C# 8.0
Oct 08, 2019.
In this article, we'll learn how to create and consume Asynchronous Streams in C#. Starting with C# 8.0 we can use streams asynchronously.
Login With Facebook And Google Using Angular 8
Sep 28, 2019.
In this article, you will learn about Login with Facebook and Google using Angular 8.
ScreencastR - Simple Screen Sharing App Using SignalR Streaming
Aug 16, 2019.
In this article, we will see how to create a simple screen- sharing app using signalR streaming with IAsyncEnumerable API
Creating Azure Media Services And Uploading Media Files
Aug 09, 2019.
Using Azure media services we can upload files to cloud computing and we can store the media files and we can download the uploaded files later when we need them.
HTTP Live Streaming (HLS-VOD)
Apr 24, 2019.
In this post, we are going to create a video server that can serve videos with multiple bit-rates, also known as adaptive bit-rate streaming.
About Media-Streaming
NA
OUR TRAINING