Search found 5 matches

Go to advanced search

by uKCuH
21 Jul 2010 22:59
Forum: Development around libVLC
Topic: How to receive the input bitrate?
Replies: 3
Views: 763

Re: How to receive the input bitrate?

i_read_bytes is an integer.
Sorry, I meant f_input_bitrate.
by uKCuH
21 Jul 2010 11:09
Forum: Development around libVLC
Topic: How to receive the input bitrate?
Replies: 3
Views: 763

How to receive the input bitrate?

I need receive input bitrate. I use function libvlc_media_get_stats () and I receive input bitrate from libvlc_media_stats_t:: f_input_bitrate. But the received value is less than zero (float). How to convert this value in kb/s? For example the value 0.58737 received by me, and in VLC during the sam...
by uKCuH
14 Jul 2010 08:47
Forum: Development around libVLC
Topic: Qt4 libVLC 1.1.0 handle mouse events
Replies: 5
Views: 2190

Re: Qt4 libVLC 1.1.0 handle mouse events

Thanks for the answer, I'll try it. And will it be fixed for Win32 platform in the next versions?
by uKCuH
13 Jul 2010 12:50
Forum: Development around libVLC
Topic: Qt4 libVLC 1.1.0 handle mouse events
Replies: 5
Views: 2190

Re: Qt4 libVLC 1.1.0 handle mouse events

libvlc_video_set_mouse_input(mp, false); before playback is started should work, at least on X11 systems. Has not helped. The cursor only hides at libvlc_video_set_mouse_input(mp, false); Interruptions in one of these functions do not occur: bool VideoWidget::winEvent(MSG * message, long * result) ...
by uKCuH
12 Jul 2010 11:23
Forum: Development around libVLC
Topic: Qt4 libVLC 1.1.0 handle mouse events
Replies: 5
Views: 2190

Qt4 libVLC 1.1.0 handle mouse events

Whether it is possible to handle mouse events in QWidget (Qt4) with usage libVLC 1.1.0 (in particulary click of right mouse button for show popup menu)? Now libVLC swallows all mouse events.

Go to advanced search