Archive

Archive for the ‘IPTV’ Category

RTSP URI scheme for DVB services in a MPEG-2 TS delivered over IP sessions controlled by RTSP

January 19, 2011 Leave a comment

A.2
RTSP URI scheme for DVB services in a MPEG-2TS delivered over IP sessions controlled by RTSP


The RTSP URI as defined in RFC2326 [12] is extended in order to reference specific components (e.g. services,program events) in a MPEG-2 transport stream delivered over IP and controlled by RTSP [12].
The URI scheme is defined as follows:

rtsp_URL  =   ( "rtsp:" | "rtspu:" )
                 "//" host [ ":" port ] [ abs_path ]
   host      =   <A legal Internet host domain name of IP address
                 (in dotted decimal form), as defined by Section 2.1

 

Protocol suite: TCP/IP.
Protocol type: Application layer protocol.
Port: 554 (TCP, UDP).
URI: rtsp:
SNMP MIBs:
Working groups: mmusic, Multiparty Multimedia Session Control.
Links:

RFC 2326:

 

https://docs.google.com/viewer?url=http://www.dvb.org/technology/standards/a106_BCG-over-IP_dTS_102539v010301.pdf&pli=1

http://www.networksorcery.com/enp/protocol/rtsp.htm

 

Categories: IPTV Tags: , ,

Get DvbLocator(DVB Locator) from XletContext(Xlet context)

January 19, 2011 Leave a comment

ServiceContext sc = ServiceContextFactory.getInstance().getServiceContext(xletcontext);
Service current=sc.getService();
System.out.println("Service: "+ current.toString());
DvbLocator locator = (DvbLocator) sc.getService().getLocator();
Categories: IPTV Tags: , ,
Design a site like this with WordPress.com
Get started