Search found 75 matches

Go to advanced search

by erotavlas_turbo
15 Mar 2011 14:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC: h264 support encoding and decoding
Replies: 6
Views: 15792

Re: VLC: h264 support encoding and decoding

Hi,

I don't remember the exact version. However it was before 1.0...now probably there are a lot of improvements.
by erotavlas_turbo
02 Apr 2010 10:55
Forum: Development around libVLC
Topic: C/C++ code emulate/call command line functions
Replies: 4
Views: 2589

Re: C/C++ code emulate/call command line functions

Hi, I have reopened this thread for a new problem :). I have learned how to call VLC program with many parameters from C code with a system() function. I can say that it works perfectly. Now I'm trying to use fork() + execv() instead of system() function. The code is the following: #define _POSIX_SO...
by erotavlas_turbo
17 Mar 2010 09:42
Forum: VLC stream-output (sout)
Topic: How use FFmpeg's codec parameters from VLC
Replies: 2
Views: 6844

Re: How use FFmpeg's codec parameters from VLC

Thank you for your help. I would like to use FFmpeg encoder instead of VLC encoder. VLC works great with H264 but It can't reduce the video quality with vb parameter when it uses H263p. This is my command vlc image.jpg --fake-duration 7200000 --sout '#transcode{vcodec=H263p,fps=1,width=352,height=28...
by erotavlas_turbo
16 Mar 2010 17:00
Forum: VLC stream-output (sout)
Topic: How use FFmpeg's codec parameters from VLC
Replies: 2
Views: 6844

How use FFmpeg's codec parameters from VLC

Hi,

I would like to know how can I set VLC to use specific FFmpeg codec parameters?

Thank you in advance
by erotavlas_turbo
15 Mar 2010 11:05
Forum: VLC stream-output (sout)
Topic: How set limit to output bandwidth
Replies: 6
Views: 1047

Re: How set limit to output bandwidth

How can I use FFmpeg encoding parameters inside VLC?
by erotavlas_turbo
15 Mar 2010 08:38
Forum: VLC stream-output (sout)
Topic: How set limit to output bandwidth
Replies: 6
Views: 1047

Re: How set limit to output bandwidth

Ok, thank you for your support
by erotavlas_turbo
14 Mar 2010 19:23
Forum: VLC stream-output (sout)
Topic: How set limit to output bandwidth
Replies: 6
Views: 1047

Re: How set limit to output bandwidth

Ok, so only H264 implement bit rate variable. Where can I find the bit-rate value for H263p? The H264 codec implements VBR very well. I can set through the vb parameter the bandwidth value and the video changes accordingly. The H263p doesn't care about the vb parameter. If I try to change vb the re...
by erotavlas_turbo
13 Mar 2010 09:29
Forum: VLC stream-output (sout)
Topic: How set limit to output bandwidth
Replies: 6
Views: 1047

Re: How set limit to output bandwidth

Ok, so only H264 implement bit rate variable. Where can I find the bit-rate value for H263p?
by erotavlas_turbo
13 Mar 2010 09:26
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to use vlc-wrapper without interface
Replies: 4
Views: 4033

Re: How to use vlc-wrapper without interface

OK, but cvlc-wrapper doesn't work (command not found). Why?
by erotavlas_turbo
12 Mar 2010 19:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to use vlc-wrapper without interface
Replies: 4
Views: 4033

How to use vlc-wrapper without interface

Hi,

I know that the cvlc command to run vlc without interface. I need to use vlc as root user (vlc-wrapper), how can I use it without interface?

Thank
by erotavlas_turbo
12 Mar 2010 19:16
Forum: VLC stream-output (sout)
Topic: How set limit to output bandwidth
Replies: 6
Views: 1047

How set limit to output bandwidth

Hi, I know the vb parameter is used to set the output video bandwidth. If I try to set vb=100, the output video always requires 350 kbps. Why? These are my command line parameters vlc image.jpg --sout '#transcode{vcodec=H263p,fps=1,width=352,height=288,vb=100,acodec=none}:duplicate{dst=rtp{dst=195.2...
by erotavlas_turbo
08 Mar 2010 12:27
Forum: VLC stream-output (sout)
Topic: VLC h263p & H264 support
Replies: 0
Views: 819

VLC h263p & H264 support

