Jump to content
Sign in to follow this  
Yaron

AI and an HTTP caching bridge

Recommended Posts

I have a need for a very specific feature I'd like to add to Zoom Player, an HTTP caching bridge.

 

The purpose of an HTTP caching bridge is to cache repeated HTTP "GET" queries generated by DirectShow media streaming filters (components) such as LAV Filters when streaming mp4/mkv files from media servers such as PLEX, Emby or Jellyfin.
 

Caching is required as these components treat streaming files the same as local files with repeated seeking to read headers and frame indexes, degrading performance (very slow seeking, long pauses when switching subtitle tracks, etc) and unnecessarily overloading the media server.

 

Since the HTTP caching bridge is a 100% self-contained feature, I thought AI would be well suited to the task.

 

I wrote a very detailed design document and fed it into every AI system I had access to and asked the AI to implement the project goal (a section in the design document).

 

I wrote about my experiences trying to get various AI models to do the job and included the design document at the end of the post:

https://www.reddit.com/r/ZoomPlayer/comments/1m0fy46/ai_and_an_http_caching_bridge/

 

Has anyone managed to get AI to code anything like this level of complexity?

Share this post


Link to post
3 hours ago, Yaron said:

Has anyone managed to get AI to code anything like this level of complexity?

No. You are wasting your time.

  • Thanks 1

Share this post


Link to post

Possibly, but soon (12-18 months) one of these AI models will be able to do it close enough that I can make it work and I can wait, I have other more important features in my work-queue.

 

For now this is my personal benchmark for AI's coding capabilities.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×