Re: [PHP] Video in PHP

2006-07-07 Thread Richard Lynch
On Fri, July 7, 2006 11:23 am, Leonard Burton wrote: > I am researching setting up an application in PHP where it would play > various videos. > > I played with PHP and Totem but it didn't work exactly as planned. > > This code got the videos playing > > exec("totem --fullscreen million_dollar_wee

Re: [PHP] Video in PHP

2006-07-07 Thread tg-php
Looks like totem supports playlists, why not just generate a playlist and pipe that into totem? And I don't see any obvious documentation without downloading Totem, but you might check to see if there's an "exit on end" option that'd return control back to PHP if a playlist isn't an option. Or

[PHP] Video in PHP

2006-07-07 Thread Leonard Burton
Hi all, I am researching setting up an application in PHP where it would play various videos. I played with PHP and Totem but it didn't work exactly as planned. This code got the videos playing exec("totem --fullscreen million_dollar_weekend.mpeg"); exec("totem --fullscreen we_use_power_edit.m