The Complete Guide To Live Streaming - Wowza

1y ago
9 Views
2 Downloads
2.78 MB
23 Pages
Last View : 19d ago
Last Download : 3m ago
Upload by : Adalynn Cowell
Transcription

THE COMPLETE GUIDE TO LIVE STREAMING 2021THECOMPLETEGUIDE TOLIVESTREAMINGWhat it is, how it works, and why you need it. 2022 Wowza Media SystemsTM, LLC. All rights reserved.2021 Wowza Media Systems , LLC. All rights reserved. 2019

TABLE OFCONTENTSTHE COMPLETE GUIDE TO LIVE STREAMING 202103 Overview05 Capture07 Video Encoding and Codecs10 Packaging and Protocols12 Ingest and Transcoding16 Delivery18 Playback20 Use CasesPage 2 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021The Complete Guide to Live StreamingWhat it is, how it works, and why you need it.OverviewLive video streaming is skyrocketing in popularity. It willaccount for approximately 13 percent of all internet trafficby 2022, representing a fifteen-fold growth from 2017.While streaming technologies have evolved drasticallyover the years, the basic definitions still apply. In anutshell, live streaming involves broadcasting video andaudio content across the internet to allow for nearsimultaneous capture and playback.But between capturing a live video feed and broadcastingit, quite a bit occurs. The data must be encoded, packaged,and often transcoded for delivery to virtually any screenon the planet.In this guide, we’ll take a deep dive into the end-to-endworkflow.LIVE VIDEO DELIVERY FROM CAPTURE TO PLAYBACK1. CAPTURE2. ENCODE3. PACKAGE4. TRANSCODE5. DELIVER6. PLAYBACKWHY DO YOU NEEDLIVE STREAMING?USE CASES ABOUNDLIVE EVENTSINTERACTIVE APPSVideo on Demand vs. Live StreamingVideo streaming can take the form of both live andrecorded content. With live streaming, the content playsas it’s being captured. Examples of this range from videochats and interactive games to endoscopy cameras andstreaming drones.Video on demand (VOD), on the other hand, describesprerecorded content that internet-connected userscan stream by request. Some top players in this spaceinclude Netflix, Amazon Prime, Hulu, and Sling. YouTube’sDavid After Dentist and Netflix’s Stranger Things are bothexamples of VOD content.For the purposes of this guide, we’ll be focusing onlive video. Let’s start by summarizing the live streamingworkflow and then take a closer look at the individualsteps.Page 3 of 23IoT AND SURVEILLANCEVIDEO ONDEMANDVS.LIVESTREAMING 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021Live Streaming WorkflowLive video streaming starts with compressing a massivevideo file for delivery. Content distributors use anencoder to digitally convert the raw video with a codec.These two-part compression tools shrink gigabytes ofdata into megabytes.This conversion process is critical when streaming toa variety of devices. Without transcoding the originalstream, reaching viewers across an array of deviceswouldn’t be possible. A streaming server software orcloud streaming service can be employed to accomplishthis and more.The encoder itself might be built into the camera, but itcan also be a hardware appliance, a computer softwarelike OBS Studio, or a mobile app.The single stream that first entered the media server willlikely depart as multiple renditions that accommodatevarying bandwidths and devices for large-scale viewing.But distance is also an issue.Once the video stream is compressed, the encoderpackages it for delivery across the internet. This involvesputting the components of the stream into a file format.These container formats travel according to a protocol,or standardized delivery method. Common protocolsinclude RTMP, HLS, and MPEG-DASH.The farther viewers are from the media server, thelonger it will take to distribute the stream. That’s wherea content delivery network (CDN) comes in handy.CDNs use a large network of servers placed strategicallyaround the globe to distribute content quickly.The packaged stream is then transported to a mediaserver located either on premises or in the cloud.This is where the magic happens. As the media serveringests the stream, it can transcode the data into amore common codec, transize the video into a differentresolution, transrate the file into a lower bitrate, ortransmux it into a more scalable format.If done right, the live stream will find its way fromthe CDN to viewers across the world — in a matterof just seconds. The live stream will play back withminimal buffering and in the highest quality possiblefor spectators across a range of devices and internetspeeds.It all starts with employing the right tools along the way.Read on to get the skinny.Page 4 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021CaptureThree, Two, One Action!Live streaming starts at the camera. Most camerasare digital and can capture images at a stunning 4Kresolution (2160p). This resolution requires a very highbitrate to support the raw digital video signal comingout of the camera, so the cables used to transfer thissignal must be capable of handling large amounts ofdata. HDMI or Ethernet cables can be used in somecases. But most often, a 4K signal transferred over longdistances requires an SDI cable that can manage thebandwidth requirements.Wireless cameras can also be used, with portablebroadcasting platforms finding their way into theindustry. Today’s smartphones are designed forstreaming, outperforming digital cameras from tenyears prior. The iPhone 12 Pro Max, for example, recordsHDR video at 60 frames per second.Multi-Camera Video ProductionSome live streaming is done with a smartphone, butmore serious live productions employ additionalcameras. These multi-camera studio setups, andother video sources, are connected to a switcher thattransitions between them. The audio is transferred to amixer via XLR cables. Generally, the switcher adds theaudio from the mixer into the final output signal. Theswitcher could be hardware, software, or a little of bothwhen capture cards are required.Page 5 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021IP CamerasWhen production isn’t a priority but speed matters,IP cameras come into play. IP cameras can send livestreams directly over Ethernet cables, making themeasy to put wherever you want. Most IP cameras usethe RTSP protocol, which supports low-latency livestreaming. RTSP is pulled to the media server ratherthan pushed. For that reason, the camera must be on anopen, static IP address for the media server to locate it.From surveillance to conferencing, IP cameras workgreat when you want to live stream from one locationwithout getting too fancy. These user-friendly streamingdevices don’t require a separate encoder, and you canaggregate the content for delivery to any device with alive transcoding solution.User-Generated ContentUser-generated content makes up a significant portionof live streams. In some cases, webcams are used.When it comes to sites like Twitch, users employa combination of screen-recording software andwebcams. But the majority of today’s content creatorsare on their smartphones. In fact, mobile users accountfor 58.56 percent of all internet traffic today.Mobile apps and social media networks leverage videoto drive engagement, but the use cases don’t end there.Smartphones can be transformed into everything frombodycams to crime-tracking tools with the addition oflive streaming.While users are responsible for supplying their ownrecording technology (a.k.a. smartphones or webcams),the live streaming app must have encoding functionalitybuilt in.Page 6 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021Video Encoding and CodecsThe second step in any live streaming workflow is videoencoding. After capturing the video with your camera(s)of choice — be it a production-quality setup, IP camera,or your end-users’ mobile devices — live video datamust be digitized for efficient transportation across theinternet. Video encoding is essential to live streaming,helping to ensure quick delivery and playback.What Is Video Encoding?Video encoding refers to the process of converting rawvideo into a digital format that’s compatible with manydevices. Videos are often reduced from gigabytes ofdata down to megabytes of data. This process involvesa two-part compression tool called a codec.What Is a Codec?Literally ‘coder-decoder’ or ‘compressor-decompressor,’codecs apply algorithms to tightly compress a bulkyvideo for delivery. The video is shrunk down for storageand transmission, and later decompressed for viewing.When it comes to streaming, codecs employ lossycompression by discarding unnecessary data to createa smaller file. Two separate compression processestake place: video and audio. Video codecs act uponthe visual data, whereas audio codecs act upon therecorded sound.H.264, also known as AVC (Advanced Video Coding), isthe most common video codec. AAC (Advanced AudioCoding) is the most common audio codec.Page 7 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021What Video Codec Should You Use?LimitationsStreaming to a variety of devices starts with supportinga variety of codecs. But to keep the encoding part ofthe workflow simple and fast, you can always transcodestreams later when they’re ingested by the media server.While industry leaders continue to refine and developthe latest compression tools, many content distributorsemploy older video codecs like H.264/AVC for deliveryto legacy devices. H.264 is your best bet for maximizingcompatibility, even though other video codecs are moretechnologically advanced.Below are some of the most common video codecs inuse today.H.264/AVCWidelysupported.Not the most cutting-edgecompression technology.H.265/HEVCSupports 8Kresolution.Takes up to 4x longer toencode than H.264.AV1Open-source andvery advanced.Not yet supported on alarge scale.VP9Royalty-free.AlreadymadeobsoletebyAn earlierversionof AV1.AV1.H.265/HEVCVVCIntended to improveupon H.265.Same royalty issues asH.265.Video Codecs Worth Noting:H.264/AVCH.265/HEVCThe majority of encoding output today takes theform of H.264 files, also referred to as AVC (AdvancedVideo Coding). This widely supported codec is oftenincorporated with the AAC audio codec and can bepackaged into .mp4, .mov, .F4V, .3GP, and .ts containers.H.264 plays on just about any device, delivers quality videostreams, and comes with the least concerns surroundingroyalties.Developed as the successor to H.264, this codecsupports 8K resolution. It also generates smaller filesthan H.264, thus decreasing the bandwidth required toview high-definition streams.Uncertainties surrounding royalties initially stifledadoption, but H.265 eliminated royalty fees in 2018.Even so, the codec only accounts for about 10 percentof encoded live streaming files today.VP9A royalty-free alternative to H.265, VP9 offers evenbetter quality at the same bitrate. A comprehensive list ofdevices, browsers, and platforms support VP9 — makingit second to only H.264 in terms of compatibility.Page 8 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021What Audio Codec Should You Use?LimitationsAAC takes the cake when balancing quality withcompatibility across audio codecs. While open-sourcealternatives like Opus far outperform AAC, they lacksupport across as many platforms and devices.AACMost commonaudio codec.Higher-quality alternativesexist.MP3Also widelysupported.Less advanced than AAC.OpusHighest-qualitylossy audio format.Yet to be widely adopted.VorbisNon-proprietaryalternative to AAC.Less advanced than Opus.SpeexPatent-free speechcodec.Also obsoleted byOpus.Audio Codecs Worth Noting:AACMP3Defined by MPEG-4, this widely supported standardis used by YouTube, Android, iOS, and iTunes. Twoextensions of AAC exist: HE-ACC for low bitrates andAAC-LC for low delay. HE-AAC works best wheneverbandwidth is a concern, while AAC-LC lends itself wellto two-way communication.Nearly every audio-supported digital device in the worldcan play back the MP3 format, making it a viable optionfor live streaming. But because AAC offers superiorcompression, we’d recommend going with that.OpusDeveloped by the Xiph.Org Foundation, Opus provideshigher-quality audio than any other lossy audio format.It’s open-source and royalty-free, but has yet to bewidely adopted.Encoding Best PracticesEncoding best practices go way beyond what codec youselect. You’ll also want to consider frame rate, keyframeinterval, and bitrate.Luckily, a live stream can always be transcoded intoanother format once it reaches the server. This can bedone using a software and your own servers, or in thecloud for professionally managed delivery.In addition to the codecs used, it’s important to examinehow your stream is packaged and which protocols enterthe picture.Page 9 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021Packaging and ProtocolsOnce compressed, video streams must be packagedfor delivery. The distinction between compressionand packaging is subtle but relevant. For the sakeof explanation, let’s picture the process in terms ofresidential garbage removal.We start with the raw video data, which must becompressed down for delivery across the internet. Anencoder allows us to do so by compressing gigabytesinto megabytes. Think of the encoder as a householdtrash compactor and the codecs as the bags ofcompressed trash.In order to actually transport the compressed trash (audioand video codecs) to the dump (viewer), another step isrequired. It’s crucial to place the bag of trash, as well as anyother odds and ends (such as metadata), into a curbsidetrash receptacle. File container formats can be thought ofin terms of these receptacles. They act as a wrapper forall streaming data so that it’s primed for delivery.Finally, the contents of the trash bin are transported tothe dump via an established route. Think of protocols asthe established routes that garbage trucks take.OK. Enough trash talk. Time to define each term for real.What Is a Video Container Format?What Is a Streaming Protocol?Video container formats, also called wrappers, holdall the components of a compressed stream. Thiscould include the audio codec, video codec, closedcaptioning, and any associated metadata such assubtitles or preview images. Common containersinclude .mp4, .mov, .ts, and .wmv.A protocol is a set of rules governing how datatravels from one device to another. For instance, theHypertext Transfer Protocol (HTTP) deals with hypertextdocuments and webpages.Online video delivery uses both streaming protocolsand HTTP-based protocols. Streaming protocols likeReal-Time Messaging Protocol (RTMP) offer fast videodelivery, whereas HTTP-based protocols can helpoptimize the viewing experience.The protocol used can increase streaminglatency by to up to 45 seconds.Page 10 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021Traditional Stateful Streaming ProtocolsAdditionally, fewer players support these protocols thanever before. Many broadcasters choose to transport livestreams to their media server using a stateful protocollike RTMP and then transcode it for multi-devicedelivery.In the early days, traditional protocols such as RTSP(Real-Time Streaming Protocol) and RTMP (Real-TimeMessaging Protocol) were the go-to methods forstreaming video over the internet and playing it backon home devices. These protocols are stateful, whichmeans they require a dedicated streaming server.RTMP and RTSP keep latency at around 5seconds or less.While RTSP and RTMP support lightning-fast videodelivery, they aren’t optimized for great viewingexperiences at scale.HTTP-Based Adaptive Streaming ProtocolsThe industry eventually shifted in favor of HTTPbased technologies. Streams deployed over HTTP arenot technically “streams.” Rather, they’re progressivedownloads sent via regular web servers.HTTP-based protocols are stateless, meaning they canbe delivered using a regular old web server. That said,they fall on the high end of the latency spectrum.Using adaptive bitrate streaming, HTTP-based protocolsdeliver the best video quality and viewer experiencepossible — no matter the connection, software, ordevice. Some of the most common HTTP-basedprotocols include MPEG-DASH and Apple’s HLS.HTTP-based protocols can cause 10-45seconds in latency.STREAMING LATENCY AND INTERACTIVITY CONTINUUMCOMMON HTTPLATENCIES TODAYREDUCEDLATENCYLOWLATENCYNEARREAL-TIMEOne-way streams of liveevents to large audiences;linear programmingOTT providers; live-streamingnews and sportsUGC live streams; gamestreaming and e-sportsTwo-way webconferencing; telepresence;real-time device control(e.g., PTZ cameras, drones)45 18seconds05seconds01secondsApple HLSHLS TunedLow-Latency HLSMPEG-DASHDASH TunedLow-Latency CMAF for DASHRTMP 01secondsecondWebRTCRTMP TunedWOWZSRTRTSP/RTPPage 11 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021Emerging Protocols for Near-Real-Time DeliveryWith an increasing number of videos beingdelivered live, industry leaders continue to improvestreaming technology. Emerging standards likeWebRTC, SRT, Low-Latency HLS, and low-latencyCMAF for DASH (which is a format rather than aprotocol) support near-real-time delivery — evenover poor connections.LimitationsThese new technology stacks promiseto reduce latency to 3 seconds or less!WebRTCReal-time interactivitywithout a plugin.Only scalable with a videoplatform like Wowza.SRTSmooth playbackwith minimal lag.Playback capabilities are stillbeing developed.Low-LatencyHLSSub-three-seconddelivery at scale.Vendors are adding supportfor this new spec.Low-LatencyCMAFVideo Packaging andProtocols for Every WorkflowMany organizations areprioritizing other technologiesat this time.PROTOCOLSFOR EVERYWORKFLOWDepending on how you set up your streamingworkflow, you’re not limited to one protocolfrom capture to playback. Many broadcasters useRTMP to get from the encoder to server, and thentranscode the stream into an adaptive HTTP-basedformat. The best protocol for your live streamdepends entirely on your use case. Let’s take acloser look at how transcoding works.Injest and TranscodeThe fourth step in a live streaming workflow istranscoding the stream into a variety of differentcodecs, bitrates, resolutions, and file containers. Whilethis step can be skipped, it’s essential to most streamingscenarios.This allows broadcasters to reach almost any device— regardless of the viewer’s connection or hardware.Once transcoding is complete, multiple renditions ofthe original stream depart for delivery.A media server located either on premises or in thecloud ingests the packaged stream, and a powerfulconversion process called transcoding ensues.Page 12 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021Transmuxing, Transcoding, Transizing, TransratingTo optimize the viewing experience across a varietyof devices and connection speeds, broadcasters oftenelect to transmux, transcode, transrate, and transizestreams as they pass through the media server. Transmuxing: Taking the compressed audio andvideo and repackaging it into a different containerformat. This allows delivery across differentprotocols without manipulating the actual file. Thinkof transmuxing like converting a word doc into a pdfand vice versa. Transcoding: An umbrella term for taking acompressed/encoded file and decompressing/decoding it to alter in some way. The manipulatedfile is then recompressed for delivery. Transrating andtransizing are both subcategories of transcoding. Transrating: Changing the bitrate of thedecompressed file to accommodate differentconnection speeds. This can include changingthe frame rate or changing the resolution. Transizing: Resizing the video frame — orresolution — to accommodate differentscreens.Rather than creating one live stream at one bitrate,transcoding allows you to create multiple streams atdifferent bitrates and resolutions. That way, your livestreams can dynamically adapt to fit the screen sizesand internet speeds of all your viewers. This is known asadaptive bitrate (ABR) streaming.Page 13 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021What Is Adaptive Bitrate Streaming?Adaptive bitrate (ABR) streaming involves outputtingmultiple renditions of the original video stream toenable playback on a variety of devices and connectionspeeds. Content distributors use adaptive bitratestreaming to deliver high-quality streams to users withoutstanding bandwidth and processing power, whilealso accommodating those lacking in the speed andpower departments.The result? No buffering or stream interruptions. Plus, asa viewer’s signal strength goes from two bars to three,the stream automatically adjusts to deliver a superiorrendition.How Does Adaptive Bitrate Streaming Work?The first step to adaptive bitrate streaming is creating multiplerenditions of the original stream to provide a variety ofresolution and bitrate options. These transcoded files fall onan encoding ladder. At the top, a high-bitrate, high-framerate, high-resolution stream can be output for viewers with themost high-tech setups. At the bottom of the ladder, the samevideo in low quality is available for viewers with small screensand poor service.During the process of transcoding, these renditions are brokeninto segments that are 2-10 seconds in length. The video playercan then use whichever rendition is best suited for its display,processing power, and connectivity. If power and connectivitychange mid-stream, the video will automatically switch toanother step on the ladder.With adaptive bitrate streaming, mobile viewers with poorconnections don’t have to wait for the stream to load. And forthose plugged into high-speed internet, a higher-resolutionalternative can play.Page 14 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021Cloud-Hosted vs. On-Premises Streaming PlatformsAdaptive bitrate streaming requires a trusted videotranscoding solution. Some content distributors installa media server software on their own servers — bothon premises and in the could — while those who wantto get up and running quickly without any hassles oftenprefer a managed cloud service.But how do you make the choice between on-premisesand cloud-based transcoding? Let’s take a look.Wowza VideoPage 15 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021DeliveryBack to the viewers. Because we don’t know where they’relocated, there’s still the issue of distance. The farther youraudience is from the media server, the longer it will take todeliver the live stream. This can cause latency and buffering.To resolve the latency inherent to global delivery, manybroadcasters employ a content delivery network (CDN).What Is a CDN?As the name suggests, a CDN is a system of geographicallydistributed servers used to transport media files. Thisremoves the bottleneck of traffic that can result whendelivering streams with a single server, as CDNs only requirea single stream for each rendition of an outbound video.These large networks help truncate the time it takes todeliver video streams from origin to end users. Sharingthe workload across a network of servers also improvesscalability should viewership increase.Benefits of Using a CDN for Live Streaming Scalability: Employing a CDN is the fastest,most reliable way to get your content in front ofnumerous viewers — even with viewership spikes. Quality: Streaming through a CDN allows you toachieve the highest sound quality and video resolutionpossible, while minimizing buffering and delays. Speed: CDNs use speedy superhighways to delivercontenttovastaudiencesacrosstheglobe. Security: A CDN can help prevent distributed denialof service (DDoS) attacks, which occur when a siteor resource is flooded by multiple, simultaneousattempts to breach it.Reasons Not to Use a CDN Small-scale streaming: If you have a small number ofviewers and/or your geographic scale is limited, youprobably don’t need a CDN. The more elements youintroduce into your live streaming workflow, the moreopportunities for failure — so why do so unless youhave to? Limited budget: We recommend that you compareyour own egress cost to the cost of a CDN, as this canvary based on deployment. There are both paid andfree CDN options available.Page 16 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021Even if you forgo a CDN, other strategies can beemployed to reach a broad audience. Many contentdistributors leverage social media platforms to ensurescalability, speed, and quality without breaking the bank.Simulcasting makes its easy.What Is Simulcasting?Simulcasting is the ability to take one video stream andbroadcast it to multiple destinations at the same time— thereby maximizing your impact. This allows you toreach a broader audience, no matter which platform orservice your viewers prefer.While ‘the more the merrier’ might be an intuitiveapproach, you should only stream to the destinationsthat make sense for your audience. Broadcasting inthe wrong context can result in negative feedback andwasted resources.Live streaming social platforms are everywhere, with bothwide-ranging and niche applications. While Facebookconnects you with the largest general audience, Twitteris a top destinations for news coverage and events.Meanwhile, Twitch is dedicated to gaming. And let’s notforget about YouTube — which has become a searchengine in its own right.It’s also worth noting that the process of simulcastingcan be complex. Multi-destination broadcastingrequires massive amounts of bandwidth and is prone toerrors. That’s why it’s important to start with the righttools.Whether via a CDN, simulcasting, or both, the last stepto consider is your stream’s final destination: playback.Page 17 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021PlaybackThe end-goal of live streaming is playback. And throughthe process of encoding, transcoding, and globallydistributing the video content, your live video streamshould do just that — at high quality, with low latency,and at any scale.Multi-Device DeliveryIf every viewer had a 4K home theater plugged intohigh-speed internet, delivering live streams would beeasy. But that’s not the case.Today’s viewers are out and about. A significant portionof your audience is on mobile devices, relying ondepleted batteries and LTE connections. Other viewersstream content to their laptops using public Wi-Fi, orperhaps to their iPads via mobile hotspots.Different screens and varying internet speeds maketranscoding essential. And with adaptive bitratestreaming, you can deliver the highest-quality streampossible to internet-connected TVs and mobile usersalike.While the bulk of the work is complete at playback, a fewfinal considerations remain: recording, monetization,and security.RecordingLive streams disappear in the blink of an eye. But theydon’t have to.While recorded videos won’t match the immediacy andauthenticity of a live stream, it’s still useful to have thesefiles on hand for later use. That way, you can edit thevideo assets; enable immediate pause, rewind, and fastforward capabilities; and repurpose them for marketingcollateral or internal reference.Sports fans often review game-changing plays duringcable broadcasts, so why not provide your end usersthe same freedom when viewing your live streams?nDVR technology allows users to record a live streamwhile simultaneously playing, pausing, resuming, andrewinding the recorded stream. Content distributorscan also further extend audience reach by transcoding asingle set of recorded source files into multiple formatsfor streaming to any player and device.MonetizationA successful stream is a revenue stream. Regardless ofwhether you’re crowdsourcing content from users viaa mobile live streaming app or producing it yourself,profitability often revolves around the ability to monetizecontent.Whereas surveillance streaming devices like doorbellcameras and service-oriented applications like virtualdoctor visits generate revenue from different meansaltogether, some tactics can be employed across a rangeof industries. Below are the three most straightforwardmodels for converting content into cash.Live streaming monetization comes in many shapes andsizes.Page 18 of 23 2022 Wowza Media SystemsTM, LLC. All rights reserved.

