We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我通过如下命令推送视频流到到xiu ffmpeg -re -stream_loop -1 -i test.mp4 -c:a copy -c:v copy -f flv -flvflags no_duration_filesize rtmp://:1935/live/stream
并通过如下命令播放。但是不知道什么原因,无法播放成功 ffplay -i http://localhost:8081/live/stream.flv mpv http://localhost:8081/live/stream.flv
The text was updated successfully, but these errors were encountered:
ffmpeg -i rtsp://usr:[email protected]:5544/Streaming/Channels/601 -c:v copy -c:a copy -f flv -flvflags no_duration_filesize rtmp://127.0.0.1:1935/live/stream 请问通过这种方式推送海康威视的视频流到xiu正确吗?
Sorry, something went wrong.
No branches or pull requests
我通过如下命令推送视频流到到xiu
ffmpeg -re -stream_loop -1 -i test.mp4 -c:a copy -c:v copy -f flv -flvflags no_duration_filesize rtmp://:1935/live/stream
并通过如下命令播放。但是不知道什么原因,无法播放成功
ffplay -i http://localhost:8081/live/stream.flv
mpv http://localhost:8081/live/stream.flv
The text was updated successfully, but these errors were encountered: