~ubuntu-branches/ubuntu/precise/crtmpserver/precise-backports

« back to all changes in this revision

Viewing changes to debian/crtmpserver-apps-scripts/proxypublish.lua

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-07-04 00:04:40 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120704000440-u9x7yhyglqjvspk8
Tags: 1.0~dfsg-3~ubuntu12.04.1
No-change backport to precise (LP: #964153)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
                },
13
13
        },
14
14
        abortOnConnectError=true,
15
 
        targetServers=
 
15
        targetServers = 
16
16
        {
17
17
                --[[{
18
18
                        targetUri="rtmp://x.xxxxxxx.fme.ustream.tv/ustreamVideo/xxxxxxx",
19
19
                        targetStreamName="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
20
20
                        localStreamName="gigi",
21
21
                        emulateUserAgent="FMLE/3.0 (compatible; FMSc/1.0 http://www.rtmpd.com)"
22
 
                },]]--
 
22
                }]]--,
23
23
                {
24
 
                        targetUri="rtmp://localhost/vod",
 
24
                        targetUri="rtmp://gigi:spaima@localhost/vod",
25
25
                        targetStreamType="live", -- (live, record or append)
26
26
                        emulateUserAgent="My user agent",
27
 
                        localStreamName="stream1"
 
27
                        localStreamName="stream1",
 
28
                        keepAlive=true
28
29
                },
29
30
        },
30
 
        --[[
31
 
        externalStreams =
 
31
        --[[externalStreams =
32
32
        {
33
33
                {
34
 
                        uri="rtsp://82.177.67.61/axis-media/media.amp",
35
 
                        localStreamName="stream4",
36
 
                        forceTcp=false
37
 
                },
38
 
                {
39
 
                        uri="rtmp://edge01.fms.dutchview.nl/botr/bunny",
40
 
                        localStreamName="stream1"
41
 
                },
42
 
        },
43
 
        ]]--
 
34
                        uri="rtsp://fms20.mediadirect.ro/live2/realitatea/realitatea",
 
35
                        localStreamName="stream1",
 
36
                        forceTcp=true,
 
37
                        keepAlive=true
 
38
                },
 
39
        },]]--
44
40
        --validateHandshake=true,
45
41
        --default=true,
46
42
}