Search found 601 matches

Go to advanced search

by thannoy
22 Sep 2017 22:31
Forum: VLC media player for Windows Troubleshooting
Topic: Using axvlc.dll in VB 6.0
Replies: 9
Views: 4038

Re: Using axvlc.dll in VB 6.0

I guess you can. Here are some entry points: 1. Plugin documentation [ Documentation:WebPlugin ] --> Look at vlc.playlist.add(mrl,name, options ) and associated example 2. Existing options [ VLC_command-line_help ] --> Look at Options-styles and --http-user-agent=<string> I think you can then give a...
by thannoy
27 Dec 2009 22:37
Forum: VLC media player for Windows Troubleshooting
Topic: change cache settings Mozilla Plugin
Replies: 1
Views: 392

Re: change cache settings Mozilla Plugin

When using the Javascript API, add your media to the playlist this way (example with 1200 ms caching):

Code: Select all

yourVLCnode.playlist.add("http://server.exemple.com/stream.vid", "foo title or null", ":http-caching=1200");
Then play the one-item playlist:

Code: Select all

...playlist.play();
by thannoy
27 Dec 2009 22:32
Forum: Web and scripting
Topic: What exactly does the plug-in do?
Replies: 1
Views: 1009

Re: What exactly does the plug-in do?

VLC mozilla plug-in is an optional glue to be able to embed a video in a HTML page on Mozilla-like browsers. This component is of no use if you have not VLC installed since it relies on the installed VLC to render the video in the webpage. Some more informations: - this plugin is similar to the Acti...
by thannoy
22 Dec 2009 19:03
Forum: General VLC media player Troubleshooting
Topic: VLC Active-X Deinterlace
Replies: 8
Views: 5993

Re: VLC Active-X Deinterlace

I don't think.
by thannoy
08 Dec 2009 14:39
Forum: VLC stream-output (sout)
Topic: multicast and data loss
Replies: 3
Views: 782

Re: multicast and data loss

multicast implies UDP , so unreliable especially over wifi and loaded networks. If another peer send a packet to the wifi AP at the time one of yours is being sent, both packets will be merged and unreadable, they will need to be resent. In fact the same occurs on cabled network and UDP packets are ...
by thannoy
08 Dec 2009 14:08
Forum: Web and scripting
Topic: Using ActiveX in VB with OpenGL
Replies: 6
Views: 2123

Re: Using ActiveX in VB with OpenGL

Both Developers_Corner and Git wiki pages give hints. Then locate "safe()" occurrences and you will understand quickly what modification need to be done. You can also use tarballs to start from a stable release. For my own, I use Linux even when compiling for Windows platform but you can s...
by thannoy
05 Dec 2009 19:13
Forum: Web and scripting
Topic: Using ActiveX in VB with OpenGL
Replies: 6
Views: 2123

Re: Using ActiveX in VB with OpenGL

I have no idea how to enable this without modifying VLC, ... except those ones:
- use an older VLC (prior to 0.9) -> never advised!
- try to mess VLC DLL files (move/remove all vout dlls except opengl one, or rename the opengl one to be theaded as the legacy one)
by thannoy
04 Dec 2009 20:55
Forum: Web and scripting
Topic: Using ActiveX in VB with OpenGL
Replies: 6
Views: 2123

Re: Using ActiveX in VB with OpenGL

I think you are facing the security policy of ActiveX interface. As it can be inserted in a webpage, restrictions have been added for a malicious webpage to not be able to arm your computer. Only options tagged as safe (in the source code, need compile your own VLC to modify this set) can be used. I...
by thannoy
04 Dec 2009 20:48
Forum: VLC media player for Windows Troubleshooting
Topic: Making a DVD
Replies: 1
Views: 391

Re: Making a DVD

VLC is a media player, it can transcode and serve too but it is not a DVD maker nor a CD/DVD burner.

Have a look at other software which do "dvd authoring" like (untested):
DVDStyler: http://www.framasoft.net/article12.html
DVD flick: http://www.dvdflick.net
by thannoy
04 Dec 2009 20:39
Forum: VLC media player for Windows Troubleshooting
Topic: help
Replies: 1
Views: 260

Re: help

1- better to use a meaningful title
2- in VLC preferences>video you will find a "overlay" check box. Try to deactivate it.
by thannoy
03 Dec 2009 20:20
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Vlc GUI disappeared!
Replies: 2
Views: 948

Re: Vlc GUI disappeared!

Remove ~/.cache/vlc and ~/.config/vlc folders. If it do not help, start VLC adding "-vvv" parameter to get verbose output.
by thannoy
03 Dec 2009 17:10
Forum: VLC stream-output (sout)
Topic: This transcode command line not work
Replies: 2
Views: 612

Re: This transcode command line not work

1- your line is very long, better to use "code" button above edition area to paste it
2- missing one '}' at the end of your line?
3- If it is not, you will have to provide debug output.. Using -vvv and using "Code" button for your past to be readable. (you can use a pastebin too)
by thannoy
03 Dec 2009 17:04
Forum: General VLC media player Troubleshooting
Topic: VLC Active-X Deinterlace
Replies: 8
Views: 5993

Re: VLC Active-X Deinterlace

1- src field do not handle such "query" I think, only media URL(s?) to add to playlist. To do special stuff like deinterlacing, you need to use JavaScript_API . 2- before (up to VLC 0.9.8a iirc), it was doable this way: <object id="vlcnode" blabla>without src parameter</object> a...
by thannoy
03 Dec 2009 15:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC randomly crashes in Fedora 12
Replies: 7
Views: 4657

Re: VLC randomly crashes in Fedora 12

- When VLC is not running, try to remove ~/.cache/vlc folder.
- Without debug symbols, gdb will give less accurate information but maybe it worth a try with the little information it can give.
by thannoy
03 Dec 2009 15:37
Forum: VLC media player Feature Requests
Topic: Topfield *.rec Files
Replies: 34
Views: 30184

Re: Topfield *.rec Files

Maybe the second and third byte is a Program specific number while the fourth is a kind of counter? A kind of, yes. From MPEG TS standard. I have not the time right now to decode hex bytes but informations you gave are precious, thanks. I will ask you one more test as a fast check of my (bad) hypot...
by thannoy
03 Dec 2009 14:50
Forum: VLC stream-output (sout)
Topic: streaming video with vlc
Replies: 2
Views: 821

Re: streaming video with vlc

No need to have same VLC version on all computers. Several ways exists to stream, depending on what you want: - http streaming (suitable for VOD, stream is initiated if a client ask it) - rtp/rtsp (VOD, stream is initiated if a client ask it) - udp streaming (server streams blindly without knowing i...
by thannoy
03 Dec 2009 14:03
Forum: VLC media player for Windows Troubleshooting
Topic: How to add new Socket ?
Replies: 1
Views: 334

Re: How to add new Socket ?

Please, please never cross post to two forums. Find what you think is the better place and post it only once.

@duplicated: viewtopic.php?f=2&t=68746
by thannoy
03 Dec 2009 13:49
Forum: General VLC media player Troubleshooting
Topic: How to add a new socket?
Replies: 2
Views: 488

Re: How to add a new socket?

You added POSIX code while Windows platform is not POSIX compliant. To open a socket on windows, you have to cope with Windows API (windows.h, MSDN, etc). You can also bind your code with a POSIX emulation layer which cope with Window API for you. @see Win32CompileCygwinNew#POSIX_emulation_layer @se...
by thannoy
03 Dec 2009 11:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC randomly crashes in Fedora 12
Replies: 7
Views: 4657

Re: VLC randomly crashes in Fedora 12

Which VLC version is it? Can you start VLC using command_line and -vvv parameter (full verbose)? Can you past interesting/last lines here (using "code" button above please) Can you try this to get more accurate crash details: # install GNU debugger package if you have not yet installed it ...
by thannoy
03 Dec 2009 10:28
Forum: Web and scripting
Topic: Mozilla plugin on Windows can't play a URL
Replies: 1
Views: 786

Re: Mozilla plugin on Windows can't play a URL

This URL refers to a playlist. Try the direct link its describe: http://208.43.60.73:9020.
(@see ticket 2862)
by thannoy
03 Dec 2009 10:22
Forum: General VLC media player Troubleshooting
Topic: Can VLC grab multiple pids from a single MPEG2 Stream?Demux?
Replies: 2
Views: 704

Re: Can VLC grab multiple pids from a single MPEG2 Stream?Demux?

Are you speaking about several programs/PMT? In such case, you can use playback> program menu to switch between muxed channels. Using command_line , there is option "--program". If PAT packets do not describe your PMTs, you can use "--ts-extra-pmt" option to virtualy create a PMT...
by thannoy
03 Dec 2009 10:11
Forum: Contribute and help the VideoLAN project
Topic: develop vlc
Replies: 9
Views: 2441

Re: develop vlc

I do not use Windows to compile (like most developers), but yes I think you have to work with Win32CompileCygwinNew . For you information, contribs (pre-compiled dependancies like FFmpeg, etc) can often be found at one of those locations: http://people.videolan.org/~jb/Contribs/ http://download.vide...
by thannoy
02 Dec 2009 20:15
Forum: VLC stream-output (sout)
Topic: How to record dvb-t to a file?
Replies: 7
Views: 8581

Re: How to record dvb-t to a file?

For a list of programs, you can try this:

Code: Select all

:programs=7,9
by thannoy
02 Dec 2009 18:13
Forum: Development around libVLC
Topic: need libvlc.lib (winXP)
Replies: 1
Views: 949

Re: need libvlc.lib (winXP)

Do you really need the .lib file? Using gcc compiler suite (default for code::blocks I think), can't you link your binary with VLC DLL files directly? I don't remember exactly, but trying the equivalent of: gcc -c yourode.c vlc-include-files*.h -o yourcode.o #and (assuming libvlc.dll is in a -L path...
by thannoy
02 Dec 2009 18:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: stream a video after incorporate date+time on it
Replies: 1
Views: 447

Re: stream a video after incorporate date+time on it

Please do not cross-post. It spead answers and create a mess in topics. In fact, "sream-out sout" forum was maybe the better choice.

duplicated topic: viewtopic.php?f=2&t=68176

Go to advanced search