artistrea
tRPC and playing audio files on the frontend
It's been some time since I last used trpc, but
https://trpc.io/docs/rpc#http-response-specification
I don't think tRPC wants to support that at all. They are different comm systems, and trying to stream files through a spec that only makes it more difficult to do so is like asking for bugs.
You should probably serve the trpc endpoints with express
https://trpc.io/docs/server/adapters/express
And just make an endpoint that streams the file
4 replies