[Live-devel] How to know if connection established?

2012-07-27 Thread Abhishek Madaan
notification if the connection is not created successfully so that customers can correct the IP Address. Also, is there event fires when we lost connection after the connection is already established? Thanks for your help Regards, Abhishek Madaan ___ live

Re: [Live-devel] Video Delay in Live Video Streaming

2012-07-21 Thread Abhishek Madaan
Hi Ross,   I able to solve the delay issue. It is not related to your library. I was not allocating the buffer correctly. It is all working now. I appreciate all the help you provided me.   Regards, Abhishek Madaan From: Ross Finlayson To

Re: [Live-devel] Video Delay in Live Video Streaming

2012-07-19 Thread Abhishek Madaan
m adding 0001 with every frame. What you have done in the H264FileSink, basically I am doing in dummysink class of testRTSp. Thanks Regards, Abhishek Madaan  From: Ross Finlayson To: LIVE555 Streaming Media - development & use Sent: Wednesday, July 18,

[Live-devel] Video Delay in Live Video Streaming

2012-07-18 Thread Abhishek Madaan
Hi,   I am showing a H.264 stream using live555 library. The H.264 data is coming over RTSP. Once I receive the data, I decode the H.264 data using FFMPEG library. I am able to get video out of the camera and able to view it in a MFC GUI application. The only problem is that there is a delay

[Live-devel] H.264 OpenRTSP

2012-07-07 Thread Abhishek Madaan
Hi,   I have couple of questions: 1)  When I am running OpenRTSP to play H.264 RTSP stream coming from a camera, it creates video-H264-1 file. What type of file is that? I tried to run this file in vlc player but it doesn't run at all.   2) I want to take the H.264 streaming using live555 li

[Live-devel] H.264 Streaming Video

2012-06-29 Thread Abhishek Madaan
Hi,    I have an IP Camera which is streaming H.264 video output using RTSP protocol. I want to create an application in MFC which display the H.264 video. I can see how to receive H.264 video out from the camera using live555 openrtsp library. But there is no example in live555 for display

[Live-devel] How To Receive Packet Buffer

2012-06-27 Thread Abhishek Madaan
Hi All,    I am trying to get data out of a IP Camera which streams H.264 using RTSP/RTP/RTCP protocol. My problem is that I want the data in a buffer frame which contains pixel data for each pixel. What I mean by that if we have a camera 320x240 and I need color values for each 76800 pi