Re: [Live-devel] Vorbis and config parse

2013-02-28 Thread Sébastien Escudier
> So, if you agree with this, I suggest modifying VLC's code accordingly. Ok, Thanks Ross. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Vorbis and config parse

2013-02-28 Thread Ross Finlayson
> However, I don't understand the length field in the packed structure > defined in section 3.2.1 Although it's not stated explicitly, I'm pretty sure that it (and the other fields) are the same as for the structure that's used for "In-band Header Transmission" (in section 3.1). In particular,

Re: [Live-devel] Vorbis and config parse

2013-02-28 Thread Sébastien Escudier
Ok, thanks for the hint. > BTW, if, for testing, you need a RTSP Vorbis audio (and VP8 video) > stream, then you can use the "LIVE555 Media Server" to stream a ".webm" Yes, that's what I am doing. I took some sample here : http://www.webmfiles.org/demo-files/ However, I don't understand the len

Re: [Live-devel] Vorbis and config parse

2013-02-27 Thread Ross Finlayson
> I am trying to add VP8/VORBIS codecs to VLC when it uses your library to > receive such streams. > To do this I need to get the VORBIS parameters (included in the a=fmtp > configuration line). > > I noticed you have some functions to parse this config string, so I > tried to call parseGeneralCon

[Live-devel] Vorbis and config parse

2013-02-27 Thread Sébastien Escudier
Hi Ross, I am trying to add VP8/VORBIS codecs to VLC when it uses your library to receive such streams. To do this I need to get the VORBIS parameters (included in the a=fmtp configuration line). I noticed you have some functions to parse this config string, so I tried to call parseGeneralConfigS