Help regarding video streaming
hi,
I created one video streaming program in j2me.It was working fine in default emulator when i tried that with the nokia emulators the following exception occurs
Media Exception annot create a player for video/mpeg
can anyone tell me whether the mime type various for each and every mobile
can anyone tell me a suggestion how to do this
thanx a lot
[376 byte] By [
laxmi] at [2007-11-11 7:33:47]

# 1 Re: Help regarding video streaming
This exception can mean many things: lack of memory for launching a player, lack of proper codecs, unsupported format, invalid path name etc. etc.
Best to step into the code in debug mode and trace the call stack. See what causes this exception to be thrown. This will give you at least a hint with respect to the likely causes of this exception.
Danny at 2007-11-12 0:15:41 >
