Real-Time Messaging Protocol (RTMP) is a protocol for streaming audio, video, and data over the Internet. RTMPT is encapsulated within HTTP requests to travel through firewalls. And the Real Time Streaming Protocol (RTSP) is a network control protocol designed for use in entertainment and communications systems to control streaming media servers.
VOD Zone files
VOD Zone files can be directly downloaded or streamed through RTMP, RTMPT or RTSP. This article provides examples of each method of implementation.
RTMP (Over port 1935) or RTMPT (Over port 80) Setup
URL = url: 'vod/foo.bar/filename'
netConnectionUrl: 'rtmp://r.foo.bar.netdna-cdn.com/play'
RTSP Setup
URL = url: 'rtsp://d.foo.bar.netdna-cdn.com/play/_definst_/vod/foo.bar/filename'
iPhone Streaming
http://d.foo.bar.netdna-cdn.com/play/_definst_/vod/foo.bar/filename/playlist.m3u8
For RTMP(T,TE) and iPhone streaming if filename = an mp4 variant then add "mp4:" before "vod" in path name.
PSEUDO Streaming
clip: { url: 'http://p.foo.bar.netdna-cdn.com/vod/foo.bar/filename', provider: 'lighttpd' }
If you have any questions or experience any issues, please reach out to the Support Team, live chat and ticket support are available 24/7.