aspose file tools
The moose likes Java in General and the fly likes RTP Stream Problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "RTP Stream Problem" Watch "RTP Stream Problem" New topic
Author

RTP Stream Problem

Dileep Malayanur
Greenhorn

Joined: May 27, 2008
Posts: 17

Hey guys,

I was able to capture video from a web cam and save it in a avi file. Then thought of working with RTP. Well everything worked fine except that the live stream captured from webcam is streamed to applet player in html page so cool locally, but doesn't stream to remote machines (on LAN) . Besides tricky part is that the player gets created and i see no exception messages in Java Console. By the way i have signed the jar file to ensure applet security. Any suggestions are appreciated.


Dileep Malayanur
Dileep Malayanur
Greenhorn

Joined: May 27, 2008
Posts: 17
Whats up no JMF questions or what?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35444
    
    9
I'd assume that the applet needs to be configured so that it knows from where to obtain the stream, possible in the applet tag. How are you doing that?


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: RTP Stream Problem
 
Similar Threads
HELP
RTP Packets (JMF)
SDP (session description protocol) file
RTP Player (JMF)
JMF-RTP audio. please help.