Search found 10 matches

Go to advanced search

by Agron
30 Jul 2013 19:55
Forum: Development around libVLC
Topic: dropping frame(computer too slow?)
Replies: 5
Views: 2656

Re: dropping frame(computer too slow?)

ykish, I am having a similar problem on a 4 GHz AMD FX-8350 8-Core Black Edition. The VLC program works fine, but libVLC is terribly slow. As if the VLC program is not made from libVLC. How is the VLC program working for you, is it good? Start a few VLC programs at the same time and play different c...
by Agron
30 Jul 2013 16:30
Forum: Development around libVLC
Topic: Input and Codec Settings > Live555 Stream Transport Option
Replies: 3
Views: 1813

Re: Input and Codec Settings > Live555 Stream Transport Opti

Sami, that would be "--rtsp-tcp". Note that this option cannot have a value like =1 or =0 as does everything else in VLC.
by Agron
26 Jul 2013 22:52
Forum: Development around libVLC
Topic: Dynamic video cropping
Replies: 2
Views: 1428

Re: Dynamic video cropping

try this, if this is the right documentation for the latest release there is a huge chance this might work. libvlc_video_set_crop_geometry http://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc__video.html#ga3547297d885a8820a85cefc82f1c0b2e p_mi the media player psz_geometry new crop ...
by Agron
26 Jul 2013 22:31
Forum: Development around libVLC
Topic: libVLC playback quality awfull compared to VLC
Replies: 6
Views: 1843

Re: libVLC playback quality awfull compared to VLC

Remi, it is not improving. My new line now is: _vlcinstance = libvlc_new( 0, NULL); [0x14bfd58] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 4280 ms) [0x14bfd58] main input error: ES_OUT_RESET_PCR called [0x7f492400e038] avcodec decoder error: more than 5 secon...
by Agron
26 Jul 2013 21:40
Forum: Development around libVLC
Topic: Use different channels for play a sound
Replies: 4
Views: 1059

Re: Use different channels for play a sound

Does ecasound help? It has some realtime audio routing features.
http://ecasound.seul.org/ecasound/Docum ... l#srouting
by Agron
26 Jul 2013 21:21
Forum: Development around libVLC
Topic: VLC RTSP disable audio stream
Replies: 1
Views: 2172

Re: VLC RTSP disable audio stream

Add --no-audio to your libvlc_new function call. const char * const vlc_args[] = { "-I", "dummy", /* Don't use any interface */ "--ignore-config", /* Don't use VLC's config */ "--aspect-ratio=4:3", "--no-audio" };
by Agron
26 Jul 2013 20:58
Forum: Development around libVLC
Topic: libVLC playback quality awfull compared to VLC
Replies: 6
Views: 1843

Re: libVLC playback quality awfull compared to VLC

I started with only 3 options but I had problems like described in previous posts. "-I", "dummy", /* Don't use any interface */ "--ignore-config", /* Don't use VLC's config */ I added other options hoping it would improve but it didn't. Now I am looking at ./config/vlc/...
by Agron
26 Jul 2013 19:36
Forum: Development around libVLC
Topic: libVLC playback quality awfull compared to VLC
Replies: 6
Views: 1843

Re: libVLC playback quality awfull compared to VLC

I don't have anything custom. Also opening a stream successfully is a random thing. But VLC opens it every time. [0x7fff48006768] live555 demux error: Failed to connect with rtsp://172.31.120.40:8554/PSIA/Streamming/channels/3 [0xd72b28] main input error: open of `rtsp://172.31.120.40:8554/PSIA/Stre...
by Agron
26 Jul 2013 16:55
Forum: Development around libVLC
Topic: libVLC playback quality awfull compared to VLC
Replies: 6
Views: 1843

libVLC playback quality awfull compared to VLC

Using xplayer.cpp for Qt I made a simple player to play RTSP streams. However the frames are delayed so much and dropped. Sometimes it freezes for a long time and floods the console with messages like this: [0x7f54d4000b88] main video output warning: picture is too late to be displayed (missing 668 ...

Go to advanced search