Search found 8 matches

Go to advanced search

by alex4801
20 Jan 2022 19:19
Forum: Development around libVLC
Topic: Using libVLC to update plugin variables
Replies: 2
Views: 3808

Re: Using libVLC to update plugin variables

I was able to work around this by instantiating multiple instances of VLC and passing the different startup options to each.
by alex4801
20 Jan 2022 06:15
Forum: Development around libVLC
Topic: Using libVLC to update plugin variables
Replies: 2
Views: 3808

Re: Using libVLC to update plugin variables

There used to be a library call "VLC_VariableSet," which appears to have been removed quite some time ago. That's exactly the functionality I'm looking for- a way to set a VLC variable via a library call. Is there any way to do that today?

Thanks.
by alex4801
19 Jan 2022 23:43
Forum: Development around libVLC
Topic: Using libVLC to update plugin variables
Replies: 2
Views: 3808

Using libVLC to update plugin variables

Which calls to libVLC are used to update plugin variables? The plugin I'm working with (dynamicoverlay.c) registers for variable changes using var_AddCallback(). It listens for changes to the "overlay-input" and "overlay-output" variables and I need to update the value of these v...
by alex4801
04 Jun 2020 05:27
Forum: Development around libVLC
Topic: For cross-compilation for WIndows What's the best way to do it?
Replies: 6
Views: 1521

Re: For cross-compilation for WIndows What's the best way to do it?

Yothuba, Here is the information you seek. With these simple steps you eliminate any variability in the hardware and software configuration, ensuring success: 1. Create an Amazon AWS account and deploy one of their EC2 Linux 2 instances . Configure it with 16 GB of storage . They make this very easy...
by alex4801
03 Jun 2020 06:38
Forum: Development around libVLC
Topic: unable to get position within MPEG-TS
Replies: 1
Views: 435

Re: unable to get position within MPEG-TS

I solved this over the past week and thought I'd post my solution here in case someone from the future stumbles across it and finds it useful. Here is the crux of my problem: I'm trying to use VLC to obtain the byte-position in an MPEG-TS file stream corresponding to a given time. So, I'm calling li...
by alex4801
30 May 2020 19:44
Forum: Development around libVLC
Topic: unable to get position within MPEG-TS
Replies: 1
Views: 435

unable to get position within MPEG-TS

I'm trying to obtain the current stream position in the MPEG-TS demuxer. libvlc_media_player_get_position() makes a GET_POSITION call and gets me the current position based on time , but I want the stream position . I can set --ts-seek-percent to force it to return the stream position, but then I ca...
by alex4801
21 Aug 2014 06:42
Forum: VLC stream-output (sout)
Topic: Opus audio streaming?
Replies: 2
Views: 2054

Re: Opus audio streaming?

Me too. I'm trying to stream opus over http and seeing the same thing-- it connects but no data, using a similar command line. Any suggestions?
by alex4801
22 May 2014 19:09
Forum: General VLC media player Troubleshooting
Topic: best way to overlay audio tone?
Replies: 0
Views: 234

best way to overlay audio tone?

I have VLC streaming a police scanner. Audio comes in from the hardware audio-in jack. When listening to the stream from a remote location (e.g., a phone) it's difficult to know whether the stream gets disconnected because the audio is not constant, as is the nature of scanner traffic. What I'd like...

Go to advanced search