amitaymolko

Results 21 comments of amitaymolko

@Siddeshgad Have you been able to get this to work? I'm having the same issue.

I was able to get it to work like this: ``` var image = gm(body, pathname) image .setFormat(mime.extension(contentType)) .resize(width, height, '^') .gravity('Center') .crop(width, height) .stream(function(err, stdout, stderr) { if(err) reject(err)...

I edited the project and added ANNOUCE and RECORD methods to the client. (with authentication) And copied some of the server code to send the RTP Packets. I got video...

If anyone wants my code. I edited rtspclient to this --> http://pastebin.com/05DtFQ7U And edit rtspcontrol to this --> http://pastebin.com/EMVDH2ns then call this in main class. rtspControl = new RtspControl2("rtsp://url/stream.sdp", rtspVideoEncoder,"username","password");...

I did not solve... but i think its a network issue not program. I am also still trying to get audio to work..

Hi! I will upload the full project and send you a link when i get home...

Try this --> http://www.4shared.com/rar/cm2e1ZML/RtspCamera.html you need to edit RtspNativeCodecsCamera2.java if you need anymore help, you know where to find me :)

Im happy i could help. Tell me one thing... How big is your delay?

Thanks :) Update here if you get the audio working correctly.

Make sure you are using digest authentication and not basic. On Nov 22, 2012, at 8:31, Tommy [email protected] wrote: > Dear amitaymolko, > It still do not work for me....