Categories: Known Issue | Java ME | File Connection and PIM API (JSR-75) | S60 2nd Edition | S60 3rd Edition
| ID | KIJ000628 | Creation date | April 25, 2007 |
| Platform | S60 2nd Edition, FP3 S60 3rd Edition | Devices | |
| Category | Java | Subcategory | File Connection API & PIM API |
| Keywords (APIs, classes, methods, functions): |
RTSP streaming URLs that do not contain a file extension are not supported. If such a URL is used, then Manager.createPlayer( ) call throws a MediaException.
For example, the following kind of URL does not work:
* rtsp://somedomain/stream_name
While following kinds of URLs would work:
* rtsp://somedomain/stream_name.rm
* rtsp://somedomain/stream_name.3gp