THE COMPLETE GUIDE TO LIVE STREAMING 2021SubscriptionsViewers are moving toward subscription-based contentconsumption due to the quality, lack of interruptions,and ability to take an à la carte approach to contentselection. When an affordable monthly payment meansthe difference between low-brow, ad-riddled fluff andsought-after, commercial-free content — it’s a nobrainer.When using this model, the onus is on the providerto deliver content worthy of the investment. Adaptivebitrate streaming underpins this requirement, allowingcontent distributors to compete with industry giants onthe basis of video quality and user experience.Paywalls help restrict access to subscribed viewers,resulting in a recurring revenue for your business.Services like Netflix and HBO Go have championedsubscription-based monetization.Transactions — Paywalls and Pay-per-View ServicesGone are the days when seeing an event in real timemeant you actually had to be there. Paywalls also enablepay-per-view revenue generation for live sportingevents, concerts, and more.Cord-cutting viewers expect the same on-demandlive options that traditional satellite and cable servicesprovide, which opens up opportunities for live streamingbroadcasts.OBSEnhanced forReal-Time( 500ms)BrowserBasedCapture( 5

The second step in any live streaming workflow is video encoding. After capturing the video with your camera(s) of choice — be it a production-quality setup, IP camera, or your end-users' mobile devices — live video data must be digitized for efficient transportation across the internet. Video encoding is essential to live streaming,

Related Documents:

May 02, 2018 · D. Program Evaluation ͟The organization has provided a description of the framework for how each program will be evaluated. The framework should include all the elements below: ͟The evaluation methods are cost-effective for the organization ͟Quantitative and qualitative data is being collected (at Basics tier, data collection must have begun)

Silat is a combative art of self-defense and survival rooted from Matay archipelago. It was traced at thé early of Langkasuka Kingdom (2nd century CE) till thé reign of Melaka (Malaysia) Sultanate era (13th century). Silat has now evolved to become part of social culture and tradition with thé appearance of a fine physical and spiritual .

On an exceptional basis, Member States may request UNESCO to provide thé candidates with access to thé platform so they can complète thé form by themselves. Thèse requests must be addressed to esd rize unesco. or by 15 A ril 2021 UNESCO will provide thé nomineewith accessto thé platform via their émail address.

̶The leading indicator of employee engagement is based on the quality of the relationship between employee and supervisor Empower your managers! ̶Help them understand the impact on the organization ̶Share important changes, plan options, tasks, and deadlines ̶Provide key messages and talking points ̶Prepare them to answer employee questions

Dr. Sunita Bharatwal** Dr. Pawan Garga*** Abstract Customer satisfaction is derived from thè functionalities and values, a product or Service can provide. The current study aims to segregate thè dimensions of ordine Service quality and gather insights on its impact on web shopping. The trends of purchases have

Chính Văn.- Còn đức Thế tôn thì tuệ giác cực kỳ trong sạch 8: hiện hành bất nhị 9, đạt đến vô tướng 10, đứng vào chỗ đứng của các đức Thế tôn 11, thể hiện tính bình đẳng của các Ngài, đến chỗ không còn chướng ngại 12, giáo pháp không thể khuynh đảo, tâm thức không bị cản trở, cái được

Le genou de Lucy. Odile Jacob. 1999. Coppens Y. Pré-textes. L’homme préhistorique en morceaux. Eds Odile Jacob. 2011. Costentin J., Delaveau P. Café, thé, chocolat, les bons effets sur le cerveau et pour le corps. Editions Odile Jacob. 2010. Crawford M., Marsh D. The driving force : food in human evolution and the future.

Le genou de Lucy. Odile Jacob. 1999. Coppens Y. Pré-textes. L’homme préhistorique en morceaux. Eds Odile Jacob. 2011. Costentin J., Delaveau P. Café, thé, chocolat, les bons effets sur le cerveau et pour le corps. Editions Odile Jacob. 2010. 3 Crawford M., Marsh D. The driving force : food in human evolution and the future.