0

I have mp4 stream available over HTTP to single client

How to broadcast it to multiple clients?

I can write code that will read MP4 stream over HTTP and copy to multiple clients.

But is there some initial frame, header in MP4 stream?

May be some framework or existing server can broadcast mp4 stream?

Artem
  • 1,307
  • 2
  • 11
  • 23

1 Answers1

1

Use VLC, it has nice streaming possibilities (VLC is for Video Lan Client, by the way).

Just fire up VLC, go to File->Stream..., select the source you want to distribute, choose e.g. http as method, transcode (or don't), and select the port to listen on. From there on, your clients can connect :)

Marcus Müller
  • 34,677
  • 4
  • 53
  • 94