Archived:RTSP streaming URLs must include a file extension (Known Issue)
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
Article Metadata
Compatibility
Platform(s): S60 2nd Edition, FP3
S60 3rd Edition
S60 3rd Edition
Article
Created: User:Technical writer 1
(25 Apr 2007)
Last edited: hamishwillee
(28 Jun 2012)
Description
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


(no comments yet)