Archive
Posts Tagged ‘IPTV’
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:
http://www.networksorcery.com/enp/protocol/rtsp.htm
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();