Re: [Live-devel] Open H.264 stream frame by frame

2014-09-24 Thread Joshua Kordani
ill likely have to convert it to the color format your cv library expects (or not, depends on what you're using) If you do have to convert, lookup the swscale functions. Joshua Kordani LSA Autonomy On 9/24/14 7:36 AM, Christiano Belli wrote: Hi Marcin, Thanks for the response. Where

Re: [Live-devel] Decoding H264 non-IDR picture

2014-06-20 Thread Joshua Kordani
you get a frame back each call, while only having to briefly store the latest nal on behalf of the library. I know this is OT, but if I'm mistaken someone please speak up. -- Joshua Kordani LSA Autonomy ___ live-devel mailing list live-devel@lists.l

Re: [Live-devel] RTP H.264 stream freezing on first frame using wis-streamer and VLC player

2014-02-13 Thread Joshua Kordani
4 byte start code is required on sps and pps nals. All others may be 3 or 4 bytes. Admittedly, the spec is way too wordy but is summarized in the previous sentence. Also, the pps and sps nals do not need to be repeated unless the future frame requires it. I have a camera that only supplies s

Re: [Live-devel] Sony SNC-RZ50N RTSP stream stopping

2013-11-27 Thread Joshua Kordani
n is the latest for that model. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel -- Joshua Kordani LSA Autonomy ___ live-devel mailing list live-devel@lists.live555.com ht

Re: [Live-devel] Sony SNC-RZ50N RTSP stream stopping

2013-11-22 Thread Joshua Kordani
I've had this problem with other Sony SNC model cameras. They are aware of the problem and won't fix it Ross Finlayson wrote: >___ >live-devel mailing list >live-devel@lists.live555.com >http://lists.live555.com/mailman/listinfo/live-devel ___

Re: [Live-devel] using live555 with in memory data

2013-10-08 Thread Joshua Kordani
That all sounds clear now, thank you! -- Joshua Kordani LSA Autonomy ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] using live555 with in memory data

2013-10-08 Thread Joshua Kordani
present full frames, does this change the suitability of the DiscreteFramer for this task? Again, thank you very much for your responses, and I appreciate your time. -- Joshua Kordani LSA Autonomy ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] using live555 with in memory data

2013-10-08 Thread Joshua Kordani
ce as mentioned above? I've read through some examples, but what I'm supposed to make happen inside of a createNewStreamSource hasn't clicked with me yet. Thank you very much for your time. -- Joshua Kordani LSA Autonomy ___ live

Re: [Live-devel] testRTSPClient doesn't receive sdp after issuing describe request

2013-08-05 Thread Joshua Kordani
It can't be because I'm using a MPEG4 video subsession instead of an H264? I made this change and I am further along. My original question still stands though, and that is, where can I go to read up on how to properly stand up this kind of stream? Josh On 8/3/13 7:02 AM, Ross Finlayson wrote

[Live-devel] testRTSPClient doesn't receive sdp after issuing describe request

2013-08-03 Thread Joshua Kordani
d. I haven't yet figured out where I'm supposed to indicate to liveMedia that I'm passing it H264 data, (so that it may package it properly). Appreciate any pointers! Joshua Kordani ___ live-devel mailing list live-devel@lists.live