Reputation: 182
I have installed Red5 server. Now I have a video and want that to be streamed over RTSP in 3Gp format. How do I set that up?
Upvotes: 3
Views: 6596
Reputation: 4807
First you have to deploy oflaDemo in your red5 server. For that
Now you have to copy your video files into /webapps/oflaDemo/streams folder
By default red5 gives a flash player for playing streming media files. To access that http://YOUR_RED5_SERVER:5080/demos/ofla_demo.html
OR
You can access the same RTMP video via VLC using this rtmp://YOUR_RED5_SERVER/oflaDemo/YOUR_FILE_NAME.3gp
OR
write your own player.
Upvotes: 1