DEFENDORe / pseudotv

Create live TV channels from your own media. Access the streams using the simulated HDHomerun tuner or the generated M3U URl.
MIT License
234 stars 36 forks source link

Deal with 'Cannot convert to below minimum bandwidth of' error. #61

Closed vexorian closed 4 years ago

vexorian commented 4 years ago

Given some specific circumstances. Plex's decision will sometimes return an error "Cannot convert to below minimum bandwidth of" . I can reproduce it sometime with a video with codec different to h264 and audio codec aac, when my plex settings are h264 and aac. This seems to be a plex issue because all it needs to do is decide to transcode, but it returns an error about minimum bandwidth. This fix forces plex to transcode when there's this error and the stream can go on.