Tagged Questions

JSR 135 - Mobile Media API, a Java ME specification

learn more… | top users | synonyms

3
votes
1answer
3k views

Streaming Video with Blackberry Simulator

So, I wrote a quick little app for the iphone that takes in an http URL, and plays the .mp4 video located at that URL (it does more than that, of course, but that's the meat of it). Naturally, I ...
2
votes
2answers
86 views

Is there a way to enumerate the video devices on a Java ME phone?

I recently downloaded a barcode reading application for my phone, an LG KU990i (AKA the Viewty) However, there's a problem that renders the application nearly useless: the Viewty has 2 cameras -- the ...
2
votes
1answer
445 views

Blackberry Simulator - player get stuck after 50 sec video playback

Dear Friends, I am using blackberry jde 4.6 and i use to test my application in blackberry 9000 simulator.Some times before i run one ".3gp" video file in my appliction.My application consist one ...
2
votes
3answers
6k views

Blackberry Audio Recording Sample Code

Does anyone know of a good repository to get sample code for the BlackBerry? Specifically, samples that will help me learn the mechanics of recording audio, possibly even sampling it and doing some ...
1
vote
2answers
2k views

Blackberry - Player with custom data source

I must create a custom media player within the application with support for mp3 and wav files. I read in the documentation i can`t seek or get the media file duration without a custom datasoruce. I ...
1
vote
1answer
527 views

BlackBerry - video player - FramePositioningControl is null

I'm developing a blackberry application that plays video from the server. I've used Player.start() and Player.stop() for playing and pausing a video. But I also need rewind, forward and seek bar ...
1
vote
2answers
1k views

What is the proper way to stream HTTP video, or even to debug on a Blackberry simulator? [closed]

Possible Duplicate: Playing an InputStream video in Blackberry JDE I've seen a lot of different methods for doing so, but none of them are specific (and my attempts to implement them have ...
1
vote
0answers
614 views

JSR-135 MMAPI Implementing Custom Codec

Is it possible to implement a custom codec decoder and play a media file using JSR135? Actually I am interested in playing back a custom media file in J2ME. I think JSR135 is a good starting point but ...
0
votes
2answers
39 views

How can I verify that a TCP packet has received an ACK in JAVA?

After sending some tcp data by any method (mine is below) DataOutputStream outToServer = new DataOutputStream(clientSocket.getOutputStream()); outToServer.writeBytes(string); How can I verify in ...
0
votes
1answer
143 views

MediaException: Cannot create DataSoruce for capture://audio on Samsung

I'm writting midlet that captures audio on mobile. System.getProperty("supports.audio.capture"); - returns true Manager.getSupportedContentTypes("capture"); - returns "audio/amr" My mobile is ...
0
votes
1answer
454 views

BlackBerry - controlling video playback (play,pause,forward,seekbar)

Hi Anyone please help me to add video controls(play,pause,forward,seekbar) to my application
0
votes
2answers
748 views

Blackberry buffered playback demo?

Can someone help me to buffer a mp3 file on a server using the Blackberry buffered pllayback demo app provided with the jde? I hav loaded it in the simulator. And my mds is started but I m unable to ...
0
votes
1answer
655 views

Blackberry - download and play video from web

I want to play video from a url in my Application...i want to first stream the video and store the data in a buffer and feed the data from the buffer to the player...
0
votes
1answer
400 views

Application crashes with Exception when using javax.microedition.media.Player

I have an application that processes data from bluetooth and send it to the web service. Recently there was a request to add sounds to the application. Now when the application processes batches of ...
0
votes
1answer
782 views

How to play a video file in blackberry simulator?

Can anyone tell me how to play a video in blackberry simulator. I have read "How To - Play video within a BlackBerry smartphone application" I could not get any error in the program and could not see ...
0
votes
2answers
3k views

Audio files not Playing in Blackberry

Im trying to play recorded wave file.While playing,exception is thrown at foll. stmt.: Player player = Manager.createPlayer(is, "audio/mpeg"); My entire code for playing wave file is as follows: if ...
0
votes
2answers
303 views

Sound issues on Blackberry 8330

It appears that on CDMA Blackberry 8330, almost every mp3 file I'm trying to play using J2ME, gets cut-of a few seconds before it's actual end. Does anybody has a clue?