Can we play audio and video files using Applet? -
i need develop webpage plays both audio , video files. , need change controls using arrows up, down, left , right buttons manage audio or video.
regards, serenity.
if these audio , video files of formats strictly controlled you, there ways achieve in java. otherwise java not choice of language loading , using wide variety of media types.
for example, javax.sound.sampled package covers things au, wav & snd. uses service provider interface supporting other formats can provide decoder/encoder. e.g. support mp3s (decoding only) can added using mp3plugin.jar of java media framework (jmf).
and having mentioned jmf brings video. jmf can load , play types of mov, avi , mpeg files, but not types. e.g. have 2 kodak cameras can record movs, older 1 produces mov files compatible jmf, newer movs aren't. jmf 'abandon-ware' quite api in it's day - lags today because of lack of support more modern codecs (encoding/file types) - , web-cam resolutions.
having said that, inexperience indicated in not specifying whether support 'controlled' or 'every' format suggests have long learning curve achieving task. :-(
Comments
Post a Comment