vonvon 0 Posted November 27, 2020 Posted November 27, 2020 I have MPEG2-TS file which have arib_caption (profile A) data in stream #0:2, attached in this thread (test.ts). Emby could not play back this video file from web browser like Firefox or Chrome. It is possible to play back from Emby iPhone app. ffmpeg-transcode-31e59f5a-4b7a-4af9-ba9c-434b5204bab6_1.txtthis is ffmpeg log at failing case, play back from Firefox web browser. 15:01:34.934 Stream mapping: 15:01:34.934 Stream #0:0 (mpeg2video) -> yadif 15:01:34.934 yadif -> Stream #0:0 (libx264) 15:01:34.934 Stream #0:1 -> #0:1 (copy) 15:01:34.934 Stream #0:2 -> #1:0 (? (?) -> webvtt (native)) 15:01:34.934 Stream #0:0 -> #1:1 (copy) 15:01:34.934 Stream #0:16 -> #2:0 (? (?) -> webvtt (native)) 15:01:34.934 Stream #0:0 -> #2:1 (copy) 15:01:34.934 Decoder (codec arib_caption) not found for input stream #0:2 ffmepg try to decode stream #0:2 (arib_caption) and fail to transcode it. ffmpeg-transcode-d88d9ea8-4a35-4bdc-947a-50b79913a322_1.txtThis is ffmepg log at passing case, play back from iPhone Emby app. 15:05:24.269 Stream mapping: 15:05:24.269 Stream #0:0 (mpeg2video) -> yadif (graph 0) 15:05:24.269 scale (graph 0) -> Stream #0:0 (libx264) 15:05:24.269 Stream #0:1 -> #0:1 (aac (native) -> mp3 (libmp3lame)) 15:05:24.269 Press [q] to stop, [?] for help Passing case, ffmpeg will try to decode stream #0:1 only and successfully transcode it. My question is how can I play video with transcode from web browser same like iPhone app does? How do I skip decoding arib_caption stream? I already tried to disable subtitle from video detail section but it didn't resolve this issue. If their is no way to skip arib stream , is there a way to add my own command line to ffmepg during file transcoding, or is their a way to use my own build ffmepg? Thanks, test.ts
vonvon 0 Posted December 8, 2020 Author Posted December 8, 2020 Is there any solution? This issue is caused by FFmpeg, latest FFmpeg can recognize arib_caption profile now but cannot specify how to decode this caption data so out this error. If there is no solution, I would like to use FFmpeg v4.1 branch or would like to add "-sn" command line option for temporary workaround.
Luke 42083 Posted December 8, 2020 Posted December 8, 2020 Hi, @softworkz is looking at this. Thanks.
softworkz 5073 Posted December 9, 2020 Posted December 9, 2020 @vonvon - What kind of stream is this? Where does it come from?
vonvon 0 Posted December 10, 2020 Author Posted December 10, 2020 This comes from Japanese standard broadcast television, recorded using earthsoft PT3 (Digital TV tuner board). Emby is currently not so common in Japan and Plex is much widely use. One of the reason why for this is because Emby does not support Japanese standard TV MPEG2-TS format. Thanks,
softworkz 5073 Posted December 10, 2020 Posted December 10, 2020 So you have an ISDB tuner? Is it ISDB-T or ISDB-S?
vonvon 0 Posted December 11, 2020 Author Posted December 11, 2020 (edited) Yes, I have ISDB tuner. It is ISDB-T and ISDB-S dual tuner, and this stream is come from ISDB-T tuner, but I have same issue with ISDB-S stream as well. Edited December 11, 2020 by vonvon
Luke 42083 Posted June 4, 2021 Posted June 4, 2021 @vonvon can you please try this again with Emby Server 4.6? Thanks !
vonvon 0 Posted June 12, 2021 Author Posted June 12, 2021 @Luke, I tried with Emby Server 4.6.2 but unfortunately I still see same error. ffmpeg-transcode-a5c50e5e-fe75-41d9-a325-74906b5f1830_1.txt
softworkz 5073 Posted August 11, 2021 Posted August 11, 2021 @vonvon Do you have a slightly larger file for testing where subtitles are actually present (rather than just the streams)?
Solution softworkz 5073 Posted August 27, 2021 Solution Posted August 27, 2021 @vonvon Support for libarrib24 has finally arrived in the beta channel. You might want to give it a try! sw
vonvon 0 Posted August 31, 2021 Author Posted August 31, 2021 @softworkz I have confirmed most of MPEG2-TS files captured by ISDB tuner can playback from web browser on emby 4.7.0.9 beta. Thank you all for supporting this!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now