teletext and subtitles
Posted: 23 Aug 2010 19:54
Hi
I'm trying to write an application which uses vlc to play mpeg transport streams.
Some of these streams include teletext texttv and teletext subtitles, and the vlc application is able to display these subtitles just perfect. But when i try to display them in my application (via either libvlc_video_set_spu, libvlc_video_set_teletext or libvlc_toggle_teletext) nothing happends.
If i use libvlc_video_set_spu, i get 0 in return, which should mean success, and also the libvlc_video_get_spu updates and gives me the right index, but still no text is displayed.
Also, libvlc_video_set_teletext just causes my application to crash, no matter what page number i try to load.
Is there anything else i need to call to 'enable' the subtitles?
Here are the parameters i use when instanciating vlc: "-I dummy --ignore-config --no-video-title-show --udp-caching=1000 --clock-synchro=1 --video-filter=adjust:deinterlace --deinterlace-mode=discard --drop-late-frames --aspect-ratio=16:9"
Any help is appreciated
I'm trying to write an application which uses vlc to play mpeg transport streams.
Some of these streams include teletext texttv and teletext subtitles, and the vlc application is able to display these subtitles just perfect. But when i try to display them in my application (via either libvlc_video_set_spu, libvlc_video_set_teletext or libvlc_toggle_teletext) nothing happends.
If i use libvlc_video_set_spu, i get 0 in return, which should mean success, and also the libvlc_video_get_spu updates and gives me the right index, but still no text is displayed.
Also, libvlc_video_set_teletext just causes my application to crash, no matter what page number i try to load.
Is there anything else i need to call to 'enable' the subtitles?
Here are the parameters i use when instanciating vlc: "-I dummy --ignore-config --no-video-title-show --udp-caching=1000 --clock-synchro=1 --video-filter=adjust:deinterlace --deinterlace-mode=discard --drop-late-frames --aspect-ratio=16:9"
Any help is appreciated