• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Problem with playing video files

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

I am fairly new to J2ME. Just need to write one MIDlet to play the video files. The requirement is, need to fetch the video file first time from remote server and need to store in the local file system on the handset. From subsequent request for the video play will be played from local file.

I am running into couple of issues with my code:
1) Downloading and storing in the local file system successfully, but the play part getting the exception “createPlayer() failed”. – Basically not able to play manually. Is it the problem of video format while storing?
2) I could not take the control on video, if I place the good format video (playing if we run manually) into local system.


FYI - I am writing for Samsung omnia handset.

Any help highly appreciated.
 
Beware the other head of science - it bites! Nibble on this message:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic