I have little problem with streaming videos from "URL". I am using "Camera Streaming" application which opens camera and give me URL like "192.168.0.??:8080". And I can stream that video in browser in my PC.
Now my question is that how can I stream that video in my application into VideoView.
I tried opening video in videoview using "setVideoURI()" but it's saying "Can't play this video." and giving me error in logcat like :
1) D/VideoView: Error: 1,-2147483648
2) E/MediaPlayer: Error (1,-2147483648)
3) D/MediaPlayer: Couldn't open file on client side, trying server side
Can you help me stream videos in VideoView ?
Thanks in Advance! Darshan Popat