-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add subtitle file failed #61
Comments
Hello, I tested it and it works fine on my TV. What device are you using? (model name etc) |
Xiaomi TV, I haven't tried on any other device yet |
Unfortunately this looks like a Xiaomi specific issue. Go2TV uses UPNP/DLNA to communicate and cast media to the devices. Subtitles support is not part of UPNP specification. There are some vendors however that introduced some proprietary extensions to the protocol to support subtitles like Samsung and Panasonic but this is not the case for every TV out there. It would be good if you could test it with a different device. I personally tested it on Samsung and LG TVs and the subtitles work fine. |
sorry for commenting to a closed issue, but i think it is related. |
Hello @nakhla, |
yes i tested with a tu7000 and go2tv is working for video and subtitle flawlessly, i make further test with gerbera on tu7000 and found that subtitle is not working. |
FYI, I've been working on some improvements around transcoding (requires ffmpeg). With the upcoming version of Go2TV and assuming you have ffmpeg installed or the version from flathub, you should be able to bake the subtitles into the video. Stay tuned :) |
Hello @oyyh7, |
勾选了“转码”功能,也无法显示,甚至视频都无法在电视上播放了。 |
i tried version 1.18 with transcode and it worked, as expected more cpu usage , but my concern now is i want to get change font size and type, now the subtitles are baked inside video, is there away to change font setting while baking?? |
1.18 does not offer the ability to change the subtitle size in ffmpeg. I cound expose a config in the future to enabled this functionality but that would be only specific to ffmpeg and it could confuse people trying to get different subtitle sizes when casting without ffmpeg. |
There is option "-s" to add subtitles file in CLI mode, but doesn't work.
I tried:
All failed.
It seems DLNA doesn't support subtitle.
The text was updated successfully, but these errors were encountered: