-
Notifications
You must be signed in to change notification settings - Fork 446
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
[Proposal] Adding an option to enable/disable X-TIMESTAMP-MAP in WebVTT #1127
Comments
What happens if |
What would be the reason to not have the |
Wouldn't it be better to have the |
You’ll lose caption, and in worst case, video freeze.
… On Dec 4, 2019, at 3:34 PM, Nils ANDRÉ-CHANG ***@***.***> wrote:
What happens if X-TIMESTAMP-MAP is disabled and the WebVTT cue time 0 doesn't map to an MPEG-2 timestamp of 0?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#1127?email_source=notifications&email_token=AB4ZYEQBI7FXHMYUFSFJIE3QXA5B3A5CNFSM4JQUKKPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEF64S7I#issuecomment-561891709>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB4ZYERROT4I2YN2DRAMEYTQXA5B3ANCNFSM4JQUKKPA>.
|
Since it is HLS requirement, this may affect negatively in non-HLS use cases. I hope not.
I don’t mind having it all the time, though.
… On Dec 4, 2019, at 3:35 PM, Nils ANDRÉ-CHANG ***@***.***> wrote:
What would be the reason to not have the X-TIMESTAMP-MAP?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#1127?email_source=notifications&email_token=AB4ZYERUXAUFA2NTLMFRT43QXA5FLA5CNFSM4JQUKKPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEF64VVY#issuecomment-561892055>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB4ZYERROQQFDJSCDSCW4I3QXA5FLANCNFSM4JQUKKPA>.
|
I am fine with this. But I don’t know how it affects in other use cases where this is not required.
Thanks
… On Dec 4, 2019, at 3:40 PM, Nils ANDRÉ-CHANG ***@***.***> wrote:
Wouldn't it be better to have the X-TIMESTAMP-MAP header present all the time?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#1127?email_source=notifications&email_token=AB4ZYEXAGJ4VZMFAJXCOZELQXA5V7A5CNFSM4JQUKKPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEF65C2A#issuecomment-561893736>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB4ZYEXCUV3XZKLDLRY7BXTQXA5V7ANCNFSM4JQUKKPA>.
|
@cfsmp3 What should I do? I feel like the best here is to always use |
There is also the general problem that |
But for HLS at least, I need an output even if no caption text is contained in the .vtt file. The client needs the get the timing info from X-TIMESTAMP-MAP for synchronization.
Thanks
… On Dec 5, 2019, at 12:09 PM, Nils ANDRÉ-CHANG ***@***.***> wrote:
There is also the general problem that ccextractor creates files even when it can't find anything making this problem more general and not limited to .vtt. @cfsmp3 <https://github.com/cfsmp3>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#1127?email_source=notifications&email_token=AB4ZYEUVS7QIUBJILRT5MBLQXFNZBA5CNFSM4JQUKKPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGB7OQQ#issuecomment-562296642>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB4ZYERHWKLVUU5W2PXJVT3QXFNZBANCNFSM4JQUKKPA>.
|
why would you need to synchronize if you don't have subtitles? |
It's part of the HLS specification. If there are subtitles in WebVTT: Subtitles
References: Note that Apple there says MUST (in 5.2) but the RPC8216 says SHOULD. |
The thing is that you can't synchronize between 2 things when you're missing 1 of the 2, in this case subtitles. |
An empty subtitle file is not the same as no subtitle file. If there's a subtitle file even if it has no actual subtitles inside you need to be able to know where it starts relative to the video. In any case if the specs say that's the way it is then that's what we have to implement, unless you want to get in touch (you can) with the RFC8216 writers and discuss :-) Otherwise we're just not standard compliant and that's not a good thing to be. In fact, if you read the RFC you will see that in a bunch of places it says that clients MUST refuse to play media that is not compliant. Not that they should do their best to play it anyway, but the opposite. And well, there's a good reason for that: To force all programs generating media to follow the specs. |
|
You want to sync using time, not bytes. There's some reasons for this, one of them being that you might be starting the stream in the middle and not have access to anything before you started playing - for example, when you turn on your TV your TV needs to start playing the stream from the point you turn it on, Also, the stream never ends... Second, even if we were talking about actual files with a beginning and an end, they will contain at the very least 1 video track and 1 audio track (possibly more of audio), so what byte offset would you use? |
In case 1, the value would just be metadata that would kinda be useless without the exact same video file. For example in the East Enders file here is the header: X-TIMESTAMP-MAP=MPEGTS:1090971027,LOCAL:00:00:00.000 MPEGTS is the duration since the start of the stream (before the start of the video file)? |
Not exactly. The MPEGTS is a clock that runs at 90,000 Hz and that rolls
over roughly every 26 hours. Forget about the "start of the stream", for
all purposes assume the stream doesn't have a beginning or an end, it's
24x7 (assuming we're talking about a TV channel). You need to sync the
audio, video and packets. Of course packets interleaved in a way that they
are playable without having a huge buffer (which would also cause a delay,
and for example when watching sports you want the less possible latency),
but still you need to sync everything.
.srt and other video formats do start at 00:00 assuming that you are going
to attach them to a file that also starts at 00:00. That's fine, we love
.srt and CCExtractor produces timing relative to the start of a file :-)
But professional use, in broadcast media, is just different.
If someone from a media company tells us they need the MPEG clock to sync,
they're probably know what they are doing.
…On Sun, Jan 12, 2020 at 1:28 PM Nils ANDRÉ-CHANG ***@***.***> wrote:
In case 1, the value would just be metadata that would kinda be useless
without the exact same video file.
For example in the East Enders file here is the header:
X-TIMESTAMP-MAP=MPEGTS:1090971027,LOCAL:00:00:00.000
MPEGTS is the duration since the start of the stream (before the start of
the video file).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1127?email_source=notifications&email_token=ABNMTWOWJ6GPZBRW7CK7IITQ5ODRDA5CNFSM4JQUKKPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIXEWQQ#issuecomment-573459266>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNMTWNKZLSG6XMWWIYD3BDQ5ODRDANCNFSM4JQUKKPA>
.
|
Shouldn't this issue be closed since #1176 has been merged? |
Well the underlying issue is still present so it doesn't solve the original problem (THE header doesn't show up all the time). I'm going to reopen my PR |
Is there a file I can test it with? (a file without subtitles). |
You can use any file - just manually select --datapid pointing to a PID that is not present in the stream. |
This shouldn't affect the header right? |
If you look at the above snippet, |
OK so cheating with datapid is not an an option :-( Check out our list of samples. Specifically the UK TV one has one that says "no subs" |
Sorry not to see this in 0.89.
|
https://github.com/CCExtractor/ccextractor/pull/1176/files |
As you mentioned,
This needs to be resolved. I think the code is ready. |
Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].
CCExtractor version (using the --version parameter preferably) : X.X
In raising this issue, I confirm the following (please check boxes, eg [X] - and delete unchecked ones):
My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):
Necessary information
-out=webvtt
Video links (replace text below with your links)
Additional information
Currently when WebVTT is specified as output, X-TIMESTAMP-MAP is automatically added. And if no subtitle text is found in the input, it generates an empty WebVTT, with just one line "WEBVTT" in the file.
There are potentially two issues with this implementation.
(a) X-TIMESTAMP-MAP is not a WebVTT requirement, but Apple HLS requirement, this may cause a problem if it is used in non-HLS environment. It should be an option to turn it off.
(b) On the other hand, Apple HLS spec says "an X-TIMESTAMP-MAP metadata header SHOULD be added to each WebVTT header", which includes the empty ones. The spec also says "If a WebVTT segment does not have the X-TIMESTAMP-MAP, the client MUST assume that the WebVTT cue time of 0 maps to an MPEG-2 timestamp of 0.". But unfortunately, not all clients follow this rule. It is safer to add X-TIMESTAMP-MAP in all VTT files, if it is enabled.
So, my proposal is to add an option for WebVTT, whether X-TIMESTAMP-MAP is enabled or disabled. And if it is enabled, it will be added in every VTT file it generates, including one with no caption cues.
(cf. "HTTP Live Streaming": https://tools.ietf.org/html/rfc8216 section 3.5)
The text was updated successfully, but these errors were encountered: