RangerMauve / hyper-sdk-rpc

JSON-RPC wrapper for hyper-sdk to enable embedding into other applications.
GNU Affero General Public License v3.0
1 stars 1 forks source link

How to stream audio and video? #14

Open josephmturner opened 8 months ago

josephmturner commented 8 months ago

hyper-gateway runs an HTTP server. How can we do this without setting up an HTTP server?

alphapapa commented 8 months ago

The best idea I have is to open a separate connection to the RPC server for the sake of streaming a certain file, then to pass the data directly to, e.g. VLC or MPV over a socket or pipe as it arrives, making the Emacs part as thin as possible. Seems like it should work...