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

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -