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

