Search found 78 matches

Go to advanced search

by Idsa
24 Sep 2010 10:26
Forum: VLC media player for Windows Troubleshooting
Topic: VLC ActiveX and Windows IMM/IME/CTFMON.exe
Replies: 16
Views: 8924

Re: VLC ActiveX and Windows IMM/IME/CTFMON.exe

First of all, dcreeron, thank you very much for your investigation! It really helped me but I would like to add some more information for those who will face this bug in future. I have noticed it is enough to disable Advanced Text Services then enabled it again and reboot. So you don't need to keep ...
by Idsa
22 Jul 2010 04:40
Forum: General VLC media player Troubleshooting
Topic: Low-bitrate video using VLC
Replies: 0
Views: 605

Low-bitrate video using VLC

I'm trying to record 352*288 MPEG4 stream from LAN-camera using VLC 1.0.3. But I have to use low bitrate (128kbit/s) and this causes problems. MP4V codec displays a lot of artifacts, h264 records well but desynchrones audio. h264 is fixed in VLC 1.1 but I can't use it at the moment. Are there any ot...
by Idsa
21 Jul 2010 13:58
Forum: General VLC media player Troubleshooting
Topic: Audio and video are ouf of sync
Replies: 3
Views: 622

Re: Audio and video are ouf of sync

I already use audio-sync in my command line...
by Idsa
21 Jul 2010 10:26
Forum: General VLC media player Troubleshooting
Topic: Audio and video are ouf of sync
Replies: 3
Views: 622

Audio and video are ouf of sync

I'm trying to record LAN-camera video using the following command line: vlc "rtsp://10.101.220.40/mpeg4/media.amp" :sout=#transcode{fps=25,vcodec=h264,vb=128,acodec=mp3,ab=24,audio-sync}:duplicate{dst=display,dst=std{access=file,mux=mp4,dst="C:\1.avi"}} It works property in VLC 1...
by Idsa
19 Jul 2010 05:52
Forum: General VLC media player Troubleshooting
Topic: Increase FPS
Replies: 0
Views: 861

Increase FPS

I am recording low-bitrate video from LAN-camera and get file with 8-9 fps but my customers need 25. Is there any way to achieve higher fps (I think even faking will be okay).
by Idsa
02 Jul 2010 09:54
Forum: Development around libVLC
Topic: Playback fails
Replies: 1
Views: 400

Playback fails

I'm using libvlc at my C# application. It first records a stream from a camera and then tries to playback it. Recording is made okay but VLC crashes my application when I try to start playbacking. I tried to switch logging on but it didn't show anything. Is there any way to find out why VLC is crash...
by Idsa
24 Jun 2010 13:23
Forum: Development around libVLC
Topic: Duration equals to -1
Replies: 1
Views: 434

Duration equals to -1

libvlc_media_get_duration return -1. But if I play the file using VlcPlayer it's duration is shown okay. Is there any way to get file duration without playing it?
by Idsa
06 May 2010 09:40
Forum: General VLC media player Troubleshooting
Topic: RTSP audio is lost
Replies: 0
Views: 234

RTSP audio is lost

I'm recording RTSP stream using VLC and sometimes audio is lost. It is played for several seconds and then is becomes lost.

I really have no idea who's bug it is: RTSP source (LAN-camera) or VLC. Could it be VLC?
by Idsa
04 May 2010 06:52
Forum: General VLC media player Troubleshooting
Topic: "Keep original video" using command line
Replies: 1
Views: 364

"Keep original video" using command line

How can I reproduce "Keep original video" (during converting) behaviour using command line?
by Idsa
13 Apr 2010 11:46
Forum: Development around libVLC
Topic: Player recreating deadlock
Replies: 1
Views: 443

Player recreating deadlock

My application records video using several segments. So one player instance record the stream, than it is stopped and some time later a new player is created for recording. Sometimes my application is hanged. I think the reason is VLC deadlock. Are there any nuances to prevent VLC deadlock when seve...
by Idsa
22 Feb 2010 15:08
Forum: General VLC media player Troubleshooting
Topic: Video file size
Replies: 0
Views: 251

Video file size

I'm recording video from LAN-camera that streams mpeg4 file. I set "keep original video" at encoding settings but as result I get very heavy file. Does "keep original video" feature work anonther way comparing to what I expect?
by Idsa
17 Feb 2010 18:03
Forum: Development around libVLC
Topic: Deadlocks
Replies: 1
Views: 398

Deadlocks

