views:

16

answers:

1

Curious, as I've been asked to do this. I can't find any sort of protocol anywhere.

A: 

Using header and the Location header you can redirect to any URI you want.

header('Location: rtmp://domain/path/to/resource');
Kendall Hopkins