Search found 14 matches

Go to advanced search

by psanthu123
15 Mar 2010 22:41
Forum: General VLC media player Troubleshooting
Topic: Is VLC multiple Instance safe ??
Replies: 1
Views: 476

Is VLC multiple Instance safe ??

Hi,

Can i have multiple instance of VLC in one process[one application]??

vlc_1 = libvlc_new (argc, argv, &ex_1);
vlc_2 = libvlc_new (argc, argv, &ex_2);

I am trying to do kind of video conferencing, one instance as RTP server and other as RTP client.
I am using windows XP.
by psanthu123
05 Nov 2009 01:07
Forum: VLC stream-output (sout)
Topic: using VLC as RTP relay?
Replies: 13
Views: 5774

Re: using VLC as RTP relay?

The above post was with GUI interface. try using below command on command line vlc -vvv sample_file :sout=#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:rtp{dst=192.168.0.100,port=1234,mux=ts,sdp=rtsp://192.168.0.100/test.sdp} or without transcoding vlc -vvv sa...
by psanthu123
15 Sep 2009 23:40
Forum: Skins
Topic: Playlist window refresh
Replies: 0
Views: 1439

Playlist window refresh

I was trying with some of the skins with playlist displays within the player window[Eg: Dalin Media Player, MediaPlayer, Solar, etc]. By default "Playlist", "Media Library" are defaultly displayed even though PlayTree setting -> Flat Playlist option is set true. When files are ad...
by psanthu123
09 Sep 2009 18:49
Forum: Skins
Topic: Record option with skins
Replies: 8
Views: 2726

Re: Record option with skins

Thanks Daniel,

I will try this out.
by psanthu123
09 Sep 2009 18:40
Forum: Skins
Topic: Resizing left side
Replies: 9
Views: 2286

Re: Resizing left side

I have started with default theme provided with VLC, so some part of default theme is still there with this. <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd"> <Theme version="2.0"> <ThemeInfo name="subX" author="Martin Poehlmann&quo...
by psanthu123
08 Sep 2009 21:36
Forum: Skins
Topic: Resizing left side
Replies: 9
Views: 2286

Re: Resizing left side

I could not find the attach option, so pasting some portion of XML file. <SubBitmap id="main.png.controls.bg.resizeE.right" x="1022" y="0" height="768" width="2"/> <SubBitmap id="main.png.controls.bg.resizeSE" x="1006" y="750...
by psanthu123
08 Sep 2009 21:01
Forum: Skins
Topic: Record option with skins
Replies: 8
Views: 2726

Re: Record option with skins

Woow, thats great news, Is the release vlc1.1 coming some(just curious) ??
Or can i download and use development branch itself, will it be stable[i mean there wont be any issue[complation or run time]]
by psanthu123
04 Sep 2009 18:48
Forum: VLC stream-output (sout)
Topic: using VLC as RTP relay?
Replies: 13
Views: 5774

Re: using VLC as RTP relay?

Yes, RTSP is still possible with 1.0.1, Even i didnt find any GUI option for this, i am not sure whether this is missing, but you can edit the command(1. source, 2. Destination, 3. Option), In options tab, look for "Generated stream output string" Here edit the options. Eg: ":rtp{dst=...
by psanthu123
04 Sep 2009 18:26
Forum: Skins
Topic: Record option with skins
Replies: 8
Views: 2726

Re: Record option with skins

Thanks j-b,
Is there any chance of supporting this in feature ??
by psanthu123
04 Sep 2009 18:20
Forum: Skins
Topic: Resizing left side
Replies: 9
Views: 2286

Re: Resizing left side

No the problem still exists, At the left hand corner, i am able drag toward right side but not let side[it should have been other way around]. Is that resizeE supports expansion only towards right ??.
by psanthu123
03 Sep 2009 02:26
Forum: Skins
Topic: Record option with skins
Replies: 8
Views: 2726

Record option with skins

Hi, I am building my own skin, if i need to have a record button with my skin[Similar to advanced menu record button], is it possible ?? I dont find VLC skins editor exposing Action function vlc.record(). Is is some way possible have record option?(probably adding in xml file and exporting it as .vl...
by psanthu123
03 Sep 2009 01:19
Forum: Skins
Topic: Resizing left side
Replies: 9
Views: 2286

Re: Resizing left side

Thanks Daniel,

What i meant by left side is left hand side of the window, so that i if i want to expand left hand side[Place the cursor at left corner of the window, drag left side once expanding arrow is dispalyed], i should be able to do that.

Regards
Santhosh
by psanthu123
27 Aug 2009 19:56
Forum: Skins
Topic: Sorry but can not find how to change skins in 1.01
Replies: 2
Views: 1242

Re: Sorry but can not find how to change skins in 1.01

Go to Interface-> preferences-> click on skins radio button, load your new skin(###.vlt file), save your preferences. Close VLC and launch vlc again, you can see your skin chaged.
by psanthu123
27 Aug 2009 19:48
Forum: Skins
Topic: Resizing left side
Replies: 9
Views: 2286

Resizing left side

Hi,

I am building a new skin, I am not able to resize towards left side.

I have used resize the window horizontally with lefttop = lefttop, rightbottom = leftbottom and action = resizeE.

I am able to resize toward right, but not to left side.

Regards
Santhosh

Go to advanced search