I'm using libvlc 1.0.3 at my application and sometimes (really I can't figure out the reason) my application is handed. The only reason for that I can see is some deadlock in libvlc. Is this behaviour known? Are there any improvements in this way in 1.0.5?
by Idsa
04 Feb 2010 13:26
Forum: Development around libVLC
Topic: ts playback like VLC
Replies: 0
Views: 384

ts playback like VLC

When I pause ts files in VLC and change trackbar's position, trackbar is moved a bit by VLC (so it chooses other position). As I understand, it is ts-specific behaviour. How can I implement it using libvlc (now I have problems positioning ts-file).
by Idsa
28 Jan 2010 06:42
Forum: Development around libVLC
Topic: Degraded picture
Replies: 0
Views: 313

Degraded picture

I see a degraded picture for ts muxer at my libvlc based application: http://disk.tom.ru/k4krn87/1/9c2eb/Image.JPG
VLC doesn't have such an effect. Is there any special option for this?
by Idsa
21 Jan 2010 12:26
Forum: Development around libVLC
Topic: MPEG-TS files playback
Replies: 0
Views: 361

MPEG-TS files playback

VLC playbacks MPEG-TS files, but doesn't compute it's length. Is it unreal to get file length if position is computed well?
by Idsa
20 Jan 2010 09:26
Forum: Development around libVLC
Topic: VlcMediaListPlayer bugs
Replies: 0
Views: 407

VlcMediaListPlayer bugs

I have upgraded my application from using VlcMediaPlayer to VlcMediaListPlayer and I am very dissapointed how unstable it is. Firstly, VlcMediaListPlayer's Pause method works as Pause/Resume (so you need to track player's state at your application level). Secondly, sometimes (when one item was playe...
by Idsa
20 Jan 2010 09:17
Forum: Development around libVLC
Topic: Recovering if a stream has died
Replies: 3
Views: 1226

Re: Recovering if a stream has died

Ultraseamus, I use two events (don't remember their full names) for handling network problems:
1. Error: It is raised if vlc can't connect to the source at recording start
2. Ended: It is raised if there is no signal for more than rtp-timeout seconds
by Idsa
19 Jan 2010 05:43
Forum: General VLC media player Troubleshooting
Topic: Crash resistent recording
Replies: 4
Views: 574

Re: Crash resistent recording

No timing... But can't we compute the length?
by Idsa
18 Jan 2010 13:21
Forum: General VLC media player Troubleshooting
Topic: Crash resistent recording
Replies: 4
Views: 574

Re: Crash resistent recording

When I record using TS muxer, the video length and fps are equal to zero. Inspite of this problem VLC plays such video. But I can't play it using libvlc: for example, PositionChanged event is not raised.
by Idsa
17 Jan 2010 00:53
Forum: Development around libVLC
Topic: EndReaching event
Replies: 0
Views: 378

EndReaching event

It would be very convenient to get EndReaching (or something like that) event and cancel media unloading. When I get EndReached event, I can't prevent media unloading and continue working with this media. Are there any plans on supporting such a feature?
by Idsa
17 Jan 2010 00:50
Forum: Development around libVLC
Topic: Cant play file using .net interface of vlc
Replies: 1
Views: 498

Re: Cant play file using .net interface of vlc

Please copy the content of VLC folder to your startup folder. If it help, it will localize the problem.

And what .NET binding/wrapper do you use?
by Idsa
17 Jan 2010 00:15
Forum: General VLC media player Troubleshooting
Topic: Crash resistent recording
Replies: 4
Views: 574

Crash resistent recording

I'm recording video from LAN-camera using VLC. But I need to be sure my file will be readable even if computer or VLC is crashed. Is it possible? What muxer should I use? If it is not possible, is there any way to restore a file that was not correctly finished because of crash?
by Idsa
15 Jan 2010 16:21
Forum: Development around libVLC
Topic: Unloading when end reached
Replies: 3
Views: 730

Re: Unloading when end reached

Are there any news about this feature?
by Idsa
14 Jan 2010 19:13
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 139702

Re: libvlcnet - .NET library based on libvlc

Helkaraxe, try to change your muxer to mp4. Muxer is set at InternalObjects folder (don't remember project and class).
by Idsa
14 Jan 2010 09:14
Forum: Development around libVLC
Topic: MediaPlayer vs. MediaListPlayer
Replies: 1
Views: 420

MediaPlayer vs. MediaListPlayer

What are the advantages/disadvantages of both players?

Go to advanced search