Join Now
Quality Rating:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)
Expertise Level:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)

This page was last modified 08:56, 24 August 2007.

TSJ000408 - RTSP streaming not supported in the Series 40 devices' MIDP implementations

From Forum Nokia Wiki


Subject:

RTSP streaming not supported in the Series 40 devices’ MIDP implementations TSJ000408

 

Platform(s): Device(s), SW version(s):
Series 40 2nd Edition, Series 40 3rd Edition and  Series 40 3rd Edition, FP1 All devices

Category:

Java

Subcategory:

-

Description:

RTSP (Real Time Streaming Protocol) streaming is not supported in the Series 40 devices’ MMAPI implementations.
Instead of using RTSP streaming in Series 40 devices, use another way for downloading video content from the server.
You can give media files a URL to the createPlayer() method as a parameter.
The following is an example of how to do this:
String url = "http://www.myhost.com/videos/video.3gp";
Player player = Manager.createPlayer(url);
Note that when using HTTP, the whole file will be downloaded before anything is played.
The example above is from the MIDP: Mobile Media API Developer’s Guide which can be downloaded from the Forum Nokia Web site. You can also test which MM APIs are supported in the devices with the MIDP: Mobile Media API Example – Media Sampler MIDlet which is referenced in the MIDP: Mobile Media API Developer’s Guide and can also be downloaded from the Forum Nokia Web site.
Note that the RTSP streaming is supported in S60 from 2nd Edition, Feature Pack 3 onwards.

Creation date:

September 21, 2006

Last modified:

-
Related Discussions
Thread Thread Starter Forum Replies Last Post
MIDP 2.0 and Midi-support Quart02 Mobile Java Media (Graphics & Sounds) 3 2003-06-23 16:20
Video streaming on Series 60 2nd Edition chitransh_chetan Symbian Media (Graphics & Sounds) 2 2006-07-10 10:44
Problem with streaming a video thru a DSS/RTSP server baumf Graphics & Video & Streaming 1 2008-02-04 15:55
I have so many questions what to ask~Thanks e160 Graphics & Video & Streaming 0 2004-01-28 16:43
SMS Push cwfvanoordt Mobile Java General 2 2004-02-11 11:30
 
Powered by MediaWiki