Skip to content
New issue

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

HLS playback file over ffmpeg don't suport stream control. #1117

Open
tanpopoycz opened this issue May 16, 2024 · 2 comments
Open

HLS playback file over ffmpeg don't suport stream control. #1117

tanpopoycz opened this issue May 16, 2024 · 2 comments
Labels
question Further information is requested

Comments

@tanpopoycz
Copy link

Hi, the hls implement of playing files in Go2RTC seems to be pushed directly by ffmpeg in the form of RTSP to Go2RTC, and then converted to an M3U8 file list in the internal cache, which causes pipe breakage when I fast forward or pause。。。

@tanpopoycz tanpopoycz changed the title HLSplayback file over ffmpeg don't suport stream control. HLS playback file over ffmpeg don't suport stream control. May 16, 2024
@tanpopoycz
Copy link
Author

Do you have any plans to implement flow control operations for HLS? For example, the server needs to be able to correctly return what the client wants when the client retrieves the m3u8 file, rather than pipe broken

@AlexxIT AlexxIT added the question Further information is requested label May 18, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented May 18, 2024

There are no plans to improve the HLS format. Its design is only suitable for static files. And is not well adapted for real-time streaming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants