-
Notifications
You must be signed in to change notification settings - Fork 43
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
Ending and restarting a self stream with different resolutions causes transcoding to fail. #533
Comments
I think, I have the same error, can't play any streams on my iPad 15.6.1. Web inspector shows error when loading .ts files |
Huh, do you have an example stream that doesn't work for you? Is it a livestream or video on demand? |
when I am logged in on iPad, any recording / video on demand does not work. Only livestreams work when logged in on iPad. For example when trying to watch https://live.rbg.tum.de/w/ML/21009 on my iPad, there is no playback. |
I'll have a thorough look this weekend, thanks for reporting! Which iPad and ipad os version do you use? |
I was able to reproduce the issue on an iPad Pro running iPadOS 16. I'll try figure out the underlying issue. It's unrelated to this though. |
Right now I use iPadOs 16.1, but I have the same issue since September 12th, where I used 15.6.1. It didn’t work on 15.7 too. |
I created #752 to track this issue |
Should be fixed with #1233 |
I had a lecturer stream in
2560x1440
for an hour, take a break and continue the lecture in1920x1080
. This messed up the .ts file and broke transcoding.Ideally multiple parts of a stream should be saved in multiple files which are normalized before concatenating and transcoding them.
The text was updated successfully, but these errors were encountered: