[Live-devel] Newbie with a DirectShow headache

2010-10-08 Thread Ralf Globisch
I apologise for my previous post, please disregard it: my mail client seems to have stripped out all my line feeds somehow?!? Trying again with a different client now... I have just added the live555 code-base to our project source repository: I realised that the newer versions of live555 are not

[Live-devel] Newbie with a DirectShow headache

2010-10-08 Thread Ralf Globisch
Iain,> I've updated my client on the options from what you've said and recommend > that we restart from Ralf's filter (hey! Comments as well!).I hope the code is up to scratch, I just released it open source in the hope that someone integratingDirectShow and live555 might find it useful, sinceI

Re: [Live-devel] Newbie with a DirectShow headache

2010-10-08 Thread iain
Thanks to everyone for their help and pointers. I've updated my client on the options from what you've said and recommend that we restart from Ralf's filter (hey! Comments as well!). Ralf, I'll see if the client will allow me to post any updates (e.g. video) back up to Sourceforge. Iain ___

Re: [Live-devel] Newbie with a DirectShow headache

2010-10-08 Thread Ralf Globisch
Hi Iain, Here's my two cents on the topic: Ross, I hope this is not too OT but it is closely related to live555 since it concerns the integration with DirectShow. The problem of integrating live555 and DirectShow consists of two main aspects: - DirectShow requires you to "know" the media typ

Re: [Live-devel] Newbie with a DirectShow headache

2010-10-07 Thread Jeremy Noring
On Thu, Oct 7, 2010 at 5:47 PM, Ross Finlayson wrote: > Ah, yeah--I forgot about that. For H264, you really need to write some >> code to parse the SPS/PPS information that's present in the SDP exchange >> > > Note that we already provide code to do this parsing; you don't need to > write it your

Re: [Live-devel] Newbie with a DirectShow headache

2010-10-07 Thread Ross Finlayson
Ah, yeah--I forgot about that. For H264, you really need to write some code to parse the SPS/PPS information that's present in the SDP exchange Note that we already provide code to do this parsing; you don't need to write it yourself. Just call "MediaSubsession:: fmtp_spropparametersets()"

Re: [Live-devel] Newbie with a DirectShow headache

2010-10-07 Thread Jeremy Noring
On Thu, Oct 7, 2010 at 12:12 PM, John Orr wrote: > Iain, > > I played with that same rtspdirectshow sourceforge project a few months > back while trying to get my feet wet on live555 and apply it to DirectShow. > That project is certainly not cooked all the way. It been a while, but I > think

Re: [Live-devel] Newbie with a DirectShow headache

2010-10-07 Thread John Orr
Iain, I played with that same rtspdirectshow sourceforge project a few months back while trying to get my feet wet on live555 and apply it to DirectShow. That project is certainly not cooked all the way. It been a while, but I think the author there struggled with parsing out proper media

Re: [Live-devel] Newbie with a DirectShow headache

2010-10-07 Thread Jeremy Noring
On Thu, Oct 7, 2010 at 9:12 AM, iain wrote: > I’ve got two requests, really. Firstly, has anyone got this to work > properly or can they recommend an alternative (open source) which works > reliably. > Hey Iain, long time no see. :) I also looked at that sourceforge project when I was first t

[Live-devel] Newbie with a DirectShow headache

2010-10-07 Thread iain
I'm currently trying to get a Live555 DirectShow RTSP working correctly (http://sourceforge.net/projects/rtspdirectshow/). After a certain amount of tweaking of the code I've got it to compile and basically work - that is it can stream from an RTSP compatible source. The two issues at this