How to know if vlc fails from php?
Posted: 14 Feb 2007 16:46
Hi,
I have a webserver in which I launch php to do some transcoding jobs using php exec() function... What I would like is being able to know if there is a failure in the transcoding option, and, if possible, to be able to know about the possible reason...
The transcoding parameters are passed in the request, and I'd like to be able to reply with some OK if everything goes ok, or some error message if it has failed...
Any suggestions?
Thanks so much!!!
I have a webserver in which I launch php to do some transcoding jobs using php exec() function... What I would like is being able to know if there is a failure in the transcoding option, and, if possible, to be able to know about the possible reason...
The transcoding parameters are passed in the request, and I'd like to be able to reply with some OK if everything goes ok, or some error message if it has failed...
Any suggestions?
Thanks so much!!!