why this occurs?

Hello everyone

I tried to transmit a mpeg file using AVTransmit2 and AVtransmit4 and it did work, but however the transmission stoped after few minutes and the following message was printed:

java.lang.NullPointerException

at com.sun.media.codec.video.mpeg.Packetizer.doSlice(Packetizer.java:533

)

at com.sun.media.codec.video.mpeg.Packetizer.doProcess(Packetizer.java:3

06)

at com.sun.media.codec.video.mpeg.Packetizer.process(Packetizer.java:218

)

at com.sun.media.BasicFilterModule.process(BasicFilterModule.java:322)

at com.sun.media.BasicModule.connectorPushed(BasicModule.java:69)

at com.sun.media.BasicOutputConnector.writeReport(BasicOutputConnector.j

ava:120)

at com.sun.media.SourceThread.process(BasicSourceModule.java:729)

at com.sun.media.util.LoopThread.run(LoopThread.java:135)

i traced the program while refering to user guide provided by sun.

i really couldn't overcome this problem.

plz "any thing u think it may help"

Thanks

[1069 byte] By [LLLa] at [2007-11-27 8:56:12]
# 1

I just want to repeat my problem more clearly in case you couldn't understand at first

when broadcasting a video file using AVTransmit2, the AVReceive2 is able to receive it but after 2 minutes only the sound component "audio" is received while the visual component "video" disappears.

by z way i changed life-time to :

Thread.currentThread().sleep(6000000)

.

plz plz let me know why?

LLLa at 2007-7-12 21:18:40 > top of Java-index,Security,Cryptography...
# 2
did that happen to any one using AVTransmit2.java?
LLLa at 2007-7-12 21:18:40 > top of Java-index,Security,Cryptography...