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
In the documentation and configuration of HLS, it only seems possible to have segments in ts format.
However, for example, Electra Player for Unreal, only works with mp4 segments.
Is it possible for SRS to generate mp4 segments instead of ts segments for HLS streaming?
Thank you for your clarification.
The text was updated successfully, but these errors were encountered:
I managed to change the segments names to end in mp4 in the conf file, but although the segments end up named .mp4, then doesn't work anywhere. Is there a way to make srs produce functional mp4 segments, in hls?
SRS supported dash stream, which is fragmented mp4 stream. Is the Dash fulfill your requirement?
About let HLS support fragmented mp4, SRS don't support it yet, but I think it should be not complicated to implement this feature, the source code can be reused base on the Dash.
In the documentation and configuration of HLS, it only seems possible to have segments in ts format.
However, for example, Electra Player for Unreal, only works with mp4 segments.
Is it possible for SRS to generate mp4 segments instead of ts segments for HLS streaming?
Thank you for your clarification.
The text was updated successfully, but these errors were encountered: