-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
unsupported track type: *mpegts.Track #4123
Comments
It appears as though this section of the GO HLS Library is the root cause: Not being super familiar with the architecture of the library, is it possible to pass through valid tracks and ignore invalid ones? Based on my read of the above code a single track that ideally would be ignored will cause the HLS reader to fail. |
This will be closed if/when bluenviron/gohlslib#211 is accepted and merged |
Hello, as you already saw, in one of my previous commits i improved the log message in order to print out the discarded codec. Can you post the log again? in this way we can understand whether these additional tracks are metadata or unsupported video codecs, and choose to support them or ignore them. Thanks. |
Absolutely, I rebuilt with your changes and get the following error:
I'm still very novice on your codebase but I would assume this indicates the codec determination is further down the stack than the error message? |
fixed by bluenviron/gohlslib#214 |
Which version are you using?
v1.11.0
Which operating system are you using?
Linux amd64 standard
Describe how to replicate the issue
Server logs
Network dump
No response
The text was updated successfully, but these errors were encountered: