tout est ds le topic, je voudrai pouvoir jouer ds une applet une video RTP, pour cela java donne une applet: http://search.java.sun.com/search/java/?qt=rtp+applet (RTPPlayerApplet.java) mais je n'arrive pas à la compiler, les erreurs sont les suivantes:
C:\j2sdk1.4.0_01\bin>javac D:\Matthieu\RTPSocketPlayer.java
Note: D:\Matthieu\RTPSocketPlayer.java uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.
C:\j2sdk1.4.0_01\bin>javac D:\Matthieu\RTPPlayerApplet.java
D:\Matthieu\RTPPlayerApplet.java:49: package rtp does not exist
import rtp.*;
^
D:\Matthieu\RTPPlayerApplet.java:77: cannot resolve symbol
symbol : class ParticipantListWindow
location: class RTPPlayerApplet
ParticipantListWindow videogui = null;
^
D:\Matthieu\RTPPlayerApplet.java:78: cannot resolve symbol
symbol : class ParticipantListWindow
location: class RTPPlayerApplet
ParticipantListWindow audiogui = null;
^
D:\Matthieu\RTPPlayerApplet.java:182: cannot resolve symbol
symbol : class ParticipantListWindow
location: class RTPPlayerApplet
videogui = new ParticipantListWindow(videomgr);
^
D:\Matthieu\RTPPlayerApplet.java:185: cannot resolve symbol
symbol : class ParticipantListWindow
location: class RTPPlayerApplet
audiogui = new ParticipantListWindow(audiomgr);
^
Note: D:\Matthieu\RTPPlayerApplet.java uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.
5 errors
alors si kelkun pouvais m'aider, se serai vraiment sympa !!
merci d'avance !