How config nginx to serve flv video streaming with JWplayer
- by Nisanio
I need to serve flv files from one server, and show those videos on a web page located in another server, with JWPlayer.
I already config nginx with the flv module, an put this on nginx.conf
location ~ \.flv$ {
flv;
}
The code I use in the jwplayer is
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"…