Monday, September 26, 2011

The J2ME record management system


   The J2ME record management system (RMS) provides a mechanism through which MIDlets can persistently store data and retrieve it later. In a record-oriented approach, J2ME RMS comprises multiple record stores. An overview of J2ME RMS and MIDlet interfacing is given in Figure 1.

Figure 1. Overview of J2ME RMS and MIDlet interfacing
Overview of J2ME RMS and MIDlet interfacing

Tuesday, September 20, 2011

App Store Tip


HTTP Live Streaming in iOS


HTTP Live Streaming is a streaming standard proposed by Apple. See draft 5.
Files involved are
  • .m4a for audio (if you want a stream of audio only).
  • .ts for video. This is a MPEG-2 transport, usually with a h.264/AAC payload. It contains 10 seconds of video and it is created by splitting your original video file, or by converting live video.
  • .m3u8 for the playlist. This is a UTF-8 version of the WinAmp format.