How do I relay an audio/video stream?

I want to be able to upload an audio/video stream to a server in the building, and then any computer in the building can connect & view the stream. How can I achieve this?

EDIT:

Okay. So the setup is this: It is my place of work, and in part of the building we have a big Auditorium with cameras, sound desk, PCs etc. At the moment we just feed the camera into a windows PC that has Adobe Flash Media server installed, so we can broadcast the feed on to youtube.

However that is not useful for a permanent solution, as we cannot be continuously live streaming on to Youtube. What I am imagining (although I do not know the technologies involved, but I am willing to learn) is somehow streaming the audio / video onto a machine (either in the auditorium, or in our server room) and then being able to use that stream in anyone of the rooms around the building. Again, I am unsure of the technology needed, but I would like a way of broadcasting the stream around the building without hardwiring Audio/Visual cables to each room.

The building is fully networked with offices and servers connecting them all together.

4

1 Answer

You can look into DLNA solutions. It is a set of standards to perform multimedia contents playback across devices over a network.

In the DLNA specifications, there are mainly three roles: Digital Media Server (DMS), Digital Media Player (DMP), Digital Media Controller (DMC).

DMS keeps all the media files, DMC is like a remote controller and DMP playback the multimedia contents. Sometimes a device / software plays multiple roles. e.g. there are now "smart TV" that is capable to be the DMC and DMP so that it can find and play multimedia contents on DMS on the same network.

You can install DMS software on your server and keeps all multimedia files there, and in the other rooms you can install DMP+DMC software. To my knowledge Windows Media Player is also capable of being DMP/DMC (but I did not try it out on my own).

If you would like to play contents remotely, you can install DMC software at your control room, so that DMC sends a command to DMS to playback content at desired DMP.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like