Search found 32 matches

Go to advanced search

by osmanosman
22 Apr 2007 19:08
Forum: VLC stream-output (sout)
Topic: rtsp mpeg4 video problem with p frames
Replies: 4
Views: 1096

Is there any change with ffmpeg newest version?
by osmanosman
17 Apr 2007 23:39
Forum: VLC stream-output (sout)
Topic: rtsp mpeg4 video problem with p frames
Replies: 4
Views: 1096

There is a one configuration in axis mpeg4 settings: gov setting number of the frames in one packet. I make it "8"(1-150). there is no change. When I use axis own activex for playing stream there is no problem. But I want to use vlc with recod,stream,cpu performance,etc support(best player...
by osmanosman
16 Apr 2007 22:55
Forum: VLC stream-output (sout)
Topic: rtsp mpeg4 video problem with p frames
Replies: 4
Views: 1096

rtsp mpeg4 video problem with p frames

I 'm using vlc for playing rtsp mpeg4 video from an axis 211 camera. When I enable I and P frames from mpeg4 settings from axis camera. Occasionally video is going bad in motion areas.(P frames) I tried to change ffmpeg settings but it is not solve the problem. vlc version: 0.8.6a on windows How can...
by osmanosman
16 Apr 2007 22:34
Forum: Web and scripting
Topic: Question about VLC plugin
Replies: 1
Views: 1188

Yes you can do this with transcode audio and vlc activex for web page.
vlc using:
http://www.videolan.org/doc/play-howto/ ... to-en.html
activex:
http://wiki.videolan.org/ActiveX/HTML
by osmanosman
16 Apr 2007 22:23
Forum: VLC media player for Windows Troubleshooting
Topic: video display problem
Replies: 10
Views: 1526

Change vlc setting to no-overlay
by osmanosman
16 Apr 2007 22:21
Forum: VLC stream-output (sout)
Topic: Mjpg to mp4v ok on win32 but fails on Linux
Replies: 2
Views: 882

I had got the same problem. Then I downloaded vlc0.6a source and I installed vlc from source code in debian testing. It must be work..
by osmanosman
16 Apr 2007 22:12
Forum: VLC stream-output (sout)
Topic: Stream through TV Card
Replies: 3
Views: 951

can you explain your methot?
what is the protocol (http,udp,etc)?
what is the transcode codec?
by osmanosman
27 Jan 2007 16:36
Forum: VLC stream-output (sout)
Topic: Stream out works, but can't find stream on other PC's.
Replies: 9
Views: 1986

in directshow window click advanced and select device properties.
later select video source and resolution.
I think you must transcode video. Do you making this?
And try any video format.
by osmanosman
25 Jan 2007 22:35
Forum: VLC stream-output (sout)
Topic: Stream out works, but can't find stream on other PC's.
Replies: 9
Views: 1986

1. do you check firewall ports?
2. try http streaming with asf maybe your capture card not support ts
by osmanosman
18 Jan 2007 22:16
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 54349

use "no-overlay" for black screen string[] initOptions = { "vlc", "--no-one-instance", "--no-overlay", "--no-snapshot-preview", "--no-drop-late-frames", "--disable-screensaver" };
by osmanosman
18 Jan 2007 11:12
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 54349

a litle question
.net interface using this settings file
C:\Documents and Settings\user\Application Data\vlc\vlcrc

Is there any way to hinder using this file or change file name?
by osmanosman
18 Jan 2007 10:50
Forum: VLC media player for Windows Troubleshooting
Topic: Windows compile
Replies: 5
Views: 1182

Not at all
by osmanosman
18 Jan 2007 10:48
Forum: VLC media player for Windows Troubleshooting
Topic: Black screen - No picture at all
Replies: 6
Views: 2035

disable overlay
by osmanosman
16 Jan 2007 23:28
Forum: Web and scripting
Topic: vlc plug-in
Replies: 1
Views: 1476

You can recompile activex from vlc source code.
change bmp files but why ,vlc must be favourite.
by osmanosman
16 Jan 2007 23:19
Forum: VLC media player for Windows Troubleshooting
Topic: Capture cards tested with VLC
Replies: 2
Views: 683

I tried these ,they have worked fine.

Digital Video Creator 90
snazzi 3 pci
digital rapids cards
Osprey cards (recomend)
plextor convertx (this is good card but I don't use with vlc)

and tv cards
FLY TV PRIME-30
FLY TV PRIME-34
INCA PREMIUM
by osmanosman
16 Jan 2007 21:45
Forum: VLC media player for Windows Troubleshooting
Topic: Windows compile
Replies: 5
Views: 1182

My English is poor but I will try to explain my compile to you. I use debian etc you can download an install from debian.org. it is free 1 - install libs libtool,automake,autoconf,mingw32 and others you can found from this document http://developers.videolan.org/vlc/cygwin-compile.txt 2- download vl...
by osmanosman
15 Jan 2007 10:51
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 54349

You are the best Tappen :P
by osmanosman
15 Jan 2007 10:47
Forum: Web and scripting
Topic: Starting VLC = ok, but starting from PHP only works local
Replies: 22
Views: 16060

Do you check your php files permisions?
by osmanosman
15 Jan 2007 10:41
Forum: VLC media player for Windows Troubleshooting
Topic: Windows compile
Replies: 5
Views: 1182

http://developers.videolan.org/vlc/cygwin-compile.txt

here

but I suggest cross compile with debian etc. It is easy :D
by osmanosman
14 Jan 2007 18:08
Forum: VLC media player for Windows Troubleshooting
Topic: To administrator and devolopers
Replies: 2
Views: 826

Thank you for your explanation.
by osmanosman
13 Jan 2007 17:02
Forum: VLC media player for Windows Troubleshooting
Topic: To administrator and devolopers
Replies: 2
Views: 826

To administrator and devolopers

Dear
Can I use "vlc activex" with my commercial software?
by osmanosman
21 Dec 2006 17:51
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 54349

I know I'm asking too much but I have a last question. :? I have used this methot for activex. VLC.setVariable "conf::motiondetect-history", "5" in vlccontrol I try this code: vlc1.SetVlcObjectString(ObjectType.VLC_OBJECT_VOUT, ":motiondetect-history", "5"); b...
by osmanosman
21 Dec 2006 10:49
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 54349

again Thank you Tappen!
this is better than activex :D
by osmanosman
20 Dec 2006 10:59
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 54349

hi
I'm taking this error when using VLanControl.dll.
IntPtr vlc = vlc_current_object(vlcHandle);
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
what is my wrong

Go to advanced search