English 中文(简体)
机器人玩家 WOWZA 服务器 RTSP 流发行
原标题:Android player WOWZA server RTSP stream issue

我从Wowza服务器流出 trtsp 流。 我的和机器人玩家最后会出错很多次。 我玩了几秒钟或几分钟就会犯错 。

以下是错误日志 :

05-26 15:47:27.339: WARN/NEXTREAMING(1458): ERR0:2167 _iConfigLen 0,  pVDI-     >ebdq.nFilled 0
05-26 15:47:27.339: ERROR/QCvdec(1458): Omx Flush issued when vdec is not initialized yet.
05-26 15:47:27.339: ERROR/(1458): Flush VDL_stats_q: stats_ptr 0x27d88
05-26 15:47:27.339: ERROR/QCvdec(1458): Warning - previous ts > current ts. And both are non B-frames
05-26 15:47:27.349: WARN/NEXTREAMING(1458): ERR0:[Video 870] ==> Decoding failure. (0), CTS(263960)
05-26 15:47:27.349: WARN/NEXTREAMING(1458): ERR0:[Video 873] FIRE_ONERROR [NEXPLAYER_ERROR_CODEC]
05-26 15:47:27.349: WARN/NEXTREAMING(1458): ERR0:[VideoDecTask 874] Error(0xe)   Occurred! Stop[0], Async[2147483647]
05-26 15:47:27.349: WARN/NEXTREAMING(1458): ERR0:[CommonEvnets670] SEND   MEDIA_ERROR_UNKNOWN : NEXPLAYER_EVENT_ERROR(Error Code:0x0000000e)
05-26 15:47:27.349: ERROR/MediaPlayer(4923): error (1, 0)
05-26 15:47:27.359: ERROR/MediaPlayer(4923): <!>android.media.MediaPlayer$EventHandler 1340<!> Error (1,0)
05-26 15:47:27.359: DEBUG/VideoView(4923): <!>android.widget.VideoView$4 357<!> Error: 1,0
05-26 15:47:27.419: ERROR/QCvdec(1458): Omx Flush issued when vdec is not initialized yet.
05-26 15:47:27.419: ERROR/(1458): Flush VDL_stats_q: stats_ptr 0x0
05-26 15:47:27.429: WARN/QCvdec(1458):     ======================================================================
05-26 15:47:27.429: WARN/QCvdec(1458):                    Open Max   Statistics                                
05-26 15:47:27.429: WARN/QCvdec(1458):    ======================================================================
05-26 15:47:27.429: WARN/QCvdec(1458): empty this buffer rate = 11.547641
05-26 15:47:27.429: WARN/QCvdec(1458): empty this buffer total time = 28490667
05-26 15:47:27.429: WARN/QCvdec(1458): empty this buffer count = 329
05-26 15:47:27.429: WARN/QCvdec(1458): ======================================================================
05-26 15:47:27.429: WARN/(1458): ===========================================================
05-26 15:47:27.429: WARN/(1458):                      Arm  Statistics                        
05-26 15:47:27.429: WARN/(1458): ===========================================================
05-26 15:47:27.429: WARN/(1458): Total number of frames decoded = 322
05-26 15:47:27.429: WARN/(1458): Average Arm time/frame(ms)     = 0.488919
05-26 15:47:27.429: WARN/(1458): Frames Arm Decoded/sec         = 2045.327515
05-26 15:47:27.429: WARN/(1458): ===========================================================
05-26 15:47:27.429: WARN/(1458):                     Frame Done  Statistics                  
05-26 15:47:27.429: WARN/(1458):  ===========================================================
05-26 15:47:27.429: WARN/(1458): Frame done cumulative time     = 31283552
05-26 15:47:27.429: WARN/(1458): Frames Done per second         = 10.260983
05-26 15:47:27.429: WARN/(1458):   ===========================================================
05-26 15:47:27.439: WARN/(1458): ===========================================================
05-26 15:47:27.439: WARN/(1458):                       Dsp Statistics                       
05-26 15:47:27.439: WARN/(1458): ===========================================================
05-26 15:47:27.439: WARN/(1458): Total number of frames decoded = 322
05-26 15:47:27.439: WARN/(1458): Average Dsp time/frame(ms)     = 14.353993
05-26 15:47:27.439: WARN/(1458): Frames Dsp Decoded/sec)        = 69.667023
05-26 15:47:27.439: WARN/(1458): ===========================================================

请你帮我解决这个问题

问题回答

从错误看, Wowza 为您生产的流无法被 OMX 解码器在您正在测试的手机上解码 。 尝试与 wowza 一起更改设置 。 您可以检查 Wowza 样本流: tsp:// 184. 72239. 149/ vod/ mp4: BigBuckBunny_ 175k. mov

如果那样有用的话 你的Wowza设置可能就错了

Kind regards,
Bo





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签