2013.07.12(2)——— android juv-rtmp-client-+red5+rtmp
参考:http://blog.csdn.net/somnusxyb/article/details/9036465
下载开源项目IVideoChat,地址http://www.eoeandroid.com/thread-188523-1-1.html,这个例子直接就能启动起来的
关于juv-rtmp-client的破解 参考:http://blog.csdn.net/visualcatsharp/article/details/6616209
修改几处如下:
1、RTMPConnectionUtil中的red5_url修改为你的red5服务器中配置的 Location,如:
private static final String red5_url = "rtmp://192.168.5.73/oflaDemo";
2、VideoActivity类中的startVideo方法,如下
RTMPConnectionUtil.netStream.publish("test", NetStream.RECORD);
这个test就是stream name,有什么用呢?就想上篇我说的,你如果已经往服务器上传视频数据了,你想要在服务器上看 就需要把publisher.html界面的那个name和这个代码里面的第一个参数一致,然后 点击那个网页的play就可以看到视频,不过延迟的厉害