正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -24,7 +24,8 @@ step 3: publish live stream <br/> | @@ -24,7 +24,8 @@ step 3: publish live stream <br/> | ||
24 | FMS URL: rtmp://127.0.0.1:1935/live | 24 | FMS URL: rtmp://127.0.0.1:1935/live |
25 | Stream: livestream | 25 | Stream: livestream |
26 | For example, use ffmpeg to publish: | 26 | For example, use ffmpeg to publish: |
27 | - ffmpeg -re -i source.flv -vcodec copy -acodec copy -f flv -y rtmp://127.0.0.1:1935/live/livestream | 27 | + ffmpeg -re -i source.flv -vcodec copy -acodec copy \ |
28 | + -f flv -y rtmp://127.0.0.1:1935/live/livestream | ||
28 | </pre> | 29 | </pre> |
29 | step 4: play live stream <br/> | 30 | step 4: play live stream <br/> |
30 | <pre> | 31 | <pre> |
-
请 注册 或 登录 后发表评论