is there a way to connect to rtsp stream to decode jpg image for exemple from the stream vith javame api... I've tried to launch a runtime command with Runtime.exec(). but seems not to work in javame api 8.3. Runtime class don't have the exec method...
Some Idea ? I want to connect to rtsp IPCAM stream media which work fine with vlc or ffmpeg and rtsp protocol
thanks