Merge branch 'ffplayout:master' into master
This commit is contained in:
commit
2257203118
2
.github/workflows/auto_close_issue.yml
vendored
2
.github/workflows/auto_close_issue.yml
vendored
@ -9,4 +9,4 @@ jobs:
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the issue template"
|
||||
issue-pattern: ".*### Describe the bug|### Feature description.*"
|
||||
issue-pattern: ".*### Describe the bug([\\s\\S]*?)### To Reproduce.*|### Feature description.*"
|
||||
|
@ -161,9 +161,7 @@ The configuration of the tee pseudo-muxer in FFmpeg allows the broadcasting of a
|
||||
-flags +cgop
|
||||
-flags +global_header
|
||||
-f tee
|
||||
"[f=flv:onfail=ignore]rtmp://127.0.0.1:1935/798e3a9e-47b5-4cd5-8079-76a20e03fee6.stream|
|
||||
[f=mpegts:onfail=ignore]udp://127.0.0.1:1234?pkt_size=1316|
|
||||
[f=hls:hls_time=6:hls_list_size=600:hls_flags=append_list+delete_segments+omit_endlist:hls_segment_filename=/usr/share/ffplayout/public/live/stream-%d.ts]/usr/share/ffplayout/public/live/stream.m3u8"
|
||||
[f=flv:onfail=ignore]rtmp://127.0.0.1:1935/798e3a9e-47b5-4cd5-8079-76a20e03fee6.stream|[f=mpegts:onfail=ignore]udp://127.0.0.1:1234?pkt_size=1316|[f=hls:hls_time=6:hls_list_size=600:hls_flags=append_list+delete_segments+omit_endlist:hls_segment_filename=/usr/share/ffplayout/public/live/stream-%d.ts]/usr/share/ffplayout/public/live/stream.m3u8
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user