Search found 18 matches

Go to advanced search

by Greendq
05 Apr 2010 18:59
Forum: VLC stream-output (sout)
Topic: Streaming tv signal to mobile phone
Replies: 10
Views: 3578

Re: Streaming tv signal to mobile phone

Try
--sout='#transcode{venc=x264{profile=main,keyint=300,min-keyint=25,fps=25,bitrate=900},deinterlace,acodec=mp3,ab=48k,channels=1,samplerate=22050}:std{access=http,dst=0.0.0.0:8888/stream0.flv}'
by Greendq
04 Apr 2010 10:07
Forum: VLC stream-output (sout)
Topic: x264 fine tuning
Replies: 5
Views: 5645

Re: x264 fine tuning

Hmm, but VLC use libx264.so/.a libraries from x264 package (which is on the same site and is a subprogect). Do you think, that x264 tool and libx264 works differently? I did build of liblame, ffmpeg, x264 and vlc from sources, if it matter.
by Greendq
03 Apr 2010 14:55
Forum: VLC stream-output (sout)
Topic: x264 fine tuning
Replies: 5
Views: 5645

Re: x264 fine tuning

So, no one use x264 for transcoding? :(
by Greendq
31 Mar 2010 11:16
Forum: VLC stream-output (sout)
Topic: Choppy audio/video while transcoding
Replies: 5
Views: 2271

Choppy audio/video while transcoding

Hi! I`m transcoding from a RTSP source (QVidium hardware encoder) to http (in flv format using x264 codec). rtsp caching is set to 5000, sout caching is set to 12 000 ( --rtp-caching=5000 --sout-mux-caching=12000). After a day or two, audio/video begin choppy and vlc show this: [0x15ed1f8] [Media: c...
by Greendq
26 Mar 2010 12:16
Forum: VLC stream-output (sout)
Topic: x264 fine tuning
Replies: 5
Views: 5645

x264 fine tuning

Hi ! I`m using VLC 1.0.5 (linux, but I have the same problem under windows) and ffmpeg with x264 version 0.84.X. I want to pass extra options to the encoder to finetune resulted image. Encoder understand additional option like "profile=baseline", but not understand "preset=veryfast&qu...
by Greendq
26 Mar 2010 11:35
Forum: VLC stream-output (sout)
Topic: RTP reception / SDP initialization
Replies: 4
Views: 993

Re: RTP reception / SDP initialization

Simply indicatibg your sdp in command line not working? Like vlc my.sdp ?
by Greendq
16 Mar 2010 16:58
Forum: VLC stream-output (sout)
Topic: Question regarding H264
Replies: 2
Views: 481

Re: Question regarding H264

Usage of x264 _decoding_ library is not necessary, as I know. X264 produces H264 compliant data stream and any H264 decoder must understand it.
by Greendq
15 Mar 2010 16:40
Forum: VLC stream-output (sout)
Topic: RTP -> FLV (x264) restreaming problem
Replies: 1
Views: 2359

Re: RTP -> FLV (x264) restreaming problem

Heh, seems to me this is encoder bug (???). If i restream using another codec/protocol as input - all woks fine: Streamer: vlc -vvv -I rc --ttl 12 dshow:// vdev="iSlim310" adev="USB Audio Device" size="640x480" --sout=#transcode{vcodec=mp4v,width=320,height=240,acodec=m...
by Greendq
12 Mar 2010 11:21
Forum: VLC stream-output (sout)
Topic: RTP -> FLV (x264) restreaming problem
Replies: 1
Views: 2359

RTP -> FLV (x264) restreaming problem

Hi! May be this is subject to the tracker - let me know, but I want to discuss it here - may be I`m doing something wrong. When I restream video from RTP (192.168.2.108 is the source) source to FLV, using x264 codec (taday`s build from sources), I get the following: vlc -I rc -vvv http://192.168.2.1...
by Greendq
16 Feb 2010 16:11
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc 1.0.5 linux - multiple mosaics problem
Replies: 0
Views: 948

vlc 1.0.5 linux - multiple mosaics problem

Hi! I`m running 1.0.5 on Ubuntu Karmic 64-bit. I have the following configuration for mosaics: --------------------------------------------------------- new bg1 broadcast enabled setup bg1 option fake-file=/home/corsar/disk2/background.png setup bg1 option mosaic-rows=1 setup bg1 option mosaic-cols=...
by Greendq
10 Feb 2010 10:08
Forum: VLC media player for Linux and friends Troubleshooting
Topic: 1.1.0-git - telnet module deprecated?
Replies: 4
Views: 890

1.1.0-git - telnet module deprecated?

Hi! I`m building VLC from git. All works fine, but I noticed, that now list of modules contain "oldtelnet" instead "telnet". Searching google I found notice about deprecating telnet module. What should I use instead? I`m using vlc without GUI to stream video. Where I can find abo...
by Greendq
02 Feb 2010 17:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Important notice for Debian/Ubuntu users
Replies: 38
Views: 70494

Re: Important notice for Debian/Ubuntu users

Yes, but official Debian repositories (nor Ubuntu, as I guess) has no latest vlc package.
So, I must build all packages myself, isn`t it?
by Greendq
01 Oct 2009 16:29
Forum: General VLC media player Troubleshooting
Topic: mms (WMV3 codec) audio/video channel selection in VLC
Replies: 1
Views: 1549

Re: mms (WMV3 codec) audio/video channel selection in VLC

Heh, I found how to ask VLC fetch all tracks - I must add "--mms-all" to the command line, which is disabled by default. But it opens 3 windows - each window has it`s own resolution. How it is possible to indicate which video "channel" I want to see?
by Greendq
01 Oct 2009 16:01
Forum: General VLC media player Troubleshooting
Topic: mms (WMV3 codec) audio/video channel selection in VLC
Replies: 1
Views: 1549

mms (WMV3 codec) audio/video channel selection in VLC

Hi! As i know, it is possible to extact specific language track from multilanguage video file. It is working fine by specifying "--audio-track=number" for file - for example, vlc --audio-track=22 1.wmv will extract 22nd track from multilanguage video. But (even using last version 1.0.2) I ...
by Greendq
29 Sep 2009 18:15
Forum: VLC media player for Windows Troubleshooting
Topic: Mosaic setup
Replies: 2
Views: 639

Re: Mosaic setup

I tried the same example from wiki and it is not worked for me - even with the latest VLC (1.0.2). Telnet interface status show the following: > show media show media : ( 4 broadcast - 0 vod ) channel1 type : broadcast enabled : yes loop : no inputs 1 : mms://livewms.europarl.europa.eu/reflector:361...
by Greendq
28 Sep 2009 16:00
Forum: VLC media player for Windows Troubleshooting
Topic: VLC does not work at all (video)
Replies: 2
Views: 421

Re: VLC does not work at all (video)

I faced the same problem under vista. After I deleted c:\users\%username%\AppData\vlc folder content all works fine.
by Greendq
28 Sep 2009 14:38
Forum: VLC media player Feature Requests
Topic: Split stream into multiple files
Replies: 2
Views: 1343

Re: Split stream into multiple files

If someone is interested and can estimate - I can sponsor this functionality, because I need it too for my upcoming project and do not use third-party software.

Go to advanced search