歡迎您光臨本站 註冊首頁

vls伺服器架構

←手機掃碼閱讀     火星人 @ 2014-03-05 , reply:0

vls伺服器架構

最近我在架設VLS伺服器遇到了一些困難,希望大家幫幫我。
我的設計是可以讓大家同時在線看電影,我按照官方網站上的文檔配置總是不成功。
我的配置文件是這樣的:


BEGIN "Inputs"
        local = "local"
END

BEGIN "Channels"
        localhost = "network"
        client1 = "network"
        client2 = "network"
        client3 = "network"
END

BEGIN "localhost"
        Domain = "inet4"
        SrcHost = "localhost"
        SrcPort = "1234"
#        DstHost = "localhost"
#        DstPort = "1234"
END

BEGIN "client3"
        DstHost = "localhost"
        DstPort = "1234"
END

BEGIN "client1"
        DstHost = "192.168.0.125"
        DstPort = "1234"
END

BEGIN "client2"
        DstHost = "192.168.0.189"
        DstPort = "1234"
END

BEGIN "Input"
        FilesPath = "/home/stephen/video/"
        ProgramCount = "1"
END

BEGIN "1"
        Name = "dolby"
        FileName = "VTS_01_3.VOB"
        Type = "Mpeg2-PS"
END



還有播放列表的問題。
萬分謝謝了

[火星人 ] vls伺服器架構已經有457次圍觀

http://coctec.com/docs/service/show-post-45586.html