I am trying to get streaming working on an Android.
The app plays the on-demand video from wowza media server v2.2.4 via RTSP by link such as ‘rtsp://180.150.140.49:1935/vod/mp4:sample.mp4’. Wowza media server runs on Linux Red Hat 4.
The application vod is set up by running wowza_path/examples/installall.sh.
The video sample.mp4 can be played.
The problem is the progress bar didn’t work and there is no buffering information prior to the beginning of the video.
When I drag the progress bar, it’s not working at all. And the buffering information cannot be read by Android app.
There should be no problem with the Android app itself, as I set up a wowza media server on local laptop (The OS is Windows).
Then android app connects to local wowza media server, progress bar works and buffer information can be shown as well.
The local wowza media server was set up by default configuration. The application vod on local wowza media server is also set up by running installall.bat.
Could anyone help me get out of here?