07-26-2012 07:44 AM
yone knows how to play an rtsp video?
a sample..small one..not complex.
07-26-2012 08:13 AM
This sample gives you some direction
07-26-2012 08:16 AM
07-26-2012 08:16 AM
try with BlackBerry Browser .
07-26-2012 08:22 AM
The BlackBerry® devices with BlackBerry® Device Software version 4.3.0 or later that supports EVDO will support RTSP functionality
Import the required classes.
import javax.microedition.media.Manager;
import javax.microedition.media.Player;
Invoke Manager.createPlayer(String) to stream media by passing a parameter that represents an RTSP locator.
Player p = Manager.createPlayer("rtsp://streaming.rim.com/str
07-26-2012 08:24 AM
Source: