[SCM] Mumudvb packaging branch, upstream, updated. 24c2efb080b56abb8e7be67bae30ba7fe457759e

Brice Dubost dubost at poulet.adm.crans.org
Sat Nov 1 13:31:05 UTC 2008


The following commit has been merged in the upstream branch:
commit 4f56719178d7594a60648bb73d7347724cec1148
Author: Brice Dubost <dubost at poulet.adm.crans.org>
Date:   Thu Oct 16 23:15:34 2008 +0200

    Better sap announces (this correct issues with vlc < 0.8.6f)

diff --git a/src/sap.c b/src/sap.c
index bfde008..21d1e83 100644
--- a/src/sap.c
+++ b/src/sap.c
@@ -161,9 +161,10 @@ int sap_add_program(mumudvb_channel_t channel, mumudvb_sap_message_t *sap_messag
 
   //media name and transport address
   //m=...
-  //m=video channel_port udp mpeg
+  //m=video channel_port udp 33
+  //See RFC 1890
 
-  sprintf(temp_string,"t=0 0\r\na=tool:mumudvb-%s\r\na=type:broadcast\r\nm=video %d udp mpeg\r\n", VERSION, channel.portOut);
+  sprintf(temp_string,"t=0 0\r\na=tool:mumudvb-%s\r\na=type:broadcast\r\nm=video %d udp 33\r\n", VERSION, channel.portOut);
   if( (sap_message->len+payload_len+strlen(temp_string))>1024)
     {
       log_message(MSG_WARN,"Warning : SAP message too long for channel %s\n",channel.name);

-- 
Mumudvb packaging



More information about the pkg-vdr-dvb-changes mailing list