[mythtv-commits] mythtv commit: r11720 - in trunk/mythtv by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Nov 13 00:17:06 UTC 2006


      Author: danielk
        Date: 2006-11-13 00:17:05 +0000 (Mon, 13 Nov 2006)
New Revision: 11720
   Changeset: http://cvs.mythtv.org/trac/changeset/11720

Added:

   trunk/mythtv/libs/libmythtv/iptv/README.RTSP
   trunk/mythtv/libs/libmythtv/iptv/iptvfeederfile.cpp
   trunk/mythtv/libs/libmythtv/iptv/iptvfeederfile.h
   trunk/mythtv/libs/libmythtv/iptv/iptvfeederrtp.cpp
   trunk/mythtv/libs/libmythtv/iptv/iptvfeederrtp.h
   trunk/mythtv/libs/libmythtv/iptv/iptvfeederudp.cpp
   trunk/mythtv/libs/libmythtv/iptv/iptvfeederudp.h

Modified:

   trunk/mythtv/configure
   trunk/mythtv/libs/libmythtv/iptv/iptvfeederwrapper.cpp
   trunk/mythtv/libs/libmythtv/libmythtv.pro

Log:

Fixes #2593. Adds support for UDP, RTP and file stream handlers to IPTV recorder (formerly Freebox recorder).

The format for the URLS for are:
udp://ip_addr:port
rtp://ip_addr:port
file://pathname

This is unlike the CRC IP recorder's UDP URLs which have an "@" sign after the "://",
but is internally consistent with how the other protocols are handled.






More information about the mythtv-commits mailing list