[Live-devel] RTSP describe for RAW/UDP

Dermot McGahon dermot at dspsrv.com
Sat Jan 29 14:38:05 PST 2005


On Thu, 27 Jan 2005 15:21:49 -0800, Ross Finlayson <finlayson at live.com>  
wrote:

> However, you can try changing the "if" statement at lines 749-751 of  
> "liveMedia/RTSPClient.cpp" from:
>      if (fServerIsKasenna && fKasennaContentType != NULL &&
>          (strncmp(fKasennaContentType, "MPEG-2", 6) == 0 ||
>           strncmp(fKasennaContentType, "MPEG-1", 6) == 0)) {
> to:
>      if (strcmp(subsession.protocolName(), "UDP") == 0) {
>
> Maybe this will give you what you want.  I dunno...
>
> (A question to the Kasenna-philes: If I were to make this change in the  
> source code, would it break any of the existing Kasenna support  
> functionality?)

No objections. It shouldn't break anything. If it does, we'll fix it.


Dermot.
--


More information about the live-devel mailing list