[FFmpeg-trac] #653(undetermined:new): ffplay freezes every 30 seconds when playing rtsp stream with authentication
FFmpeg
trac at avcodec.org
Mon Nov 14 19:50:26 CET 2011
#653: ffplay freezes every 30 seconds when playing rtsp stream with
authentication
-------------------------------------+-------------------------------------
Reporter: imbens | Owner:
Type: defect | Status: new
Priority: normal | Component:
Version: unspecified | undetermined
Keywords: | Resolution:
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
Comment (by reimar):
That seems not surprising, with the low clock precision in Windows that
probably can take some time.
Calling timeBeginPeriod(1); somewhere might improve things, but is a hack.
The proper solution would be trying to dynamically load and use
SystemFunction036 (aka RtlGenRandom) from advapi32.dll:
http://msdn.microsoft.com/en-
us/library/windows/desktop/aa387694%28v=vs.85%29.aspx
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/653#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list