Re: [Live-devel] SOCKLEN_T type / AC3AudioStreamParser try-catch / AC3 stream header

2013-03-19 Thread Jeff Shanab
I just built and ran live555 and the proxyRtsptest app on my raspberry PI and I didn't have to change a thing. From: live-devel-boun...@ns.live555.com [live-devel-boun...@ns.live555.com] on behalf of Ross Finlayson [finlay...@live555.com] Sent: Tuesday, March 19,

Re: [Live-devel] MP4 video trak samples: were do 'non-frame' NAL units belong?

2013-03-19 Thread Muhammad Hassan
U can write your own source filter using live555 client side code and connect it to any muxer filter like matroska, mp4 or avi and then save it. Feel free to contact me at hassan.n...@gmail.com On Mar 19, 2013 10:48 PM, "Joel Keller" wrote: > Greetings experts, > > Live555 is playing a key role i

Re: [Live-devel] MP4 video trak samples: were do 'non-frame' NAL units belong?

2013-03-19 Thread Ross Finlayson
> My questions are: > > 1) What is the correct thing to do with these NAL units in the MP4 file? > > 2) How can I make openRTSP/live555 create an MP4 file without this > stuttering? Unfortunately I don't know the answers to these questions, because I'm not an expert on the "MP4" file forma

[Live-devel] MP4 video trak samples: were do 'non-frame' NAL units belong?

2013-03-19 Thread Joel Keller
Greetings experts, Live555 is playing a key role in our industrial machine vision application - thank you for the library! I am experiencing a problem saving MP4 format video files using openRTSP. The RTSP/RTP stream is coming from a camera, and I can successfully save the 'raw/elementary' H264

Re: [Live-devel] SOCKLEN_T type / AC3AudioStreamParser try-catch / AC3 stream header

2013-03-19 Thread Ross Finlayson
> I compiled and ran live555 on Raspberry Pi but I changed the type of SOCKLEN_T For the bazillionth time: Please DO NOT change the supplied code! (I want to make it as easy as possible for you to comply with the LGPL :-) > Int works fine on windows but it’s unsigned int on the PI. Does your

Re: [Live-devel] Synchronize the "RTCP" time using RTSP Range ?

2013-03-19 Thread Ross Finlayson
As I said before (and am, I hope, saying for the last time), I'm not going to be doing anything non-standard here. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.

[Live-devel] SOCKLEN_T type / AC3AudioStreamParser try-catch / AC3 stream header

2013-03-19 Thread Markus Schumann
1.) I compiled and ran live555 on Raspberry Pi but I changed the type of SOCKLEN_T: Groupsock/include/NetCommon.h #if defined(__WIN32__) || defined(_WIN32) || defined(_WIN32_WCE) #ifndef SOCKLEN_T #define SOCKLEN_T int #endif #else /* Unix */ #ifndef SOCKLEN_T #define SOCKLEN_T unsigned int #end

Re: [Live-devel] Synchronize the "RTCP" time using RTSP Range ?

2013-03-19 Thread PROMONET Michel
Hi Ross, Thanks for your support and your patience. But as you said reducing SR period just reduce the risk. Perhaps a trade-off between the standard and what could do a live555 user could be to give a way to RTSPClient user to give the fSyncTime initialization. Through a non st

Re: [Live-devel] Regarding porting live555 to FreeRTOS

2013-03-19 Thread Ross Finlayson
> Is it possible to port live555 to FreeRTOS ? Until I read your email, I wasn't aware of "FreeRTOS"; I had to look it up. Does "FreeRTOS" support sockets - i.e., using the standard Unix socket API (in particular, "socket()" and "select()")? If so, then the "LIVE555 Streaming Media" code *may*

[Live-devel] Regarding porting live555 to FreeRTOS

2013-03-19 Thread Shilpa Chandrappa
Hi All, Is it possible to port live555 to FreeRTOS ? Has anybody worked on it ? I am new to FreeRTOS. Your inputs will be of great help. Thanks, Shilpa Chandrappa http://www.mindtree.com/email/disclaimer.html ___ live