Search code examples
phpmysqlmacosstreaminglive

Streaming live video to a web site


I've received a request asking if it's possible to stream live video to a web site. The person requesting this has a notebook running MacOS, a professional camera that can be connected up using Firewire and a web site with PHP/MySQL.

What solutions exist to stream the video out on the Internet and, if practical, what would be necessary to display the live video on a web page in programming terms ?

Edit: There are these topics on stackoverflow but I'm not sure if they're relevant:
Live Video Streaming with PHP
How do I stream Live Video

There is also this page over at apple.com:
http://www.apple.com/quicktime/tutorials/delivery.html


Solution

  • top of my head, VLC Media Player. It has the ability to stream Live Video from a given capture device. There is a how to guide here.

    One shortcoming I noticed is the end user must have VLC installed as well. But I am sure there is a way around it with enough research.