Examples/ServerSidePlaylists

Server Side Playlists

 http://red5.electroteque.org/dev/demos/playlistTest.zip

or

 http://red5.electroteque.org/dev/demos/playlistTest.war

To compile run

ant

It will produce a war in the dist directory, copy it to the webapps directory and the war deployer will deploy the webapp.

The playlist is setup like this so change the settings here

playlist.repeat=true
playlist.path=streams/
playlist.pattern=*.flv
playlist.streamName=webtv
playlist.runOnStart=true
playlist.runOnStart

Will tell the application to start the stream on application startup, which will make it act like a real web tv stream. Otherwise the stream will startup on client connection.

Attachments