This patch adds supports for T.140 text subsessions. This was tested and
works nicely with VLC media player.


--- live/liveMedia/MediaSession.cpp     2009-09-25 14:05:13.000000000 +0200
+++ live/liveMedia/MediaSession.cpp     2009-09-25 14:06:20.000000000 +0200
@@ -863,6 +863,7 @@
                   || strcmp(fCodecName, "G726-32") == 0 // G.726, 32 kbps
                   || strcmp(fCodecName, "G726-40") == 0 // G.726, 40 kbps
                   || strcmp(fCodecName, "SPEEX") == 0 // SPEEX audio
+                  || strcmp(fCodecName, "T140") == 0 // T.140 text
                   ) {
        createSimpleRTPSource = True;
        useSpecialRTPoffset = 0;


Regards,

-- 
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to