Empty PID's Check
Open
enhancement
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Case description
We would like to have a feature that detects when an audio PID is empty. As it is right now if an audio PID is empty the video won't start. The solution we found is erasing those PID's in the content transmitted but we can't do this in every case because we don't have control over every video.
Proposed solution
Wait an audio PID for a certain amount of time and if it doesn't appears, ignore it and erase it or take it out.
Contributor guide
Assessment
This issue has not been assessed yet.