Search found 12 matches

Go to advanced search

by alexkarnaukhov
04 Feb 2014 13:03
Forum: VLC media player for Windows Troubleshooting
Topic: Stream gets unstable after a short data inconsistency
Replies: 6
Views: 812

Re: Stream gets unstable after a short data inconsistency

Unfortunatelly, under linux (at least Ubuntu 13.10 x64) problem still exist... Lots of "picture is too late to be displayed" and stuttering video for network caching less than 1000 ms. It`s very sad... Dont understand why devs ignoring this problem, because it`s very simple to reproduce: j...
by alexkarnaukhov
04 Feb 2014 08:06
Forum: VLC media player for Windows Troubleshooting
Topic: Stream gets unstable after a short data inconsistency
Replies: 6
Views: 812

Re: Stream gets unstable after a short data inconsistency

The problem seems to be solved with my own build of vlc in which i changed mdate() - p_sys->i_late_frames_start > INT64_C(5000000) to mdate() - p_sys->i_late_frames_start > INT64_C(15000000) Can it be added to main VLC branch? And question about compilation. I`ve perfomed cross-compilation under ubu...
by alexkarnaukhov
03 Feb 2014 08:27
Forum: VLC media player for Windows Troubleshooting
Topic: Stream gets unstable after a short data inconsistency
Replies: 6
Views: 812

Re: Stream gets unstable after a short data inconsistency

I think the time for manualy patching sources and recompilation is come :) May be just increasing value in this string should help... mdate() - p_sys->i_late_frames_start > INT64_C(5000000) 5 sec is lower than rtsp timeout (it`s about 10 sec), so if I change INT64_C(5000000) to INT64_C(15000000), I ...
by alexkarnaukhov
03 Feb 2014 07:49
Forum: VLC stream-output (sout)
Topic: RTP stream with low latency
Replies: 3
Views: 2390

Re: RTP stream with low latency

Sorry for necroposting, but may be it will be usefull for someone else:
to keep synchronization between different VLC instances and achieve minimal latency, I think "clock-jitter=0" should help.
by alexkarnaukhov
03 Feb 2014 07:36
Forum: VLC media player for Windows Troubleshooting
Topic: How to modify the setting for late packet
Replies: 4
Views: 683

Re: How to modify the setting for late packet

Hi people, I confirm this problem! It`s very easy to put VLC in such laggy state with this messages about "slow CPU" when playing some rtsp stream over media with high packet loss, such is WiFi with a low signal. And even if then you increase your wifi signal strenght (come closer to WiFi ...
by alexkarnaukhov
01 Oct 2013 11:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: multiple zombi "sh" processes on MJPEG stream
Replies: 2
Views: 603

multiple zombi "sh" processes on MJPEG stream

I use VLC 2.0.8 on Ubuntu 12.04 to watch MJPEG http stream from my IP-camera. Several processes appears in system monitor when I push play button: "xdg-screensaver", "sleep", "xprop" and "sh". After I stop streaming, all of them are disappeared, except zombi &...
by alexkarnaukhov
11 Jul 2013 15:07
Forum: General VLC media player Troubleshooting
Topic: Memory leak in sout
Replies: 5
Views: 1070

Re: Memory leak in sout

And if there is no audio stream, translation is ended, and memory doesn`t grows. alexkarnaukhov@alexkarnaukhov-pc:~$ cvlc -vvv rtsp://192.168.20.252/live3-1.sdp --sout '#rtp{mux=ts,dst=127.0.0.1,port=16090}' VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d) [0x8fff908] main libvlc debug: ...
by alexkarnaukhov
11 Jul 2013 14:41
Forum: General VLC media player Troubleshooting
Topic: Memory leak in sout
Replies: 5
Views: 1070

Re: Memory leak in sout

Video stream was abrupted after line [0xb4c038b8] mux_ts mux warning: packet with too strange dts (dts=21269579133,old=21269596155,pcr=21269596155) As you see, there is no any information appeared after abrupting the video stream. As I think, vlc just waiting for the next video data packet, as it sh...
by alexkarnaukhov
10 Jul 2013 10:15
Forum: General VLC media player Troubleshooting
Topic: Memory leak in sout
Replies: 5
Views: 1070

Re: Memory leak in sout

This is valgrind output without --leak-check=full. Output with --leak-check=full is very big, but I can provide it if you would like. alexkarnaukhov@alexkarnaukhov-pc:~$ valgrind vlc rtsp://192.168.25.252/live0-1.sdp --sout '#rtp{mux=ts,dst=127.0.0.1,port=16090}' ==2683== Memcheck, a memory error de...
by alexkarnaukhov
09 Jul 2013 14:17
Forum: General VLC media player Troubleshooting
Topic: Memory leak in sout
Replies: 5
Views: 1070

Memory leak in sout

Good day (and sorry for my english), I need to get rtsp stream from some video server in my local network and retranslate stream to local port using rtp (or http, doesn`t matter). I want to use this retranslated stream in another app. This is a command i used (Ubuntu 12.04, VLC 2.0.5): cvlc rtsp://1...

Go to advanced search