Search found 15 matches

Go to advanced search

by mau2000.sim
13 Oct 2008 18:55
Forum: General VLC media player Troubleshooting
Topic: VLC Mozilla Plugin: Crash while loading files in embed tags.
Replies: 6
Views: 294531

Re: VLC Mozilla Plugin: Crash while loading files in embed tags.

I met this problem in both Mozilla and IE, and it happens when 2 or more VLC are launched. For example: I launch 2 VLC from Mozilla plugin and play 2 different media, then I close the first VLC but after I close the second one Mozilla crashes and closes. Can it depends on some static variable in the...
by mau2000.sim
13 Aug 2008 18:32
Forum: VLC media player Feature Requests
Topic: RTP streaming over TCP
Replies: 1
Views: 549

RTP streaming over TCP

Is it possible to decode RTP audio/video streams in case RTP is sent over TCP ?
I expected to use a command line like "tcp://[[<source address>]@[<bind address>][:<bind port>]]" but it's not supported.

Thanks
by mau2000.sim
07 Aug 2008 18:05
Forum: VLC media player Feature Requests
Topic: G.729 codec
Replies: 3
Views: 2217

Re: G.729 codec

I'm personally interested in the decoder only. In any case, an open source implementation of G.729 is already available in Asterisk project (http://www.readytechnology.co.uk/open/ipp-codecs-g729-g723.1/). In general G.729 requires a license, but VLC can freely integrate G.729 and the royalty fees wi...
by mau2000.sim
06 Aug 2008 11:07
Forum: VLC media player Feature Requests
Topic: G.729 codec
Replies: 3
Views: 2217

G.729 codec

What about adding G.729 codec support in VLC ?
Is there any plan for this feature ?
by mau2000.sim
26 May 2008 10:36
Forum: General VLC media player Troubleshooting
Topic: --file-caching doesn't work in latest vlc-0.9.0git
Replies: 0
Views: 426

--file-caching doesn't work in latest vlc-0.9.0git

Hi to all, I've recently downloaded and compiled latest vlc from git repository and I noticed that caching configurations as --file-caching don't work any more. I also see that all the other caching settings (--udp-caching, --http-caching, ....) have been removed from the commands list shown with &q...
by mau2000.sim
24 May 2008 17:51
Forum: VLC media player Feature Requests
Topic: G.711 RTP payload for Stream Input
Replies: 18
Views: 7035

Re: G.711 RTP payload for Stream Input

This feature is at the moment available only as source patch (I sent it by email to vlc-devel@videolan.org on 13 May), so you need to download latest VLC sources from git, apply the patch and recompile.

(I hope it can be merged soon in the trunk and included in next 0.9.0 version ......)

Mau.
by mau2000.sim
14 Apr 2008 18:02
Forum: General VLC media player Troubleshooting
Topic: Is there a limit in the number of programs in a MPTS?
Replies: 0
Views: 351

Is there a limit in the number of programs in a MPTS?

Is there a limit in the number of programs in a multi-programs transport stream (MPTS) supported by VLC ?
If there is a limit, what happen to VLC if the num of programs in the MPTS exceeds this limit ?

thanks

m.
by mau2000.sim
27 Feb 2008 10:27
Forum: General VLC media player Troubleshooting
Topic: VLC-0.9.0 window position
Replies: 8
Views: 3882

Re: VLC-0.9.0 window position

I didn't find any "Detach video from interface", or similar things, in Preferences ->Interfaces -> Skins, nor in Preferences ->Interfaces ->QT, nor in any other page ....
Has this setting been introduced recently ? I'm using vlc 0.9.0 rev.23415 compiled on Linux.
by mau2000.sim
18 Feb 2008 19:22
Forum: General VLC media player Troubleshooting
Topic: VLC-0.9.0 window position
Replies: 8
Views: 3882

Re: VLC-0.9.0 window position

I've disabled embedded video from Preferences but I had no result: VLC-0.9.0 interface window still opens at the same position. I've tried either with --video-x --video-y and with --wx-config-last, and also with both like in the examples below: vlc --wx-config-last="(-1,0,0,1280,1024)(10,10,10,...
by mau2000.sim
14 Feb 2008 19:14
Forum: General VLC media player Troubleshooting
Topic: VLC-0.9.0 window position
Replies: 8
Views: 3882

Re: VLC-0.9.0 window position

I'm using the vlc interface.
To be more precise I'm using Whiteout.vlt skin but the behaviour is the same also with the default skin.
by mau2000.sim
14 Feb 2008 16:33
Forum: General VLC media player Troubleshooting
Topic: VLC-0.9.0 window position
Replies: 8
Views: 3882

VLC-0.9.0 window position

I'm building an application using VLC-0.9.0, from svn, and I need to launch several instances of VLC, but VLC windows always open at the same position. I'm using VLC with the video embedded in the interface, and I saw that in this case the configurations --video-x and --video-y don't allow to change...
by mau2000.sim
18 Jan 2008 18:10
Forum: General VLC media player Troubleshooting
Topic: Simultaneous playback of several audio tracks
Replies: 1
Views: 491

Simultaneous playback of several audio tracks

Hi to all, I see that, in case of more audio streams over the same udp/rtp/mpeg2 transport stream, is possible to select and play the single audio track, or to disable all the audio tracks, but how to play all, or more than one track, simultaneously ? If it's necessary to modify VLC code to get this...
by mau2000.sim
04 Jan 2008 10:34
Forum: VLC media player Feature Requests
Topic: G.711 RTP payload for Stream Input
Replies: 18
Views: 7035

Re: G.711 RTP payload for Stream Input

I've sent the patch to vlc-devel@.
Please let me know if it can be commited to svn repository.

I will probably need also to do the same feature for other audio codecs (G.726, G.729, ....). Is it necessary to open a ticket or is it enough to post the patch to vlc-devel@ ?

bye
by mau2000.sim
03 Jan 2008 18:09
Forum: VLC media player Feature Requests
Topic: G.711 RTP payload for Stream Input
Replies: 18
Views: 7035

New feature added: G.711 RTP payload for Stream Input

Hi to all, I've modified VLC sources to add PCMU and PCMA as new demux modules. In this way it's possible to play RTP streams with G.711, both alaw and ulaw. I'd like to commit my modifications to VLC repository but I don't have the rights. Can anybody tell me what procedure I've to follow to commit...
by mau2000.sim
04 Dec 2007 23:14
Forum: VLC media player Feature Requests
Topic: G.711 RTP payload for Stream Input
Replies: 18
Views: 7035

G.711 RTP payload for Stream Input

Hi, I've read that VLC 0.9.0 introduces, as new feature, G.711 (both alaw and ulaw) and other audio codecs as new RTP payload formats supported for Stream output. Is it possible to extend this functionality also to stream input ? In this way it will be also possible to play G.711 Audio directly tran...

Go to advanced search