Search found 40 matches

Go to advanced search

by burek
11 Jun 2012 19:55
Forum: VLM
Topic: Mosaic - multiple inputs
Replies: 0
Views: 1869

Mosaic - multiple inputs

I've been following this documentation: http://wiki.videolan.org/Mosaic and I've created this vlm file new cam1 broadcast enabled setup cam1 input v4l2:///dev/video0:width=320:height=240 setup cam1 output #mosaic-bridge{id=1,height=320,width=240} new cam2 broadcast enabled setup cam2 input v4l2:///d...
by burek
02 Jun 2012 13:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc and webcams with internal h264 encoder
Replies: 5
Views: 3371

vlc and webcams with internal h264 encoder

Hi, I've got an usb webcam with internal (hardware) h264 encoder and I managed to start the stream using: vlc v4l2:///dev/video0:width=320:height=240:chroma=h264 So far, so good, but... The default bitrate, at which the webcam's h264 encoder is encoding the video stream, is too high for me (around 3...
by burek
27 Apr 2012 16:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc + ffmpeg + libaacplus?
Replies: 15
Views: 6106

Re: vlc + ffmpeg + libaacplus?

yes, and you can, supposedly, do it using:

Code: Select all

aenc=ffmpeg{acodec=libaacplus,ab=32k,ac=2,ar=44100}
but, it appears that vlc ignores this (it's a bug), so you'll have to wait for the bug fix, I guess..
by burek
16 Feb 2012 20:01
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Transcode with filter motionblur
Replies: 3
Views: 1277

Re: Transcode with filter motionblur

try using "vfilter" instead of "video-filter"
by burek
13 Nov 2011 14:25
Forum: VLC media player Feature Requests
Topic: MRL/URL preprocessing with LUA scripts
Replies: 0
Views: 510

MRL/URL preprocessing with LUA scripts

Hi, When VLC is started as a http streaming server (--sout='#std{access=http,...}'), it would be nice to be able to intercept all MRL/URL requests for media streams, either because of logging/statistics or because of some custom added security checks. Let me explain on a simple example. We start VLC...
by burek
13 Nov 2011 12:29
Forum: VLM
Topic: VLM scheduled recording problem (does not start but ends)
Replies: 1
Views: 2100

Re: VLM scheduled recording problem (does not start but ends

A bit late, but anyway.. You have a syntax error in your config.. "record1stop" should be "record1 stop" (delimited by a blank).
by burek
10 Nov 2011 18:59
Forum: VLM
Topic: reconnecting to streaming servers
Replies: 4
Views: 5560

Re: reconnecting to streaming servers

I've encountered this same problem and haven't found a solution for it :(
Maybe it would be possible using a pseudo playlist item like vlc://delay=1000 or something..
If I find a solution, I'll post it here.
by burek
08 Sep 2011 16:33
Forum: General VLC media player Troubleshooting
Topic: Save video in file chunks of desired size?
Replies: 3
Views: 524

Re: Save video in file chunks of desired size?

Is there any way I can suggest this as a new feature?
by burek
19 Apr 2011 15:33
Forum: VLC stream-output (sout)
Topic: Huge start delay, when streaming RTSP to FLV(HTTP)
Replies: 5
Views: 1957

Re: Huge start delay, when streaming RTSP to FLV(HTTP)

You mean "--no-sout-audio" ?
I did. There is that option up there in the example of my command.
by burek
19 Apr 2011 01:52
Forum: VLC stream-output (sout)
Topic: Huge start delay, when streaming RTSP to FLV(HTTP)
Replies: 5
Views: 1957

Huge start delay, when streaming RTSP to FLV(HTTP)

Hi, Although this problem is related to the one of last messages in this thread: http://forum.videolan.org/viewtopic.php?f=4&t=71714 I'll post a new topic for the problem that has emerged, while solving another one :) So, the case is this. I have an ip camera: Video - Codec: H264 - MPEG-4 AVC (p...
by burek
19 Apr 2011 01:25
Forum: VLC stream-output (sout)
Topic: Streaming video from webcam to .swf player
Replies: 14
Views: 17535

Re: Streaming video from webcam to .swf player

Thanks a lot :) I've realized I was using "mux=ffmpeg{flv}" instead of "mux=ffmpeg{mux=flv}" :) Anyway, it works now, but it's somehow strange.. It waits for about 2 minutes (?) before starting to play anything.. This is the output of the VLC client (Tools - Messages): main debug...
by burek
18 Apr 2011 18:31
Forum: VLC stream-output (sout)
Topic: Streaming video from webcam to .swf player
Replies: 14
Views: 17535

Re: Streaming video from webcam to .swf player

2. (works when watched from VLC, not from JWPlayer) cvlc -vvv rtsp://webcam:554/h264_2 --sout '#standard{access=http,mux=ts,dst=0.0.0.0:4567/video.flv}' output: VLC media player 1.1.7 The Luggage (revision exported) [0x1bf9120] main libvlc debug: VLC media player - 1.1.7 The Luggage [0x1bf9120] main...
by burek
18 Apr 2011 18:30
Forum: VLC stream-output (sout)
Topic: Streaming video from webcam to .swf player
Replies: 14
Views: 17535

Re: Streaming video from webcam to .swf player

I'm sorry for resurrecting an old thread, but my problem is directly related to this problem, with the difference, I'd like to avoid recompression process (usins #transcode). Is this possible? Let me explain. I've got a webcam that is already sending producing h264 video via rtsp. I was thinking to ...
by burek
16 Mar 2011 23:19
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc + ffmpeg + libaacplus?
Replies: 15
Views: 6106

Re: vlc + ffmpeg + libaacplus?

I would be more than glad to do it if I could know what exactly I need to do.. Is there any way I could find any tutorial/docs explaining how to do that?
Thanks in advance :)
by burek
16 Mar 2011 01:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc + ffmpeg + libaacplus?
Replies: 15
Views: 6106

Re: vlc + ffmpeg + libaacplus?

Well, isn't that what ffmpeg's option --non-free (when doing ./configure) does? :) When you compile ffmpeg with that option, you get the message that your binaries will not be redistributable. And if we are fine with that, why not have such an option. I'm just trying to point out that we are missing...
by burek
15 Mar 2011 14:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc + ffmpeg + libaacplus?
Replies: 15
Views: 6106

Re: vlc + ffmpeg + libaacplus?

Well, I'm not so much into legal things, so I may be obviously wrong, but I just think it's a shame that VLC doesn't have an option, like --non-free (like ffmpeg does have), so if someone wants to include the non-free parts/libraries, during the compile time, he can do it without any problems. I'm n...
by burek
14 Mar 2011 23:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc + ffmpeg + libaacplus?
Replies: 15
Views: 6106

Re: vlc + ffmpeg + libaacplus?

Well, it is legal, since that guy, who wrote the patch for ffmpeg, to enable libaacplus support, made it that way the patch downloads the publicly available source code from 3gpp website, and he did mention that its publicly available, and he used that information to write his code.. During the ./co...
by burek
13 Mar 2011 20:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc + ffmpeg + libaacplus?
Replies: 15
Views: 6106

Re: vlc + ffmpeg + libaacplus?

cool.. thank you :)
btw, how did you know that? i mean is it in the documentation or its a "tips/tricks" kind of a thing? :)
also, do you know, by any chance, how to make ffmpeg's default encoding to libaacplus?
by burek
11 Mar 2011 20:56
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc + ffmpeg + libaacplus?
Replies: 15
Views: 6106

Re: vlc + ffmpeg + libaacplus?

sorry, typo.. what I meant was: acodec=ffmpeg{libaacplus}
is something like this possible?
by burek
10 Mar 2011 07:30
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc + ffmpeg + libaacplus?
Replies: 15
Views: 6106

vlc + ffmpeg + libaacplus?

Hi, I've succedeed to compile ffmpeg with libaacplus patch and it's working very well. Is it possible to run VLC, with some command line parameters, telling it to use ffmpeg{acodec=libaacplus}, meaning can VLC use ffmpeg's ability to encode aacplus? If yes, can anyone please provide just a simple ex...
by burek
22 Feb 2011 11:40
Forum: VLC media player Feature Requests
Topic: AAC+ encoding through 3GPP spec. sources
Replies: 7
Views: 2796

Re: AAC+ encoding through 3GPP spec. sources

vorbis and mp3 can't be a workaround, because the quality of aac+ at the bitrate of 32kbps cannot even be measured with vorbis nor mp3 at those bitrates.. we have to face it sooner or later that aac+ is the future.. all the online radio stations are switching to aac+ rapidly, video providers (like y...
by burek
22 Feb 2011 11:31
Forum: VLC stream-output (sout)
Topic: VLC 1.1.4 -> IceCast 2.3.2 -> VLC 1.1.4 (Windows) enc/mux?
Replies: 1
Views: 2098

Re: VLC 1.1.4 -> IceCast 2.3.2 -> VLC 1.1.4 (Windows) enc/mu

I never saw any useful reply in this forum about aac+ encoding/streaming using VLC, so my only guess is that people who develop VLC are just not interested into it. This is really sad, because AAC+ is considered, by most people, the best audio codec so far and is widely used in many today's applicat...
by burek
22 Feb 2011 11:25
Forum: VLC media player Feature Requests
Topic: AAC+ encoding
Replies: 1
Views: 783

Re: AAC+ encoding

I would also like to see this feature in VLC, since HE-AAC is a defacto the best audio codec so far and all the other codecs just can't compare to it..
by burek
18 Feb 2011 18:35
Forum: General VLC media player Troubleshooting
Topic: Save video in file chunks of desired size?
Replies: 3
Views: 524

Save video in file chunks of desired size?

Hi,

Is there any option to save video in file chunks? i.e. vlc saves the video as file001.flv, when the file reaches the file size of 10mb and then continues to save video in another file chunk, namely file002.flv, etc.

Thanks in advance,
burek.

Go to advanced search