Search found 14 matches

Go to advanced search

by Koalar
14 Oct 2008 11:37
Forum: VLC media player for Windows Troubleshooting
Topic: After "--sout",how to reset to normal?
Replies: 1
Views: 326

Re: After "--sout",how to reset to normal?

Problem solved.Use "--reset-config" and don't use "--ignore-config".Thanks.
by Koalar
11 Oct 2008 10:51
Forum: General VLC media player Troubleshooting
Topic: How to play fast forward?
Replies: 1
Views: 545

Re: How to play fast forward?

Haha,I got it.
libvlc_media_player_set_rate()
Thanks. :)
by Koalar
11 Oct 2008 10:40
Forum: General VLC media player Troubleshooting
Topic: When playing,how to record the stream?
Replies: 1
Views: 415

Re: When playing,how to record the stream?

Haha,problem solved.I can send the stream to local and then receive it and record it.Thanks. :)
by Koalar
11 Oct 2008 10:08
Forum: VLC media player for Windows Troubleshooting
Topic: After "--sout",how to reset to normal?
Replies: 1
Views: 326

After "--sout",how to reset to normal?

Hi, everybody! I'm programing with VC2005,using the "libvlc.dll".I call libvlc_new() to set command line parameters: -I dummy --ignore-config --no-video-title --sout #transcode{vcodec=mp4v,vb=512,scale=1}:duplicate{dst=std{access=file,mux=ts,dst=d:/test.avi}} And then after calling some ne...
by Koalar
07 Oct 2008 06:21
Forum: VLC media player Feature Requests
Topic: Missing fast/slow playing
Replies: 17
Views: 2541

Re: Missing fast/slow playing

Hello!
Have you already solved this problem?I'm trapped in this problem,too.I tried to use VLC_SpeedFaster in the old libvlc.dll,but I don't know what the parameter of VLC_SpeedFaster is and what should I put in.It requires an int,but how can I get this int? :?:
by Koalar
06 Oct 2008 11:28
Forum: General VLC media player Troubleshooting
Topic: How to play fast forward?
Replies: 1
Views: 545

How to play fast forward?

Hi all!
I'm coding using C++ with libvlc.dll.I've checked all export functions of libvlc.dll but not found one that used to play fast forward or slow forward,or backward.Why?Isn't there any API for doing this?
Thank you for your help!!
by Koalar
26 Sep 2008 13:51
Forum: General VLC media player Troubleshooting
Topic: When playing,how to record the stream?
Replies: 1
Views: 415

When playing,how to record the stream?

Hello,everyone. Now my problem is,when the RTSP stream is playing,the client click the record button and want to save the stream.In this case,what should I do?There are two problems here: 1.It is not a good way to stop the playing stream and change the command line parameters to display and record a...
by Koalar
26 Sep 2008 05:12
Forum: General VLC media player Troubleshooting
Topic: How to record RTSP stream to files?
Replies: 2
Views: 2868

Re: How to record RTSP stream to files?

Yeah,problem solved.The answer is to use new version of VLC dll on http://nightlies.videolan.org/.
by Koalar
25 Sep 2008 13:41
Forum: General VLC media player Troubleshooting
Topic: How to record RTSP stream to files?
Replies: 2
Views: 2868

Re: How to record RTSP stream to files?

OK,the stream saving problem has been solved now.The key point is to set the "vcodec" to "mp4v",but not the "h264".However,there is another problem now.When I call "libvlc_media_player_stop" to stop recording,apparently it had stopped recording because the fil...
by Koalar
23 Sep 2008 06:22
Forum: General VLC media player Troubleshooting
Topic: How to record RTSP stream to files?
Replies: 2
Views: 2868

How to record RTSP stream to files?

I have been writing a VC++ program using the API of VLC.Now I need to record RTSP stream into a file,how can I do?Are there any API of VLC can record the RTSP stream which is playing?Or can I do this in the command line?How to write it?I have been searching this for hours in this forum and google,bu...
by Koalar
20 Sep 2008 08:51
Forum: General VLC media player Troubleshooting
Topic: removing display of filename upon video start
Replies: 9
Views: 156639

Re: removing display of filename upon video start

Yeah,I have solved this problem.Just add "--no-video-title" to the command line,then the filename won't be displayed. :D
by Koalar
20 Sep 2008 05:28
Forum: General VLC media player Troubleshooting
Topic: removing display of filename upon video start
Replies: 9
Views: 156639

Re: removing display of filename upon video start

I have the same problem...Excuse me,what do you mean by "Deactivate OSD"?What should I do?
by Koalar
12 Sep 2008 14:28
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 81821

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

My problem has been solved.I wrote the structures by myself,for example:
typedef struct libvlc_instance_t
{
BYTE bytData[3000000];
} libvlc_instance_t;
It is big enough to receive data,so the problem has been solved... :shock:
Thank you Marx,your code helps me a lot,thank you very much!
by Koalar
12 Sep 2008 05:47
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 81821

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

I´m doing a c++ wrapper for libvlc and will basing on your wrapper. So the lastest would save some work ! I'm doing the same thing as you,but this is my work...And now my biggest problem is,when using the API of VLC,it requires some structures(such as "libvlc_instance_t"),and in these str...

Go to advanced search