-
Notifications
You must be signed in to change notification settings - Fork 315
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
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? |
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: