Hello there!
I’m having trouble relaying a stream with subtitles.
I send an mpegts stream to Wowza with the following content:
Stream #0:0[0x100]: Video: h264 (High 4:2:2) ([27][0][0][0] / 0x001B), yuv422p10le(progressive), 1024x576, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0x101]: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 139 kb/s
Stream #0:2[0x102](und): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006), 492x250
Configured wowza to accept Embedded CEA-608 captions in live streams according to the documentation:
https://www.wowza.com/docs/how-to-ingest-mpeg-ts-dvb-teletext-subtitle-data-for-closed-captioning-in-live-streams
https://www.wowza.com/docs/how-to-configure-closed-captioning-for-live-streaming#ingesting-cea-608-captions
The following entries appear periodically in the log:
2020-12-10 11:42:00 MSK comment server INFO 200 - RTPDePacketizerMPEGTSMonitorDVBTeletext.onTeletextUpdate[live/definst/mpegts.stream:8:0:und:22]: kak ‖to proizo¼lo. - - - 1369473.23 - - - - - - - - - – - - - - - - - - - - - - - -
2020-12-10 11:45:09 MSK comment server INFO 200 - RTPDePacketizerMPEGTSMonitorDVBTeletext.onTeletextUpdate[live/definst/mpegts.stream:8:0:und:20]: - - - 1369662.23 - - - - - - - - - - - - – - - - - - - - - - - -
2020-12-10 11:45:09 MSK comment server INFO 200 - RTPDePacketizerMPEGTSMonitorDVBTeletext.onTeletextUpdate[live/definst/mpegts.stream:8:0:und:22]: ubiwatx, to uve ne ostanowqtsq. - - - 1369662.23 - - - - - - - - – - - - - - - - - - - - - - - -
2020-12-10 12:06:52 MSK comment server INFO 200 - RTPDePacketizerMPEGTSMonitorDVBTeletext.onPMT[live/definst/mpegts.stream]: programID:1 - - - 1370965.486 - - - - - - - - - - - - - – - - - - - - - - - -
2020-12-10 12:06:52 MSK comment server INFO 200 - RTPDePacketizerMPEGTSMonitorDVBTeletext.onPMT[live/definst/mpegts.stream]: Hit teletext PID: 0x102 - - - 1370965.486 - - - - - - - - - - - – - - - - - - - - - - - -
2020-12-10 12:06:52 MSK comment server INFO 200 - RTPDePacketizerMPEGTSMonitorDVBTeletext.onPMT[live/definst/mpegts.stream]: Subtitle page: lang:und type:1 magazine:8 page_number:0 - - - 1370965.487 - - - - - - - – - - - - - - - - - - - - - - - -
2020-12-10 12:06:52 MSK comment server INFO 200 - RTPDePacketizerMPEGTSMonitorDVBTeletext.onPMT[live/definst/mpegts.stream]: Add teletext PID: 0x102 - - - 1370965.487 - - - - - - - - - - - – - - - - - - - - - - - -
The subtitle language is RUS, but what is recognized and read is written in Latin in transliteration and this is no more than 5% of the actual subtitles and it is impossible to read them.
There is no subtitle stream at the output, only audio and video remain.
I tried to read the subtitle stream using ffmpeg, everything worked out, everything is converted and read in RUS in srt, webvtt, mov_text formats.
Please tell me how this stream can be retransmitted using the WOWZA Streaming Engine while preserving the subtitle stream, in one of the following formats:
mpegts over rtp/srt, mp4 over rtmp or another combination.
Thank you in advance.