This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 320
Feature Request: m3u8.MediaSegment implements fmt.Stringer #98
Comments
This sounds reasonable, but there's a lot to output, what do you think it would show?
This would be great, thanks. |
It would be good it is same result to media segment part of When all
I suppose it is not so a lot. |
That looks good to me. |
@grafov thoughts? |
@bradleyfalzon I think it is ok to implement such method. @keizo042 would you create PR? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hello dev.
Thanks you for your great work. the library is very useful :-)
I'd like to implement
(m MediaSegment) String()string
for testing like below.When failing test, I'd like to report as m3u8 text.
there are already
(p *MediaPlaylist) String() string
and it convertsm3u8.MeidaSegment
tostring
.We can use the procedure to implement function I request.
If you agree to the issue but don't have enough time, I'd like to send PR.
The text was updated successfully, but these errors were encountered: