Search found 61 matches

Go to advanced search

by vice
19 Apr 2010 01:42
Forum: VLC media player Feature Requests
Topic: Input number for VLM commands
Replies: 7
Views: 2422

Re: Input number for VLM commands

I think that different bitrate, resolution and codec could change in the input of the gather module. Please correct me if I'm wrong. But the problem is how do you transmit those changes to a client that is receiving the output stream? You just generated an static SDP that is only read by the client ...
by vice
19 Apr 2010 01:31
Forum: VLC media player for Windows Troubleshooting
Topic: Wrong aspect ratio when transcoding video
Replies: 19
Views: 4252

Re: Wrong aspect ratio when transcoding video

I was just adding more information to try to track the problem.

And, yes, keep aspect ratio is just a simple workaround for (maybe) only VLC media player as client :)
by vice
12 Apr 2010 14:09
Forum: VLC media player Feature Requests
Topic: More information about VLM instance.
Replies: 0
Views: 325

More information about VLM instance.

I found myself in a situation that maybe others have came before. I've configured a VLM element to record a live stream to a file. I'm very interested in current recording time but when I request the VLM element information I get the following instance information: "name": "default&qu...
by vice
17 Dec 2009 13:07
Forum: VLC media player for Windows Troubleshooting
Topic: Wrong aspect ratio when transcoding video
Replies: 19
Views: 4252

Re: Wrong aspect ratio when transcoding video

Ummm.. I've observed this same issue BUT not using the transcoding. Let me explain. I connect to a transport stream with a H264 encoded video and stream it out by RTP without transport stream and without transcoding. Only changing is transmission system (and by the way the network, but that's anothe...
by vice
10 Jul 2009 12:35
Forum: Web and scripting
Topic: VLC plugin for internet explorer not working for VLC-0.8.2
Replies: 9
Views: 41761

Re: VLC plugin for internet explorer not working for VLC-0.8.2

Please, install VLC media player 1.0 and try this ActiveX latest version.

I found that the problem of Src parameter not been added to the playlist have been fixed.
by vice
10 Jul 2009 12:15
Forum: Web and scripting
Topic: ActiveX in IE not adding MRL HTML parameter to playlist?
Replies: 2
Views: 1283

Re: ActiveX in IE not adding MRL HTML parameter to playlist?

Corrected with the latest version of ActiveX 1.0!

Thanks.
by vice
18 Jun 2009 18:18
Forum: Web and scripting
Topic: VLC plugin for internet explorer not working for VLC-0.8.2
Replies: 9
Views: 41761

Re: VLC plugin for internet explorer not working for VLC-0.8.2

Exactly what I've just posted! (See http://forum.videolan.org/viewtopic.php?f=16&t=60998) You CAN use it and it works if you load the playlist by JavaScript commands. But apparently using param "Src", "MRL", "target" or "filename" (as is in the README.txt ...
by vice
18 Jun 2009 12:42
Forum: Web and scripting
Topic: ActiveX in IE not adding MRL HTML parameter to playlist?
Replies: 2
Views: 1283

ActiveX in IE not adding MRL HTML parameter to playlist?

I'm working in a battery of tests for a project that is using VLC media plugin for displaying video. All the work is done in Firefox but for sake of completeness and because IE is sadly more common than we liked. I've run those tests in IE. At first I was thinking that I've done something wrong with...
by vice
18 Jun 2009 12:06
Forum: Web and scripting
Topic: Is there a way to unload/free a VLC plugin dynamically?
Replies: 3
Views: 1112

Re: Is there a way to unload/free a VLC plugin dynamically?

Not really. I've read the mozilla specifications and the method to destroy an instance is mandatory. It's needed by the navigator to destroy all instances of the plugin when quiting or changing page. More information at: https://developer.mozilla.org/en/Gecko_Plugin_API_Reference/Initialization_and_...
by vice
03 Jun 2009 17:19
Forum: Web and scripting
Topic: Is there a way to unload/free a VLC plugin dynamically?
Replies: 3
Views: 1112

Is there a way to unload/free a VLC plugin dynamically?

I'm working using the Dojo Toolkit to make possible to create VLC plugins dynamically. You can see a previous WORKING version at: http://trac.dojotoolkit.org/ticket/8857 I have now a better version that I going to upload also with some tests as they asked for. Now that I'm working on unit tests with...
by vice
20 May 2009 11:51
Forum: Web and scripting
Topic: Handle clicks on plugin canvas.
Replies: 0
Views: 447

Handle clicks on plugin canvas.

I was thinking that it could be very nice to have some way to define a function callback when the user clicks on top of the plug-in with relative position as parameter. For example, this could be a new property "onclick" of the VLC plugin's javascript object "video": vlc.video.on...
by vice
16 Apr 2009 17:56
Forum: Web and scripting
Topic: Vlc Activex onclick event
Replies: 4
Views: 1571

Re: Vlc Activex onclick event

I'm asking because I couldn't figure a way to catch onclick event inside the VLC plugin either in IE or Firefox. For what matter no event inside the plugin is catched. This is my experience with. For example, for QuickTime there's an onclick parameter where you put the desired URL and hence you can ...
by vice
16 Apr 2009 17:42
Forum: Web and scripting
Topic: Vlc Activex onclick event
Replies: 4
Views: 1571

