zoukankan      html  css  js  c++  java
  • red5 重新分配 ip

    root@hett-OptiPlex-7040:~# ll /usr/local/src/red5/conf/
    total 144
    drwxr-xr-x 2 root root  4096  1月  9 11:27 ./
    drwxrwxr-x 8 hett hett  4096  1月 17 13:17 ../
    -rw-r--r-- 1 hett hett  1670  2月 26  2014 access.properties
    -rw-rw-r-- 1 hett hett 10476 10月 24  2014 catalina.policy
    -rw-rw-r-- 1 hett hett  1656  7月 26  2016 context.xml
    -rw-r--r-- 1 hett hett 14172  2月 26  2014 ehcache.xml
    -rw-rw-r-- 1 hett hett  6449  8月 27  2016 jee-container.xml
    -rw-r--r-- 1 hett hett  1364  2月 26  2014 keystore.jmx
    -rw-rw-r-- 1 hett hett   920  2月  5  2016 logback.xml
    -rw-r--r-- 1 hett hett   613  1月 30  2016 no-jee-container.xml
    -rw-r--r-- 1 hett hett  1346  2月 26  2014 password.properties
    -rw-r--r-- 1 hett hett  1992  2月 26  2014 quartz.properties
    -rw-r--r-- 1 hett hett   449  2月 26  2014 realm.properties
    -rw-r--r-- 1 hett hett 10143  8月 12  2016 red5-common.xml
    -rw-rw-r-- 1 hett hett 14126  8月 27  2016 red5-core.xml
    -rw-r--r-- 1 hett hett    55  2月 26  2014 red5.globals
    -rw-rw-r-- 1 hett hett 12790  1月 24  2016 red5.policy
    -rw-rw-r-- 1 hett hett  5021  5月  9  2016 red5.properties
    -rw-rw-r-- 1 hett hett  2589  6月 29  2016 red5.xml
    -rw-r--r-- 1 hett hett   628  2月 26  2014 tomcat-users.xml
    -rw-r--r-- 1 hett hett   661  2月 26  2014 truststore.jmx

    root@hett-OptiPlex-7040:~# gedit /etc/hosts


    root@hett-OptiPlex-7040:~# gedit /usr/local/src/red5/conf/access.properties

     

    root@hett-OptiPlex-7040:~# ll /usr/local/src/red5/webapps/oflaDemo/WEB-INF/
    total 32
    drwxr-xr-x 4 root root 4096  1月  9 15:37 ./
    drwxr-xr-x 6 root root 4096  1月 11 15:35 ../
    drwxr-xr-x 3 root root 4096  1月  9 15:37 classes/
    drwxr-xr-x 2 root root 4096  1月  9 15:37 lib/
    -rw-r--r-- 1 root root   96  1月  9 15:37 red5-web.properties
    -rw-r--r-- 1 root root 4330  1月  9 15:37 red5-web.xml
    -rw-r--r-- 1 root root 2291  1月  9 15:37 web.xml
    root@hett-OptiPlex-7040:~# gedit /usr/local/src/red5/webapps/oflaDemo/WEB-INF/
    root@hett-OptiPlex-7040:~# gedit /usr/local/src/red5/webapps/oflaDemo/WEB-INF/red5-web.properties

  • 相关阅读:
    ffplay 一些好玩的filter
    ffmpeg加文字水印并控制水印显示时间或显示周期
    学习笔记之redux
    vue的一些常识代码规范(小小总结)
    使用computed和watch实现子组件监听父组件的变量变化
    vuex实现状态管理的具体操作
    scss使用总结
    vue的key值引发渲染错位的血案
    mp-vue实现小程序回顶操作踩坑,wx.pageScrollTo使用无效填坑
    git 的一些指令 (遇到再补充)
  • 原文地址:https://www.cnblogs.com/youran-he/p/8482665.html
Copyright © 2011-2022 走看看