Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?
Re: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?
Would you please post logs of when you browse that folder on PS3? Then I can see what we are sending the PS3 about that file. It is possible the PS3 supports it but we are sending it bad metadataajkessel wrote: ↑Mon Jul 20, 2020 6:19 amThe [No Transcoding] option doesn't show up on the PS3--it appears as "Unsupported Data" from the PS3 menu, rather than any filename/description. In other words, there is no "[No Transcoding]" option on the PS3, since the item that would correspond to no transcoding is just "unsupported data." If I select it, it says "The data type is not supported". Same behavior with the "api3" github build as well as the latest stable release.
AFAIK PS3 doesn't support that but I have updated VLC for our next release
Yeah usually that just means the PS3 does not support it, but it can be a bug on our end meaning we sent the PS3 incorrect data
Re: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?
See attached.SubJunk wrote: ↑Sun Sep 06, 2020 3:01 pmWould you please post logs of when you browse that folder on PS3? Then I can see what we are sending the PS3 about that file. It is possible the PS3 supports it but we are sending it bad metadataajkessel wrote: ↑Mon Jul 20, 2020 6:19 amThe [No Transcoding] option doesn't show up on the PS3--it appears as "Unsupported Data" from the PS3 menu, rather than any filename/description. In other words, there is no "[No Transcoding]" option on the PS3, since the item that would correspond to no transcoding is just "unsupported data." If I select it, it says "The data type is not supported". Same behavior with the "api3" github build as well as the latest stable release.
Re: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?
I can see in the logs that the file is "test.mkv", and since PS3 does not support .mkv files, it is telling you it is unsupported. We support remuxing the streams instead of transcoding, which should happen automatically when you play the video in the normal menu (not the TRANSCODING folder)
Re: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?
Sorry, I sort of lost track of this thread -- but I thought the whole point here was that UMS wasn't remuxing instead of transcoding, so you had asked me to select the [No transcoding] option, which isn't available.SubJunk wrote: ↑Sat Nov 14, 2020 7:54 am I can see in the logs that the file is "test.mkv", and since PS3 does not support .mkv files, it is telling you it is unsupported. We support remuxing the streams instead of transcoding, which should happen automatically when you play the video in the normal menu (not the TRANSCODING folder)
Re: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?
Yes sorry for the late reply before. I lose track of threads too. When I said to test that, I had forgotten that the PS3 doesn't let you attempt to play the "No transcoding" videos. The way most renderers do it is they give you an error after you start playing it, but the PS3 does it when it gets listed.
Anyway we already know that MKV is not supported on PS3 so that is expected for that file. What we ideally do with that file is let it pass through FFmpeg untouched, but with a different container (remuxed) so I think that is being done here.
Anyway we already know that MKV is not supported on PS3 so that is expected for that file. What we ideally do with that file is let it pass through FFmpeg untouched, but with a different container (remuxed) so I think that is being done here.