登录
首页 » Java » android h263硬编码rtp打包

android h263硬编码rtp打包

于 2015-12-07 发布
0 189
下载积分: 1 下载次数: 1

代码说明:

说明:该android代码h263硬编码rtp打包发送服务器,pc端建立sdp文件用vlc播放1、服务器ip为192.168.1.62、android手机ip为192.168.1.17,在小米1s测试通过,像三星等手机不支持h263编码3、android端修改net.config包下的Config类的url4、pc端用已有的sdp文件播放,修改ip为手机ip

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 断点上传_AndroidSocket
    断点上传_AndroidSocket 断点上传_AndroidSocket
    2014-04-10下载
    积分:1
  • Android的基本2D图形绘制 文档下载
    Android的基本2D图形绘制 文档下载
    2014-09-18下载
    积分:1
  • android 银联支付例子源码下载
    android 银联支付例子源码下载
    2014-08-16下载
    积分:1
  • android 拍照上传例子源码
    android 拍照上传例子源码
    2015-06-10下载
    积分:1
  • Zxing二维码扫描android app源码
    Zxing二维码扫描实例可使用于安卓手机或安卓PDA,扫描速度超快
    2021-05-06下载
    积分:1
  • android 异步 执行 任务 例子 附讲解
    Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call  objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(),  objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute()  doInBackground() onProgressUpdate() onPostExecute()  onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are  onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from  doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else {        //continue... } See this Image For more Clear.
    2013-07-05下载
    积分:1
  • webview实现 html5站点例子源码下载
    其中的 移动站点模板在这里 http://www.haolizi.net/example/view_3676.html 下面是android端的 程序源码
    2015-05-25下载
    积分:1
  • Android应用实例 TrainSystemHelper 完整源码
    Android应用开发实例 TrainSystemHelper
    2013-01-10下载
    积分:1
  • android 百度地图 实例源码下载
    android 百度地图 实例源码下载
    2014-08-09下载
    积分:1
  • 3-PSS并联机器人可达工作空间绘制的MATLAB程序
    自己做的3-PSS并联机器人可达工作空间绘制的MATLAB程序,workspace_main.m为主程序,在MATLAB中进入解压缩后的文件夹并运行workspace_main即可完成绘图。另外Trirspace.m为3-RRR平面并联机器人可达工作空间的绘图程序,调用方法相同。
    2020-05-26下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载