> 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
> 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,
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
> 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
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