The methods to set teletext: libvlc_video_set_teletext ( .. ) libvlc_toggle_teletext () do show the teletext tranparent over the running tv program. However i would like the teletext to appear on solid gound for better readability. Is there a method in libvlc to set the background to intransparent l...
In my case codec info sys:
MPEG-1/2 Video (mpgv)
probably different then (no txt here with 2.0...
i do SW developpement and use vlc embedded in a specific application receiving tv and cam streams..
Sample exe provided in a "twin" bug report (wich is not allowed - i learn ;-) Now, the sample is a delphi console program, which allows to call either set_teletext () or audio_set_volume () from libvlc.dll on a running tv stream. Both calls throw exception, so these two issues are botherin...
will the issue be adressed and fixed in a future update of the library (if it is a issue after all!)
- I did submit a bug report but was dissmissed due to lak of a provided testcase (#9614) ..
Same Problem with set audio volume in delphi:
I can reproduce the failure with the provided sample console program from r21514
Is there a need to do additional calls bevore using set audio volume (set audio mute works fine though)..
Program received signal SIGSEGV, Segmentation fault.
0x77de1b6c in libvlccore!demux_PacketizerDestroy ()
from C:\Program Files (x86)\VideoLAN\VLC\libvlccore.dll
(gdb)
Hi i also like to call libvlc_video_set_teletext (p_mi, 100) the function call crashes libvlc: Within gdb: Program received signal SIGSEGV, Segmentation fault. 0x69703168 in libvlccore!demux_PacketizerDestroy () from D:\Projects\Projec1\libvlccore.dll (gdb) gdb with: vlc-2.0.8-20130720-0202-win32-de...
Hi, i tested the situation against the newest version 2.0.3: the prescribed situation still persists The problem described in the post from Wed Apr 04, 2012 ist still the same: Streams "rtsp://[ip address]/udpstream" and "rtsp://[ip address]/multicaststream" from a Moxa VPort 451...
Need help / solution I use a Moxa VPort 451 Video Server witch delivers two types of rtsp streams: "rtsp://[ip address]/udpstream" and "rtps://[ip address]/multicaststream". Operation System is Win7 32 Bit. With VLC V2.0.1 it is not possible to view either type of stream (with co...