TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

My video streaming wishlist for the next 3 to 5 years

5 pointsby programjoeover 1 year ago
I work in the video streaming space and curious on others thoughts. Here&#x27;s my wishlist though<p>1. WebTransport and WebCodec becomes the primary means for client to server real-time video delivery (e.g. compositing, off-device analysis)<p>2. No more vendor lockin with WebRTC (WHIP and WHEP might help here). Build a solution once on the client and if I don&#x27;t like my provider just change the endpoint URL.<p>3. Google MediaPipe or a high level API on the browser to run AI models easily for audio &#x2F; video. Right now it seems like most solutions for simple things like blurring are just minor abstractions on top of MediaStreamTrackProcessor.<p>4. Optimized headless browser for cloud rendering. Too many terrible solutions at the moment using CEF and chrome that then use ffmpeg or gstreamer, XVFB and pulseaudio.<p>5. Plug and play pipelines in the cloud for video processing (like zapier for video). I can plug in any processing I want in between the source and sink without a convulted mess of trying to push audio and video around to different apps either in network or across the internet.

2 comments

toomuchtodoover 1 year ago
Hey! Just a rando here, but I would be interested in hearing your opinion as to where Peertube does well with this wish list and where it needs improvement.<p><a href="https:&#x2F;&#x2F;joinpeertube.org" rel="nofollow noreferrer">https:&#x2F;&#x2F;joinpeertube.org</a><p><a href="https:&#x2F;&#x2F;framablog.org&#x2F;2023&#x2F;11&#x2F;28&#x2F;peertube-v6-is-out-and-powered-by-your-ideas&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;framablog.org&#x2F;2023&#x2F;11&#x2F;28&#x2F;peertube-v6-is-out-and-powe...</a>
评论 #38474836 未加载
Sean-Derover 1 year ago
I see 1 and 2 as going in the opposite directions. WebTransport+WebCodec enables the shipping of binary blobs for each individual service. WHIP+WHEP might see enough demand (OBS input) that locked down services have to offer it.<p>What cloud rendering are you trying to do? My hope&#x2F;goal is to drop the browser dependency completely.
评论 #38475145 未加载