前两天把RTSPPlayer for android递交到应用汇,并通过了审核,应用汇里的地址:http://www.appchina.com/soft_detail_296045_0_10.html。
这个周末没事就再拿出来改改,并把版本号改为1.1。主要的改动如下:
1.1 (2012/06/17)
Change application UI to fullscreen mode(@android:style/Theme.NoTitleBar.Fullscreen),
Change VideoPlayer activity to LANDSCAPE mode to maximize the video.
Add a menu for main UI.
Add a preset URL list(hard coded url save in a spinner), so that you can just select live streaming video from the list by just one click.
Fix large video display resolution bug.
现在这里边的视频列表是写死在程序里的,下一步有空我会考虑把它放到网上,然后打开程序的时候从网上同步地址,再进行视频观看。
另外,也在找存放源码的地方,希望有热情的同行,共同参与改善。