by Chris18391344 » Thu Sep 24, 2020 8:08 pm
We use a Wowza Media Engine Server:
TBS2603 -> RTMP -> WowzaMediaServer -> Multiple Output -> HLS (for videos player), DASH (for video.js or ash.js).
Problem for us is to get the TimeStamp information on client browsers site (VideoJS Player).
it is possible to get back your timecode solution, to get this timestamp back in HTML Players like videos, oder JwPlayer ? I think not... ?
Metadata are a standard for Clientplayers. Formats are AMF or ID3. Every Player can read this Metadata and can show it.
In us project we need to show the UTC Time in video player. But not as Timestamp embedded as Videooverlay (I know that can i do, but then i have every the Time in Video).
We need that as separate Metadata in stream, so we can later in Browser hide or showing this Metadata Timestamp. And... and that is the highest priority for us, if we have the timecode in video stream as data, we can use this timecode data to seek to the correct position in DVR Video.
If the user will seek to "2020.09.02 04:30:59", then we can show in the Metadata Timestamp from Video and can calculate the correct Seek Time in DVR. Thats why we need a UTC Timestamp in RTMP stream as Metadata...