Re: Vlc Activex onclick event

Did you meant that the code that you've posted works on Mozilla Firefox for catching the click event?
by vice
16 Jan 2009 13:33
Forum: VLM
Topic: How to avoid sending RTCP Goodbye (203) packet type.
Replies: 1
Views: 2481

Re: How to avoid sending RTCP Goodbye (203) packet type.

Don't needed this anymore. Changed architecture to playlist items switching and streaming adding gather module and sout-keep option. This way, RTCP bye payload is not transmitted and as an extra bonus you get a more robust streaming (don't change source port for example). Put here for reference and ...
by vice
12 Nov 2008 18:19
Forum: VLM
Topic: How to avoid sending RTCP Goodbye (203) packet type.
Replies: 1
Views: 2481

How to avoid sending RTCP Goodbye (203) packet type.

I've noticed a change of behavior between 0.8.6 and the 0.9 branch. As far as I know, 0,9 have introduce some support to sending RTCP packets as a server with the RTP stream module. I've tested 0.9.4 and 0.9.6 versions against a 0.8.6i, just to check my findings. What I would like as a feature (don'...
by vice
03 Sep 2008 13:06
Forum: VLM
Topic: Change input in a VLM element
Replies: 17
Views: 8324

Re: Change input in a VLM element

Suppose you have this: new foo broadcast enabled input somefile.mpeg control foo play To change the input list you can use: setup foo inputdel all input someotherfile.mpeg I suggest that you run the telnet interface and type "help" to get all the available commands. Cheers, So this is bas...
by vice
07 Jul 2008 09:54
Forum: VLM
Topic: Change input in a VLM element
Replies: 17
Views: 8324

Re: Change input in a VLM element

[quote="yohann.martineau"] > new test broadcast enabled > setup test input /home/yohann/media/out/ad_mercedes.mpg 1 setup : Wrong command syntax I think the wrong command syntax could be because of the last number that you put at the end of the line. As far as I know you only can setup inp...
by vice
07 Jul 2008 09:47
Forum: VLM
Topic: seek behavior
Replies: 1
Views: 2236

Re: seek behavior

I'm also testing trick play from VLM. And found also some differences between the local seek and the seek for the stream out. Locally, VLC media player can seek perfectly amonst others (I just test those container that VLC can produce and can handle more than one track of video): * mp4 (with and wit...
by vice
03 Jul 2008 10:22
Forum: VLM
Topic: Change input in a VLM element
Replies: 17
Views: 8324

Re: Change input in a VLM element

in this case, how must we create the vod? new test vod enabled setup test input /home/my/file.mpg 1 setup test input /home/my/file2.mpg 2 setup test output #std{access=udp,mux=ts,dst=1.2.3.4:1234} control play test 1 control play test 2 Like this? No, I don't think that works. But you need to try i...
by vice
17 Jun 2008 18:16
Forum: VLC media player Feature Requests
Topic: Input number for VLM commands
Replies: 7
Views: 2422

Re: Input number for VLM commands

Solved using different VLM Elements with the same output configuration. In this case, stopping and playing another you have the same address, the same port and the same RTP payload in the case of the RTP stream out.

So please keep this as a feature :wink:

Do you need a test?
by vice
16 Jun 2008 18:31
Forum: VLC media player Feature Requests
Topic: Input number for VLM commands
Replies: 7
Views: 2422

Re: Input number for VLM commands

Tested input switching with the current version of git and found some dificulties to acomplish what I intend to do. I've create a broadcast VLM element with many inputs and correctly, I switch beetwen differents inputs with the command control VLMElement play [input_number] . The switchin are corret...
by vice
13 Jun 2008 13:31
Forum: Web and scripting
Topic: Change input in a VLM element
Replies: 1
Views: 738

Re: Change input in a VLM element

Code: Select all

control (name) [instance_name] play [input number]
implemented for the upcomming 0.9 version.
(Saw in git repository)
by vice
13 Jun 2008 13:29
Forum: VLM
Topic: Change input in a VLM element
Replies: 17
Views: 8324

Re: Change input in a VLM element

Code: Select all

control (name) [instance_name] play [input number]
implemented for the upcomming 0.9 version.
(Saw in git repository)
by vice
13 Jun 2008 13:26
Forum: VLC media player Feature Requests
Topic: Input number for VLM commands
Replies: 7
Views: 2422

Re: Input number for VLM commands

Sorry for the post. I've see in the latest code that you already have solved this with the command: control (name) [instance_name] play [input number] The good thing is that you win another tester for the current 0.9. I'm going to test if the input switching are smooth enought. Thanks for the good w...
by vice
12 Jun 2008 17:57
Forum: VLC media player Feature Requests
Topic: Input number for VLM commands
Replies: 7
Views: 2422

Input number for VLM commands

I'm trying to figure out how to change the input of a VLM element by VLM commands and haven't found anything. I'm trying to use the input list of a broadcast VLM element as a basic playlist, but I need the command to select the input number. I'm scripting remotely a VLC media player a this could be ...

Go to advanced search