Reputation: 1193
I need to develop a video streaming server which would stream a live video to multiple users. It needs to support the following "video" sources for the re-stream server:
I understand that I would need a different driver for adding support to each video input device.
I also need to support the video-display in:
My questions:
Upvotes: 2
Views: 3679
Reputation: 1193
I managed to complete the video re-streaming server and I've used the following:
Upvotes: 0
Reputation: 8927
Unfortunately there is no good consensus on one format for streaming. I would investigate multi-stream (http streaming, RTP streaming, etc) solutions so you can support multiple clients (Firefox, IE, iOS Safari, Android, etc).
A couple of good streaming servers products are:
There are tons of other good options out there too.
Upvotes: 1