Search found 10 matches

Go to advanced search

by mophat
10 Feb 2010 13:19
Forum: Web and scripting
Topic: How to repeat the playlist when its finished? (AxVLCPlugin2)
Replies: 0
Views: 679

How to repeat the playlist when its finished? (AxVLCPlugin2)

Hi i user the activex control (AxVLCPlugin2) in a C# project an use the playlist to play some files. I can play the hole list with "axVLCPlugin21.playlist.play();" or a defined one with "axVLCPlugin21.playlist.playItem(myIndex);" ... But how can i repeat the playlist if the last ...
by mophat
08 Jan 2010 09:12
Forum: VLC stream-output (sout)
Topic: DVB-T Stream to, jow to change the programm via command?
Replies: 5
Views: 5401

Re: DVB-T Stream to, jow to change the programm via command?

ok... that has not helped... i'm confused :?

Ok i know i can open the pids with this command: --ts-es-id-pid --programs=8508,8505 , but where do i'm see this info when i tune the channel in vlc so that i can use this?

thx
MoPhat
by mophat
07 Jan 2010 14:41
Forum: VLC stream-output (sout)
Topic: DVB-T Stream to, jow to change the programm via command?
Replies: 5
Views: 5401

DVB-T Stream to, jow to change the programm via command?

HI, we use the vlc to stream a tv channel from a dvb-t stick to the lan (multicast). :D I use this command to start vlc and begin the stream (its automated). "C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv dvb-t://frequency=666000000 :sout=#std{access=udp,mux=ts,dst=239.0.0.1:1234}} --ttl 12 ...
by mophat
20 May 2009 16:49
Forum: Web and scripting
Topic: VLan ActiveX causes the PC to reboot
Replies: 4
Views: 1015

Re: VLan ActiveX causes the PC to reboot

shure, but its a usercontrol on the form -> this has no close event :(

MoPhat
by mophat
20 May 2009 13:42
Forum: Web and scripting
Topic: VLan ActiveX causes the PC to reboot
Replies: 4
Views: 1015

Re: VLan ActiveX causes the PC to reboot

Any news about that?

On the actual nightly build the bug is still there... :cry:


thx
MoPhat
by mophat
10 Apr 2009 23:29
Forum: Web and scripting
Topic: Deinterlace doesnt work with the ActiveX and on a C# Winform
Replies: 2
Views: 1121

Deinterlace doesnt work with the ActiveX and on a C# Winform

Hi i have this test code for playing a stram in the LAN. All works fine, just the deinterlacer is off... !?!? private void playStream() { string[] options = new string[1]; options[0] = ":deinterlace-mode=x"; axVLCPlugin1.addTarget("http://mediacenter:8080/TvServer/TimeShift.ts?Channel...
by mophat
10 Apr 2009 23:07
Forum: Web and scripting
Topic: VLan ActiveX causes the PC to reboot
Replies: 4
Views: 1015

Re: VLan ActiveX causes the PC to reboot

I have the same, if i close the app (Winform) without stoping the streaming bevore, i got a bluescreen on my vista machine :evil:

Will be there a fix for this issue?

meanwhile i implemented a method wheres stops the streams and closes after that the form.
thx
MoPhat
by mophat
08 Mar 2009 14:06
Forum: VLC media player for Windows Troubleshooting
Topic: How to use VideoLan to extract just one thumbnail on a...
Replies: 6
Views: 2457

Re: How to use VideoLan to extract just one thumbnail on a...

thank you, i will try with the nightly build and the no-audio flag :D

MoPhat
by mophat
08 Mar 2009 11:29
Forum: VLC media player for Windows Troubleshooting
Topic: How to use VideoLan to extract just one thumbnail on a...
Replies: 6
Views: 2457

How to use VideoLan to extract just one thumbnail on a...

Hi, i need a way to extract just one thumbnail just on one specified time from the video. I have tryed with this one: vlc -V image --start-time 5 --stop-time 6 --image-out-format jpg --image-out-ratio 25--snapshot-width 720 --snapshot-height 0 --image-out-prefix D:\Movies\thumb_ D:\Movies\movie1.ts ...

Go to advanced search