Re: [Live-devel] vc++ solution file(s)

2012-01-18 Thread Jer Morrill
Visual Studio 2010 is what I use for development on Windows. I found it to be no more than a 15 minute process to make a visual studio solution for Live555, which is not even necessary because of the make files the author uses. It's only my opinion, but I don't believe the author should be res

Re: [Live-devel] "no frame!"

2012-01-11 Thread Jer Morrill
I just implemented an custom H264 source and decoder with FFMPEG. Here's how I did it (in concept): 1.)Get the subsession->fmtp_configuration() string 2.)Do something like this with H264VideoRTPSource.hh included - "auto records = parseSPropParameters(fmtp_configuration, recordCount);

[Live-devel] SET_PARAMETER doesn't get handled in the RTSPServer over TCP

2011-12-19 Thread Jer Morrill
Many apologies if this is a dupe, I don't think I properly signed up for the list before sending this earlier so I'm not sure if the email was "lost" or not. First I want to thank everyone involved in this project for such a high quality library. This is surely open-source done right! I am run