Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-04-2008, 04:25 PM
Member
 
Join Date: Jul 2008
Posts: 1
sandeep.g1983 is on a distinguished road
supported rtsp formets
I need to know the URL formats supported by media player in MMAPI (JSR-135).

Using getSupportedContentType() method, I found that emulator does not support RTSP -- Only http links work on the emulator. The following link was tested successfully on the emulator with a player created using MMAPI (JSR-135)
//localhost:8080/phantom.mpg

On device, both rtsp and http links are supported. On the device, the player created using MMAPI (JSR 135) is able to play the following rtsp links

/123.123.123.123/public/metadata/pvmetadata.mp4
// localhost:8080/phantom.mpg

The following devices used for testing : Nokia N95, Sony Ericsson W910i.

On the device, the player created using MMAPI (JSR 135) could not able to play the following rtsp link:
/123.123.123.123/__MM__/dvs%3a1%3a102%7c123%7c150%7caudio%7cClientID%3d108 %7c1%7c275%7c6335060020186878001%7c7%2f2%2f2008+12 %3a56%3a41+PM%7c7610c6818031d4c4%7c

The native player(player of Sony ericsson mobile "walkmen 3.0 edition") (which does not depend on JSR 135) on the device was able to play the following rtsp links

//123.123.123.123/__MM__/dvs%3a1%3a102%7c123%7c150%7caudio%7cClientID%3d108 %7c1%7c275%7c6335060020186878001%7c7%2f2%2f2008+12 %3a56%3a41+PM%7c7610c6818031d4c4%7c

Based on the above information, Can you provide me the URL formats supported by JSR 135 ? Is there any restriction on the URL format, such as encoded format, plain format, etc. ? Is it possible to add streaming or media related parameters to the plain format that can be understood by the player ?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Java Loader error message "UNC paths not supported" Johnny562 New To Java 1 07-02-2008 12:24 AM
Testing supported protocols JavaForums Java Blogs 0 06-27-2008 01:40 PM
Unsupported Content-Type: text/html Supported ones are: [text/xml] luislopezco Advanced Java 0 05-26-2008 06:26 PM


All times are GMT +3. The time now is 10:48 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org