RED5 和 RTSP 流媒体
我已经安装了Red5服务器。现在我有一个视频,希望通过 RTSP 以 3Gp 格式进行流式传输。我该如何设置?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,您必须在 red5 服务器中部署 oflaDemo。为此,
现在您必须将视频文件复制到 /webapps/oflaDemo/streams 文件夹中
默认情况下,red5 提供了一个 Flash 播放器来播放流媒体文件。要访问该 http://YOUR_RED5_SERVER:5080/demos/ofla_demo.html
或者
您可以访问使用此 rtmp://YOUR_RED5_SERVER/oflaDemo/YOUR_FILE_NAME.3gp 通过 VLC 播放相同的 RTMP 视频
或
编写您自己的视频玩家。
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.