Abhishek Madaan | 27 Jun 2012 17:00
Picon
Favicon

How To Receive Packet Buffer

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 pixels in an array assuming that it is a 8-bit image frame. I am not sure how to do this using Live555 library or if it is possible. Please reply back to me.
 
Regards,
Abhishek Madaan
_______________________________________________
live-devel mailing list
live-devel@...
http://lists.live555.com/mailman/listinfo/live-devel
Ross Finlayson | 28 Jun 2012 08:32
Favicon

Re: How To Receive Packet Buffer

           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.

OK, so you'll need to decode the H.264 video data.  Unfortunately our library does not include any video (or audio) decoding functionality, so you'll need to use a separate library (e.g., ffmpeg) for this.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel@...
http://lists.live555.com/mailman/listinfo/live-devel
Ross Finlayson | 28 Jun 2012 08:32
Favicon

Re: How To Receive Packet Buffer

           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.

OK, so you'll need to decode the H.264 video data.  Unfortunately our library does not include any video (or audio) decoding functionality, so you'll need to use a separate library (e.g., ffmpeg) for this.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel <at> lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Gmane