• 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

Open source code for RTP/RTCP API on J2ME

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

I would like to know if there exists any open source code for RTP/RTCP API on J2ME. When I searched on google I could find only proprietry APIs. I would really appreciate your help.

Thanks,
Bh
 
author
Posts: 1436
6
Python TypeScript Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
bh ka,

Please change your display name to conform to the Java Ranch naming policy, which you had agreed to when you signed up.

I do not think there is any useable open source RTP toolkit for J2ME. The reason is that RTP typically require require support from the underlying phone platform. It cannot be done in pure Java. In fact, the standard MMAPI allows RTP connection strings -- the phone would support that if RTP is possible on that device at all.

Michael
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
I'm doing my final work at university and part of it was playing audio and video files received in the phone via RTP. I succeeded for audio, just implementing a custom DataSource and SourceStream, but didn't succeed with video.
So you should know that at least audio is possible
Regards
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to konw how you can send midea to phone use trp
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic