반응형


테스트1 : rtsp 스트리밍
  • config file : testsample.conf
HTTPPort 7000
RTSPPort 7001
HTTPBindAddress 0.0.0.0
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 1000

<Feed test.ffm>
        File /test.ffm
        FileMaxSize 1M
        ACL allow 127.0.0.1
</Feed>

<Stream test.rtsp>
        Feed test.ffm
        Format rtp
        VideoSize 640x480
        NoAudio
        Metadata title "test"
</Stream>

<Stream stat.html>
        Format status
        ACL allow localhost
</Stream>
  • 명령
ffserver -f testsample.conf

ffmpeg -re -i result.avi -vcodec copy -acodec copy http://localhost:7000/test.ffm



반응형

+ Recent posts