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
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);
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