TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

My video streaming wishlist for the next 3 to 5 years

5 点作者 programjoe超过 1 年前
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 条评论

toomuchtodo超过 1 年前
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-Der超过 1 年前
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 未加载