Note that there are some explanatory texts on larger screens.

plurals
  1. POStreaming issues ..path is null log
    text
    copied!<p>Im trying to develop an app that gets stream from JMF streming webcam.. i can stream my webcam by using jmstudio. but i cant watch it on my tablet pc.. here is my code and log ..</p> <pre><code> String path = "rtsp://192.168.1.211:2000"; MediaController mc= new MediaController(this); vw.setVideoPath(path); vw.setMediaController(mc); vw.requestFocus(); mc.show(); vw.start(); </code></pre> <blockquote> <p>09-26 04:17:17.307: D/CLIPBOARD(22762): Hide Clipboard dialog at Starting input: finished by someone else... ! 09-26 04:17:24.807: V/MediaPlayer-JNI(22762): native_setup</p> <p>09-26 04:17:24.807: V/MediaPlayer(22762): constructor</p> <p>09-26 04:17:24.807: V/MediaPlayer(22762): setListener</p> <p>09-26 04:17:24.807: I/MediaPlayer(22762): path is null</p> <p>09-26 04:17:24.807: D/MediaPlayer(22762): Couldn't open file on client side, trying server side</p> <p>09-26 04:17:24.807: V/MediaPlayer-JNI(22762): setDataSource: path rtsp://192.168.1.211:2000</p> <p>09-26 04:17:24.807: V/MediaPlayer(22762): setDataSource(rtsp://192.168.1.211:2000)</p> <p>09-26 04:17:24.807: V/MediaPlayer(22762): setVideoSurfaceTexture</p> <p>09-26 04:17:24.807: V/MediaPlayer-JNI(22762): setAudioStreamType: 3</p> <p>09-26 04:17:24.807: V/MediaPlayer(22762): MediaPlayer::setAudioStreamType</p> <p>09-26 04:17:24.807: V/MediaPlayer(22762): setVideoSurfaceTexture</p> <p>09-26 04:17:24.807: V/MediaPlayer(22762): prepareAsync</p> <p>09-26 04:17:55.147: V/MediaPlayer(22762): message received msg=100, ext1=1, ext2=-2147483648</p> <p>09-26 04:17:55.147: E/MediaPlayer(22762): error (1, -2147483648)</p> <p>09-26 04:17:55.147: V/MediaPlayer(22762): callback application</p> <p>09-26 04:17:55.147: V/MediaPlayer(22762): back from callback</p> <p>09-26 04:17:55.147: E/MediaPlayer(22762): Error (1,-2147483648)</p> <p>09-26 04:17:55.147: D/VideoView(22762): Error: 1,-2147483648</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload