Page 1 of 1

Teletext VBI Page Navigation

Posted: 14 Aug 2020 16:59
by a4tech
Hello,

I have got a live playback of the Video stream - mpeg-ts - DVB. There are Teletext Subtitles which I can activate them by

MediaPlayer player....;

player.setSpuTrack(trackID)

The Teletext appear well on the screen and video is plaied well.

My question is: How to change page on Teletext: Default is 100, I would like to change it WITHOUT stopping Video play. Any hint ?

I know I can pass --vbi-page=XXX - but again, I do not want stop or restart playback to setMedia.

Re: Teletext VBI Page Navigation

Posted: 15 Aug 2020 23:29
by a4tech
Any one have a idea ?

Re: Teletext VBI Page Navigation

Posted: 16 Aug 2020 18:29
by InTheWings

Re: Teletext VBI Page Navigation

Posted: 16 Aug 2020 18:34
by a4tech
Thanks for info.

Could You give me last hint how does it control it via VLC on Linux ?
I would like to add this API to libVLC for Android.

Does VLC 4.0 has such API ?

Regards

Re: Teletext VBI Page Navigation

Posted: 17 Aug 2020 14:04
by InTheWings

Re: Teletext VBI Page Navigation

Posted: 12 Jul 2021 16:36
by a4tech
Hello,

Do You have an idea how to switch page using VLC 3.0.15 when watching a movie ? On PC it is available but in case of Android it is not.

Any suggestion where is function to pass page to VLC ? then I can try implement it via jni ?