Search found 24 matches

Go to advanced search

by dave_c_uk
13 Oct 2010 13:43
Forum: VLC stream-output (sout)
Topic: Elementary Streams to Individual Files
Replies: 1
Views: 468

Elementary Streams to Individual Files

I'm using the sout=all feature to stream an entire capture card frequency (7 individual programmes) to file, but as you'd imagine the single file becomes huge. Is there any way to stream each individual programm channel (same mux frequency so already tuned) to invidual files? Or alternatively is the...
by dave_c_uk
29 Mar 2010 21:15
Forum: Web and scripting
Topic: 'vlc.video.marquee' is null or not an object
Replies: 3
Views: 1145

Re: 'vlc.video.marquee' is null or not an object

Turns out I didnt read the documentation properly - marquee and logo are only available in v1.1.x (though its annoying they're on the same doc. as the current release!).
by dave_c_uk
29 Mar 2010 21:14
Forum: Web and scripting
Topic: Deinterlace
Replies: 4
Views: 1566

Re: Deinterlace

OK, everything makes sense now! I hadn't noticed the notes saying v1.1.x or higher, though its a bit odd that they're on the documentation for the current releases! My mistake anyway, I'll wait for it to be released.
Thanks for taking the time to help!
by dave_c_uk
29 Mar 2010 18:31
Forum: Web and scripting
Topic: Deinterlace
Replies: 4
Views: 1566

Re: Deinterlace

Hi, thanks for your reply.

I'm using the activex version that comes with VLC 1.0.5 - the documentation implies that everything after 0.8.6. has these methods? I didnt even realise there was a 1.1.x to be honest... Where can i find the 1.1.x ones?

Thanks
by dave_c_uk
29 Mar 2010 16:41
Forum: Web and scripting
Topic: Deinterlace
Replies: 4
Views: 1566

Deinterlace

Hi all, I'm trying to add the deinterlace option to javascript control of the activex but no matter how I do it (either by a script or property etc) it doesnt function. When I use function deinterlace() { vlc.video.deinterlace.enable("linear") } I just get 'vlc.video.deinterace' is null or...
by dave_c_uk
26 Mar 2010 10:36
Forum: Web and scripting
Topic: Getting Current Playlist MRL
Replies: 0
Views: 446

Getting Current Playlist MRL

Is there any way to get the currently playing MRL so that it can be used in another javascript function? I'm trying to make a function that loads a different webpage (with a bigger VLC plugin) and automatically starts to play whatever was being played in the previous window. E.g. on Page1, xyz is cu...
by dave_c_uk
25 Mar 2010 17:27
Forum: Web and scripting
Topic: Change OSD and Overlay if no video
Replies: 6
Views: 1607

Re: Change OSD and Overlay if no video

Does this help? viewtopic.php?f=16&t=59497
For the title at least. I have that working...

I'd also like the no video available option!
by dave_c_uk
18 Mar 2010 12:20
Forum: Web and scripting
Topic: ActiveX Visualisation
Replies: 1
Views: 647

Re: ActiveX Visualisation

Nobody knows?
by dave_c_uk
15 Mar 2010 14:24
Forum: Web and scripting
Topic: MRL is displayed in IE but not firefox
Replies: 2
Views: 588

Re: MRL is displayed in IE but not firefox

If you're scripting playlists etc you can send an option, see viewtopic.php?f=16&t=59497
by dave_c_uk
11 Mar 2010 11:27
Forum: VLC media player for Windows Troubleshooting
Topic: Command Line Input Slave
Replies: 5
Views: 994

Command Line Input Slave

Hi, I'm try to take a radio feed (via freeview so it has some kind of mpeg feed and therefore an empty video track I guess) and have a picture showing while the audio is playing, e.g you hear the audio and see a picture. i tried doing this using the additional sources / input slave method but only o...
by dave_c_uk
10 Mar 2010 14:53
Forum: Web and scripting
Topic: ActiveX Visualisation
Replies: 1
Views: 647

ActiveX Visualisation

Hi, I've got an activex plugin in HTML working well. Buttons control what is being played, some of which are video and audio and work fine, the others are just audio. They also work fine but I want to put an image or small video in to stop it just being blank when audio is playing. is this possible?...
by dave_c_uk
10 Mar 2010 11:34
Forum: Web and scripting
Topic: How to hide URL when playing a streaming video?
Replies: 5
Views: 3940

Re: How to hide URL when playing a streaming video?

That worked fine (I combined both options so that it was

vlc.playlist.add(url, " ", ":no-video-title-show");

Worked great, thanks for your help!
by dave_c_uk
02 Mar 2010 15:06
Forum: Web and scripting
Topic: 'vlc.video.marquee' is null or not an object
Replies: 3
Views: 1145

'vlc.video.marquee' is null or not an object

Whenever I try to make use of the marquue or logo object I get an error - 'vlc.video.marquee' is null or not an object, or 'vlc.video.logo' is null or not an object. This is activex v2 plugin. Any ideas please?
by dave_c_uk
24 Feb 2010 18:06
Forum: VLC stream-output (sout)
Topic: Stream multiple channels from same Mux
Replies: 3
Views: 1466

Re: Stream multiple channels from same Mux

OK great, progress! Thanks for the reply. I tried that and then opened the stream on the client.. but it opened all of them at once. So now that I know the first answer, is it possible to a) be selective about the streams, e.g. just 2 channels from the multiplex instead of them all, and b) select on...
by dave_c_uk
24 Feb 2010 15:36
Forum: VLC stream-output (sout)
Topic: Stream multiple channels from same Mux
Replies: 3
Views: 1466

Stream multiple channels from same Mux

I am currently able to stream from a DVB-T card to multicast, all works fine. I'm wondering if it is possible to stream multiple channels simultaneously with one card - obviously it can only tune to one MUX at a time but is there any way of having 1 card using 1 mux, streaming multiple channels? Tha...
by dave_c_uk
16 Jun 2009 10:21
Forum: VLC stream-output (sout)
Topic: Streaming to Windows Clients
Replies: 8
Views: 849

Re: Streaming to Windows Clients

Hi All, I managed to get this working eventually using the following method: 1) Install JTVLanServer + Client, get that up and running using VLC streaming etc and make sure the stream works in VLC player. 2) Change the JTVLanServer configuration to stream to the windows command line (custom stream) ...
by dave_c_uk
16 Jun 2009 10:16
Forum: VLC stream-output (sout)
Topic: Command Line Quick Help
Replies: 1
Views: 207

Command Line Quick Help

Hello, I'm trying to stream a non-transcoded stream to HTTP on port 7777, then also to a transcoded ASF/MMSH/Port 8080 using the command line. I can get the first to work but not the second. Can anyone suggest where I'm going wrong please? My command line is start vlc C:\Tools\TestCard.mpg --sout=#d...
by dave_c_uk
15 Jun 2009 00:06
Forum: VLC stream-output (sout)
Topic: Streaming to Windows Clients
Replies: 8
Views: 849

Re: Streaming to Windows Clients

What is the input resolution?
Not sure.. I never get the option to select it as its just pulling straight from the TV card (Hauppauge HVR-3000)
by dave_c_uk
14 Jun 2009 10:23
Forum: VLC stream-output (sout)
Topic: Streaming to Windows Clients
Replies: 8
Views: 849

Re: Streaming to Windows Clients

(Bump)
by dave_c_uk
12 Jun 2009 18:16
Forum: General VLC media player Troubleshooting
Topic: VLC with FFMpeg
Replies: 0
Views: 227

VLC with FFMpeg

Hi,

I'm wanting to stream to flash and the documentation says I need to compile VLC with ffmpeg.. but I don't have a clue how to do this, sorry! Would anyone mind sending me a compiled version if it's not too much trouble please?

Thanks in advance!
by dave_c_uk
12 Jun 2009 00:18
Forum: VLC stream-output (sout)
Topic: Streaming to Windows Clients
Replies: 8
Views: 849

Re: Streaming to Windows Clients

Resolution of streaming ? And command line?
Taken straight from the VLC docs, so

% vlc -vvv input_stream --sout '#transcode{vcodec=DIV3,vb=256,scale=1,acodec=mp3,ab=32,channels=2}:std{access=mmsh,mux=asfh,dst=:8080}'

I've tried lowering vb, ab, and scale but still no help...
by dave_c_uk
11 Jun 2009 22:10
Forum: VLC stream-output (sout)
Topic: Streaming to Windows Clients
Replies: 8
Views: 849

Re: Streaming to Windows Clients

What is the solution ?
Not sure what you mean?
by dave_c_uk
11 Jun 2009 20:04
Forum: VLC stream-output (sout)
Topic: Streaming to Windows Clients
Replies: 8
Views: 849

Streaming to Windows Clients

Hi All, I'm trying to stream a DVB-T feed from a TV card to about 100 users. VLC 'standard' setup works great - it streams to other VLC clients very well BUT it means I have to install VLC on 100_ computers and its not an option this time. So I read in the forums and docs how to stream to windows me...

Go to advanced search