Hello Everyone
How I can send vedio streame from my device to server RTSP using J2ME appl.?
PLZ if there is a documentation tell me where i can get it?
Hello Everyone
How I can send vedio streame from my device to server RTSP using J2ME appl.?
PLZ if there is a documentation tell me where i can get it?
Inbound streaming is possible, yes. Outbound streaming no.
(the workaround is to record short pieces of video, and the send the video clips in another thread while recording the next clip. This will not create very good video quality and receiving end needs to be able to combine these clips back to a useful videostream.)
Hartti
Last edited by hartti; 2008-09-26 at 19:44. Reason: typos
I totaly agree with you but if I change the RTCP server to SIP server I think it will work
Unfortunately, I do not think that it would work either, if you want to stream the video you are currently recording.
The problem really is that when you record with Java ME, you do not get access to the stream until you stop recording. So you cannot start sending it, until you close the recording player.
Or then I have misunderstood your question.
Hartti
Firstly Check whether u phone is supported RTSP or not..if it supported..its very easy to do rtsp streaming..u hav any link ...if u hav first put tht link directly in Platform request ur Playing did streaming automatically .now check this and let me confim whther its running or not
Anshu Chauhan
J2me Developer
hey ansh,
could I ask u to post the platform request ur mentioning ?
midlet.platformRequest(URL);
put ur Rtsp Link over dere .And Streaming wil start in real player.And It Take care of evrything
Anshu Chauhan
J2me Developer