[Live-devel] [PATCH] Support T.140 text subsessions

Pierre Ynard linkfanel at yahoo.fr
Fri Sep 25 05:17:51 PDT 2009


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."


More information about the live-devel mailing list