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

Aspect Ratio Changes Cause Issues #35

Open lsultana98 opened 4 years ago

lsultana98 commented 4 years ago

I am noticing an issue where changes between episode aspect ratios cause issues. The second episode tries to adhere to the previous episode aspect ratio and causes stretching/shrinking. Any idea if this is a bug or something on my end?

powdermilkman commented 4 years ago

There might be something we can do in the ffmpeg flags to correct the issue, but I don't have a solution for you at the moment.

lsultana98 commented 4 years ago

That's fine @powdermilkman, really appreciate what the team is doing. Honestly my favorite part about Plex right now is PseudoTV.

jordankoehn commented 4 years ago

Honestly without force encoding every single piece of content to be the same video/audio codec, resolution, and frame rate there's going to be playback issues when episodes change. When there's a change all we can really do is stop the stream and make the user reconnect. There's not really an elegant solution