Search found 6 matches

Go to advanced search

by michikommader
04 Jun 2014 12:40
Forum: Development around libVLC
Topic: Get buffer status and log
Replies: 1
Views: 1249

Re: Get buffer status and log

Heho! For me in libVlc 2.1.3 attaching to libvlc_MediaPlayerBuffering works. void myInit() { libvlc_event_manager_t* eMan = libvlc_media_player_event_manager(mp); libvlc_event_attach(eMan, libvlc_MediaPlayerBuffering, onVlcBuffering, this); } void onVlcBuffering(const libvlc_event_t* event, void* us...
by michikommader
03 Jun 2014 15:23
Forum: General VLC media player Troubleshooting
Topic: RTSP buffering hangs sometimes
Replies: 0
Views: 668

RTSP buffering hangs sometimes

Heyho! On average every 5th time I play an RTSP-stream from my Abus network camera VLC (2.1.3 on Win7, 2.0.8 on Linux) hangs while buffering the stream and pollutes the log file until I exit the application: -- logger module started -- main debug: VLC media player - 2.1.3 Rincewind main debug: Copyr...
by michikommader
10 Jul 2013 12:11
Forum: Development around libVLC
Topic: Record video/audio and count frames
Replies: 2
Views: 1299

Re: Record video/audio and count frames

Heho! It works fine with smem and custom callbacks. For orientation I used the wiki tutorial on smem and pass a this-pointer of my handling object (where I increase the frame count) into smem's video-data -parameter: ... sprintf(media_options, ":sout=#duplicate{dst=std{access=file,mux=mp4,dst=\...
by michikommader
10 Jul 2013 11:40
Forum: Development around libVLC
Topic: Error handling
Replies: 1
Views: 528

Re: Error handling

Anything new on this? libvlc_media_player_will_play indeed always returns 0. I also want to check if the player was created successfully from my media or not. The documentation does not tell anything about this functions and possible cases for different return values.

Michi
by michikommader
07 Jun 2013 17:54
Forum: Development around libVLC
Topic: Record video/audio and count frames
Replies: 2
Views: 1299

Record video/audio and count frames

Heho! I'm new to libvlc and want to save h264-video and aac-audio from an RTSP-stream into a file plus count the recorded video frames (for logging together with data from other sensors). My recording works well with this example but obviously I have no possibility to access any frames to count them...
by michikommader
15 May 2013 15:59
Forum: Development around libVLC
Topic: Help for using libvlc_media_get_stats libvlc 2.0.6?
Replies: 8
Views: 1554

Re: Help for using libvlc_media_get_stats libvlc 2.0.6?

I currently observe a similar behaviour on 2.0.6. When recording an RTSP-stream with libvlc only i_demux_read_bytes and f_demux_bitrate of the stats are written. The same when using standalone VLC media player and recording my stream to a file. Just observe the statistics in the media information di...

Go to advanced search