Answer the question
In order to leave comments, you need to log in
How to develop a stream server?
Hi all.
The question arose of creating our own stream server for audio/video broadcasting.
What technologies are best used for this? It is the development of one's own that is of interest, and not the use of ready-made services, which ultimately lead to a vendor lock.
PS NodeJS is the best fit for this role. it has stream support at the system level. The server provides requests and responses as Readable Stream and Writable Stream respectively. Who can advise on this?
Answer the question
In order to leave comments, you need to log in
because it has stream support at the system level
In general, for video streaming, there have been special protocols for 10-15 years, and you are asking some nonsense from the wrong opera.
In your case, take standard protocols and implement what you know best, although in high-level languages, it will be hard to work with bits. You can also try to reinvent your wheel based on existing protocols, but I think you should not bother with this.
Plus, the standard is the standard, you can support many other devices and programs with your server.
Here are links for reference: TRP , Streaming Media
Yes, by the way, there are ready-made libs with protocol implementations, google it! :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question