streaming - Problem playing media from RTSP URL in Android -


i have made android streaming application plays media online url's. playing media, using standard mediaplayer class playing media.

as per android documentation, supports rtsp protocol audio & video playback

http://developer.android.com/guide/appendix/media-formats.html

but when trying play media rtsp url, gets connected not able hear media

following 1 of rtsp url -

rtsp://sfera.live24.gr/sfera4132

does media have idea of playing rtsp url's through android mediaplayer

thanks

that link provided has 3 audio tracks, first , last tracks appearing silent , don't contain valid audio. middle track has audio (as per vlc). don't know how android deals multiple audio tracks. imagine may better results if use links contain 1 audio , 1 video track @ most. expect rtsp stream multiple audio tracks, android going play first 1 there no user interface select specific audio stream, hence why aren't hearing audio. if stream own server, hear audio should adjust sdp file valid audio track first. if not server, don't know you're options are.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -