Search found 29 matches

Go to advanced search

by adish
03 Sep 2015 15:06
Forum: Development around libVLC
Topic: Repeated frames from dead UDP stream
Replies: 3
Views: 411

Re: Repeated frames from dead UDP stream

The bug ticket seems quite old and said to be hard to fix.
If it cannot be easily fixed, can't it at least generate an async event that can be caught and handled?
by adish
03 Sep 2015 13:55
Forum: Development around libVLC
Topic: Repeated frames from dead UDP stream
Replies: 3
Views: 411

Re: Repeated frames from dead UDP stream

Is there at least no warning or event that is generated for this case?
by adish
03 Sep 2015 10:19
Forum: Development around libVLC
Topic: Repeated frames from dead UDP stream
Replies: 3
Views: 411

Repeated frames from dead UDP stream

Hi, I'm reading a UDP video stream and extracting frames from it. When my UDP stream dies, libVLC keeps sending the same frame over and over as if nothing special happens - as if it is continuously getting it on the stream (which is now empty). I understand that you never know when a UDP stream is d...
by adish
21 Jan 2015 16:46
Forum: VLC media player for Windows Troubleshooting
Topic: Changing Video Playback Background Color
Replies: 6
Views: 12776

Re: Changing Video Playback Background Color

Thanks for the prompt reply Jean-Baptiste.
Adi
by adish
21 Jan 2015 11:31
Forum: VLC media player for Windows Troubleshooting
Topic: Changing Video Playback Background Color
Replies: 6
Views: 12776

Changing Video Playback Background Color

Hi,

When the VLC window is larger and/or with a different aspect ratio as the video, VLC sets the areas outside the video frames to black.
Is there a way to change this color from black to some other custom color?

Thanks!
Adi
by adish
02 Oct 2014 17:12
Forum: Development around libVLC
Topic: VLC Backward Binary Compatibility
Replies: 3
Views: 477

Re: VLC Backward Binary Compatibility

What is the "libvlc SONAME"? Is there some flag or value that can be check or compared to see if the guarantee is broken (but not necessarily the compatibility itself)? My question is really due to the comment in the parens: "the run-time version may be more recent than build-time one...
by adish
02 Oct 2014 15:57
Forum: Development around libVLC
Topic: VLC Backward Binary Compatibility
Replies: 3
Views: 477

VLC Backward Binary Compatibility

Hi, In `libvlc_version.h` there is a comment: /* ... This file defines version macros for LibVLC. * Those macros are primilarly intended for conditional (pre)compilation. * To get the run-time LibVLC version, use libvlc_get_version() instead * (the run-time version may be more recent than build-time...
by adish
02 Oct 2014 14:59
Forum: Development around libVLC
Topic: Muting warnings from non-video streams
Replies: 3
Views: 345

Re: Muting warnings from non-video streams

I was afraid you'd say that.
Do you happen to know if this is possible at all with ffmpeg, if I used ffmpeg directly?
by adish
02 Oct 2014 13:50
Forum: Development around libVLC
Topic: Muting warnings from non-video streams
Replies: 3
Views: 345

Muting warnings from non-video streams

Hi,

I have a multi-program transport stream. Some of the program meta-data causes libvlc (or ffmpeg?) to generate a flood warnings.
Is there a way to silence the log level of non-video streams in the transport?

Thanks,
Adi
by adish
26 Jun 2013 11:30
Forum: VLC stream-output (sout)
Topic: DVBlast (on Windows)
Replies: 0
Views: 2674

DVBlast (on Windows)

Hi, I'm looking for a portable Linux/Windows library to demux a network video stream for use with, e.g. the Intel Media SDK which works directly on elementary (compressed/encoded video) streams. My streams are HTTP/UDP streams. I came across DVBlast and I have a few newbie questions regarding it: 1....
by adish
17 Mar 2013 15:14
Forum: Development around libVLC
Topic: VLC can play stream while LibVLC hangs
Replies: 3
Views: 1350

Re: VLC can play stream while LibVLC hangs

Yes! That was it.
Thanks.
by adish
17 Mar 2013 12:37
Forum: Development around libVLC
Topic: VLC can play stream while LibVLC hangs
Replies: 3
Views: 1350

VLC can play stream while LibVLC hangs

Hi, I've got a UDP video stream that I can view and play with VLC (2.0.5). Using the same version, LibVLC hangs on the same stream. Here's the verbose log of VLC: [01d8edb0] logger interface: VLC media player - 2.0.5 Twoflower [01d8edb0] logger interface: Copyright c 1996-2012 VLC authors and VideoL...
by adish
06 Mar 2013 19:27
Forum: Development around libVLC
Topic: How to disable all audio tracks
Replies: 2
Views: 1982

Re: How to disable all audio tracks

Thanks. I'll try it.
by adish
06 Mar 2013 17:10
Forum: Development around libVLC
Topic: How to disable all audio tracks
Replies: 2
Views: 1982

How to disable all audio tracks

Hi, I want to programatically disable all audio on my video stream/file. I found 2 ways of doing it: By passing "--no-audio" to libvlc_new. However, libvlc_new's comment states: "There is absolutely no warranty or promise of forward, backward and cross-platform compatibility with rega...
by adish
28 Feb 2013 20:45
Forum: Development around libVLC
Topic: libVLC logging
Replies: 3
Views: 889

Re: libVLC logging

Do you remember why it isn't safe?

I don't know the libVLC code. Can you point me to the right files and how I get access to the ffmpeg instance?
by adish
28 Feb 2013 15:38
Forum: Development around libVLC
Topic: libVLC logging
Replies: 3
Views: 889

libVLC logging

Hi, I tried using the new libVLC 2.1.0 logging API. It seems that these logs do not contain any log messages emitted (to stderr) by ffmpeg. ffmpeg has a function av_log_set_callback() that allows hooking into its own logging calls. I don't know libVLC's code, but wouldn't it make sense to hook into ...
by adish
19 Feb 2013 20:09
Forum: Development around libVLC
Topic: libVLC error and warning reditrection
Replies: 7
Views: 1562

Re: libVLC error and warning reditrection

I noticed that I can detect these happened errors by catching the 'libvlc_MediaPlayerEncounteredError' event. However, I also noticed that the 'libvlc_MediaPlayerPlaying' event is fired even before any errors are encountered. Is there some event that says: "Currently everything is playing prope...
by adish
19 Feb 2013 12:03
Forum: Development around libVLC
Topic: libVLC error and warning reditrection
Replies: 7
Views: 1562

Re: libVLC error and warning reditrection

Not currently. And all except the "main input error" are not VLC errors, but errors from underlying libraries.
Using 2.0.x how can I catch "main input error"?
by adish
19 Feb 2013 10:38
Forum: Development around libVLC
Topic: How can we get log from libvlc
Replies: 10
Views: 1307

Re: How can we get log from libvlc

Hi,

Is there some stable release from 2.1.0?
If not, what logging API should be used with the current stable release (2.0.x)?

Thanks,
Adi
by adish
01 Feb 2012 12:13
Forum: Development around libVLC
Topic: libVLC error and warning reditrection
Replies: 7
Views: 1562

Re: libVLC error and warning reditrection

Are all these sent to stderr?
by adish
01 Feb 2012 10:19
Forum: Development around libVLC
Topic: libVLC error and warning reditrection
Replies: 7
Views: 1562

libVLC error and warning reditrection

Hi, When parsing a video stream I sometime get errors and warnings from VLC that are printed to my console (on Windows). Is there a way to redirect these messages and/or capture them before they are printed to the screen? Alternatively, is there a way to suppress them, some verbosity flag? For examp...
by adish
24 Jul 2011 20:25
Forum: Development around libVLC
Topic: Selecting callback rate
Replies: 5
Views: 521

Re: Selecting callback rate

Will that slow down the playback or actually skip frames?
What parameter/API-call achieves this?
by adish
24 Jul 2011 20:04
Forum: Development around libVLC
Topic: Selecting callback rate
Replies: 5
Views: 521

Re: Selecting callback rate

Is there no option to ask for a reduce rate?
by adish
24 Jul 2011 17:54
Forum: Development around libVLC
Topic: Selecting callback rate
Replies: 5
Views: 521

Selecting callback rate

Hi, When reading a video stream, is it possible to indicate a particular frame rate that the callback should be called with? For example, say my stream runs at 30fps. How can I request that the callbacks (set with libvlc_video_set_callbacks()) be called only with a frame rate of 15fps? How do I spec...
by adish
21 Jun 2011 14:04
Forum: Development around libVLC
Topic: Detecting no video while streaming
Replies: 2
Views: 769

Re: Detecting no video while streaming

In fact, you can do it.
Use libvlc_event_attach to handle the libvlc_MediaPlayerTimeChanged event.
You will only get it if the stream is changing, so if you don't get it for, say, 1 second, it means something is wrong with the stream.
Good luck,
Adi

Go to advanced search