You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have noticed that the Virtual Stream within the SRS STACK requires further optimization.
Issue:
When adding a custom HTTPS/HTTP link and clicking submit, it directly downloads the m3u8 file, which is incorrect.
Suggestion:
Change to only input the address without initiating any download, similar to the following logic:
ffmpeg -i "https://wodedo.live/index.m3u8?id=yusilive" -c:v copy -c:a aac -f flv "rtmp://21.1.2.2.2/live/livestream"
Change to:
Add an "Add" button to allow us to add more Virtual Lives. Currently, there are only three, and we are unable to add more.
This is as follows (this is a WIREFRAME):
Reason:
Because if we want to rebroadcast the live stream, it cannot automatically update the new m3u8, which results in the inability to obtain new TS file data.
I hope you can optimize and fix this current issue, and consider my suggestion.
Gratitude, and thank you for continuing to maintain this project.
Thanks again.
TRANS_BY_GPT4
The text was updated successfully, but these errors were encountered:
winlinvip
changed the title
SRS STACK 中的 Vitrual Stream, 需要做进一步优化和 BUG
The Virtual Stream in the SRS STACK requires further optimization and bug fixes.
Jan 31, 2024
Hello, I have noticed that the Virtual Stream within the SRS STACK requires further optimization.
Issue:
When adding a custom HTTPS/HTTP link and clicking submit, it directly downloads the m3u8 file, which is incorrect.
Suggestion:
ffmpeg -i "https://wodedo.live/index.m3u8?id=yusilive" -c:v copy -c:a aac -f flv "rtmp://21.1.2.2.2/live/livestream"
Change to:
This is as follows (this is a WIREFRAME):
Reason:
Because if we want to rebroadcast the live stream, it cannot automatically update the new m3u8, which results in the inability to obtain new TS file data.
I hope you can optimize and fix this current issue, and consider my suggestion.
Gratitude, and thank you for continuing to maintain this project.
Thanks again.
TRANS_BY_GPT4
The text was updated successfully, but these errors were encountered: