最近在做视频方面的项目,用jmf做视频的时候,当进行双向的视频时,我向对方发送视频对方能收到,而当对方同时发给我时,我接受却出现了一个异常,导致程序直接退出了!
请大家帮我解决这个异常,谢谢…………………………- Recevied new RTP stream: JPEG/RTP      The sender of this stream had yet to be identified.  - A new participant had just joined: Administrator@www-8mnvr6m09tl  - The previously unidentified stream       JPEG/RTP      had now been identified as sent by: Administrator@www-8mnvr6m09tl
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x77F37100
Function=[Unknown.]
Library=(N/A)NOTE: We are unable to locate the function name symbol for the error
      just occurred. Please refer to release document.tion for possible
      reason and solutions.Current Java thread:
 at sun.awt.windows.WToolkit.eventLoop(Native Method)
 at sun.awt.windows.WToolkit.run(WToolkit.java:253)
 at java.lang.Thread.run(Thread.java:536)Dynamic libraries:Local Time = Thu Jun 02 19:26:46 2005
Elapsed Time = 97
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1_02-b06 mixed mode)
#
# An error report file has been saved as hs_err_pid3604.log.
# Please refer to the file for further information.
#这怎么办啊???