本文介绍了我在哪里放置一个FLV文件在本地Red5服务器上流式传输?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我安装了最新的Red5服务器,但是我不确定将.flv文件放在哪里。没有像我在网上找到的一些教程中的streams或ofla目录。 I installed the latest Red5 server, but I'm not sure where to put my .flv file to stream it. There is no "streams" or "ofla" directory like in some tutorials I've found online. 我在哪里放置.flv文件来流式传输? Where do I place the .flv file to stream it?推荐答案 http:// yourmachine:5080 / installer / 并在其中安装oflaDemo。之后,您将看到一个名为/ path / to / red5 / webapps / oflaDemo / streams的目录。这就是.flv文件应该去的地方。Red5 comes with some demos but they are not installed by default. That is why the directory is not there. Suppose you installed Red5 on yourmachine at /path/to/red5. After starting Red5, open http://yourmachine:5080/installer/ in your browser and install oflaDemo there. After that, you will see a directory named /path/to/red5/webapps/oflaDemo/streams. That is where the .flv file should go. 这篇关于我在哪里放置一个FLV文件在本地Red5服务器上流式传输?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-12 20:30