Search found 7 matches

Go to advanced search

by mohit839
20 Jan 2010 08:49
Forum: Development around libVLC
Topic: Recovering if a stream has died
Replies: 3
Views: 1235

Re: Recovering if a stream has died

Can you please tell us what specific events were you listening to capture the condition that the server or the network is down in a stream. Also were you able to fix the latency issue that you have posted?
by mohit839
20 Jan 2010 07:08
Forum: Development around libVLC
Topic: trouble using libvlc_media_add_option
Replies: 3
Views: 2895

Re: trouble using libvlc_media_add_option

When I use libvlc_media_add_option, I am unable to play the recorded file. Code looks as follows: libvlc_media_add_option(m,":sout=#duplicate{dst=display,dst=std{access=file,mux=avi,dst=CWrecTest.avi}}",ex); raise (ex); CWrecTest.avi file is made. However VLC or windows media player is not...
by mohit839
31 Dec 2009 12:23
Forum: Development around libVLC
Topic: trouble using libvlc_media_add_option
Replies: 3
Views: 2895

Re: trouble using libvlc_media_add_option

Thanks for the response Remi. Then why am I not able to open the recorded .avi file in VLC player? When I try opening the recorded file in VLC, then it does not play at all. It does not even give any error - but it looks like a zero length file to VLC.
by mohit839
31 Dec 2009 09:29
Forum: Development around libVLC
Topic: trouble using libvlc_media_add_option
Replies: 3
Views: 2895

trouble using libvlc_media_add_option

Hello. I am trying to play and save a .avi file simultanesouly using libvlc. My code looks as follows: /* Create a new item */ m = libvlc_media_new (inst, movie_name, ex); raise (ex); libvlc_media_add_option(m,":sout=#duplicate{dst=display,dst=std{access=file,mux=avi,dst=CWrecTest.avi}}",e...
by mohit839
29 Dec 2009 12:17
Forum: Development around libVLC
Topic: Controlling the output window in libvlc_vlm_
Replies: 2
Views: 612

Re: Controlling the output window in libvlc_vlm_

Thanks Remi. I could instantiate multiple media players without trouble. However I also wish to transcode the files and store them on the hard disk in parallel with viewing. I was not able to find a way to transcode and store files in the media player API. Is that possible? Will I have to use media ...
by mohit839
28 Dec 2009 18:56
Forum: Development around libVLC
Topic: Receiving a VLC video stream with OpenCV
Replies: 5
Views: 7583

Re: Receiving a VLC video stream with OpenCV

Were you able to do the OpenCV processing as mentioned in your earlier post? I am trying to do something similar - all I have got so far is the QT code from http://forum.qtfr.org/viewtopic.php?pid=65969. They seem to show how to access raw data using vmem. Please do let me know if you come across so...
by mohit839
28 Dec 2009 18:38
Forum: Development around libVLC
Topic: Controlling the output window in libvlc_vlm_
Replies: 2
Views: 612

Controlling the output window in libvlc_vlm_

Hello. I am new to libVLC. I am programming on Visual Studio with Win XP. I am trying to have libvlc_vlm_play_media() play the video in a window that I have created (through CreateWindowEx). I have read several posts where libvlc_media_player_set_hwnd() or libvlc_media_player_set_drawable() are used...

Go to advanced search