Search found 2 matches

Go to advanced search

by Klamay
17 Dec 2021 17:39
Forum: VLC stream-output (sout)
Topic: Add marquee to RTSP stream
Replies: 2
Views: 10465

Re: Add marquee to RTSP stream

Thanks for pointing out that I need to transcode. So, I try to add the marquee on the client side, where I already transcode the stream. So something like: Core.Initialize(); var vlc = new LibVLC (); var mediaPlayer = new LibVLCSharp.Shared.MediaPlayer(vlc); var media = new Media(_libVLC, @"rts...
by Klamay
16 Dec 2021 18:11
Forum: VLC stream-output (sout)
Topic: Add marquee to RTSP stream
Replies: 2
Views: 10465

Add marquee to RTSP stream

Hi experts! I'm using libVlcSharp to stream video in RTSP mode. I'm trying to add a marquee on-the-fly, but I fail. What I'm doing is something like this: Core.Initialize(); var vlc = new LibVLC (); var mediaPlayer = new LibVLCSharp.Shared.MediaPlayer(vlc); Media media = new Media(vlc, @"test.m...

Go to advanced search