• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Real Time Streaming Protocol with j2me !!!

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody,

I am writing a midlet that display the realtime streaming images from the IP camera. The IP camera provides the rtsp with the links rtsp://IPadres/mpeg4/media.3gp or rtsp://IPadres/mpeg4/media.amp. I wonder if j2me can call the media player in the phone to handle the media stream or is there anyway to decode the stream effectively in j2me.

If you have any idea, please help me with this problem.

Thank you in advance
 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, it is possible, see this discussion thread at Nokia's developer forum

http://discussion.forum.nokia.com/forum/showthread.php?t=93004

The syntax for opening RTSP streams using Manager.createPlayer() with MMAPI is

'rtsp://'<address>[':'<port>]['/'path]
[ December 02, 2006: Message edited by: Eduardo Marques ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic