Skip to content

一个MP4文件推流到一个服务器没有问题,但是如果同时推流3个却不行,是我的命令错了吗? #2

Description

@shiwobuhaoma

ffmpeg -re -i orange.mp4 -acodec aac -ar 44100 -vcodec libx264 -s 720X480 -r 25 -f flv - | ffmpeg -f flv -i - -c copy -f flv "rtmp://192.168.1.4:1935/live/home" -c copy -f flv "rtmp://xxx/cecxtv1" -c copy -f flv "rtmp://xxxx/live/gjjytv1"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions