how use rtsp in android media player with wowza? -


i want play mp4 in android app, when set file url in server app pushes message "cannot play video"

sometimes had anerror in eclipse "app can not find directory"

and had error "status: rtsp/1.0 401 unauthorized"

here's code i'm using set url:

objitem.setvideourl("rtsp://ipserver:1935/live/mp4:sample.mp4"); 

how can play properly?

after hour spent found answer forgot set "none" in this node value

            <publishmethod>digest</publishmethod>             <playmethod>none</playmethod> 

Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -