I just want to connect a couple of cameras to my apache server, embed some code in a PHP page and stream live video to the internet.
Does anyone know any simple affordable solutions that don't involve Microsoft of Flash?
I just want to connect a couple of cameras to my apache server, embed some code in a PHP page and stream live video to the internet.
Does anyone know any simple affordable solutions that don't involve Microsoft of Flash?
For live streaming you need flash or silverlight on the client side, except the iOS devices, where it's doable with HTML5.
Based on your comment, it looks like you'll need a mixed solution. Flash for the normal devices, and HTML5+m3u8 for iOS.