Hi, I have written an application that uses VLC (Asterisk PBX application). The command is the following vlc DummyUser_image.jpg --fake-duration 7200000 --sout '#transcode{vcodec=H263p,width=352,height=288,acodec=none}:duplicate{dst=rtp{dst=IP,port-audio=13028,port-video=14572}}' I use softphone (br...
by erotavlas_turbo
27 Feb 2010 09:30
Forum: VLC stream-output (sout)
Topic: How reduce ouput bandwidth
Replies: 2
Views: 590

Re: How reduce ouput bandwidth

I have tried with H263, H263p and H264 but the results are about the same...The problem is very difficult :?
by erotavlas_turbo
26 Feb 2010 16:59
Forum: VLC stream-output (sout)
Topic: How reduce ouput bandwidth
Replies: 2
Views: 590

How reduce ouput bandwidth

Hi all, I use VLC to streaming a static jpeg image. The image is a CIF 355X288 pixels and requires about 40 kbyte of space. I use the following command to stream vlc image.jpg --fake-duration 7200000 --sout '#transcode{vcodec=H263p,fps=1,width=352,height=288,acodec=none}:duplicate{dst=rtp{dst=195.22...
by erotavlas_turbo
26 Feb 2010 11:43
Forum: VLC stream-output (sout)
Topic: VLC I frame
Replies: 2
Views: 517

Re: VLC I frame

Is VLC compatible with jp2 and jpc formats?
by erotavlas_turbo
26 Feb 2010 09:33
Forum: VLC stream-output (sout)
Topic: VLC I frame
Replies: 2
Views: 517

Re: VLC I frame

Who can help me? I'm searching the solution here http://wiki.videolan.org/VLC_command-line_help but without results.
by erotavlas_turbo
24 Feb 2010 18:31
Forum: Development around libVLC
Topic: RTP compatibility: VLC & Asterisk
Replies: 3
Views: 1452

Re: RTP compatibility: VLC & Asterisk

Hi, I have the following problem. Vlc sends rtp streaming to asterisk it resends the streaming to a softphones connected in a conference. If the bitrate parameter vb is too low the received video is corrupted. If there is only one member/softphone, a value of vb = 200 kbits is sufficient. As the num...
by erotavlas_turbo
24 Feb 2010 17:21
Forum: VLC stream-output (sout)
Topic: VLC I frame
Replies: 2
Views: 517

VLC I frame

Hi all, I use vlc with this command vlc DummyUser_image.jpg --fake-duration 7200000 --sout '#transcode{vcodec=H263p,width=352,height=288,acodec=none}:duplicate{dst=rtp{dst=195.223.177.55,port-audio=14650,port-video=18398}}' I would like to send a static image. How can I set the dimension of GOP and ...
by erotavlas_turbo
11 Feb 2010 18:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 1.0.x on CentOS or RedHat
Replies: 19
Views: 8847

Re: VLC 1.0.x on CentOS or RedHat

Thank you, VLC works well for my purposes. yum install qt4 (qt) doesn't correct the error message, but I don't care about it :lol:
by erotavlas_turbo
11 Feb 2010 17:19
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to install VLC on CentOS 5.4
Replies: 8
Views: 9491

Re: How to install VLC on CentOS 5.4

My distribution CentOS 5.4 has 2.5-2.7 glibc...I think that I can't update him. So I can't install VLC :(
by erotavlas_turbo
11 Feb 2010 17:11
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 1.0.x on CentOS or RedHat
Replies: 19
Views: 8847

Re: VLC 1.0.x on CentOS or RedHat

Thank you very much. Now I have installed VLC but there is an other problem VLC media player 1.0.5 Goldeneye LibVLC has detected an unusable buggy GNU/libc version. Please update to version 2.8 or newer. [0x98b7440] main interface error: no interface module matched "globalhotkeys,none" [0x...
by erotavlas_turbo
11 Feb 2010 16:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 1.0.x on CentOS or RedHat
Replies: 19
Views: 8847

Re: VLC 1.0.x on CentOS or RedHat

This is the procedure rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms create the file /etc/yum.repos.d/atrpms.repo cd /etc/yum.repos.d touch atrpms.repo paste these lines [atrpms] name=Red Hat Enterprise Linux $releaserver - $basearch - ATrpms baseurl=http://dl.atrpms.net/el5-$basearch/atrpms/stab...
by erotavlas_turbo
11 Feb 2010 15:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 1.0.x on CentOS or RedHat
Replies: 19
Views: 8847

Re: VLC 1.0.x on CentOS or RedHat

Please can you tell me if you have followed a guide?
by erotavlas_turbo
11 Feb 2010 15:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 1.0.x on CentOS or RedHat
Replies: 19
Views: 8847

Re: VLC 1.0.x on CentOS or RedHat

I have followed this guide http://atrpms.net/install.html but I get a error when I type yum update.
Have you installed only vlc rpm?

Thank

Go to advanced search