Sha256: 3c8fe2a0ccda97179b42e0a6059aee609650a919c92d25caea22681ccbd31312
Contents?: true
Size: 1.67 KB
Versions: 1
Compression:
Stored size: 1.67 KB
Contents
=== 0.2.2 / 2011-11-02 * Added a queue for listening and building the RTP file from the received data. * Fixed bugs: * gh-6: .gemspec was missing +parslet+ dependency. Thanks [tindron[http://github.com/tindron]]. === 0.2.1 / 2011-09-20 * `gem test rtsp` is failing; added rtsp.gemspec to list of files in the spec. === 0.2.0 / 2011-09-19 * Changed RTSP::Capturer init_*_server methods to take params in order to reduce dependency on state of the Capturer object. * Improvements: * If RTSP::Capturer can't open port 9000, it increments by 1 and tries again, 50 times, then raises. * gh-4: Remove dependency on ore en lieu of standard gem commands. * Participate in http://test.rubygems.org! * Fixed bugs: * gh-5: Fixed 'Bad file descriptor' bug when capturing to file. === 0.1.2 / 2011-04-14 * Manually released; the gemspec that Ore created didn't install bin/rtsp_client. === 0.1.1 / 2011-04-14 * Fixed bugs: * gh-1: No longer use Socket::SO_REUSEADDR or Socket::SO_REUSEPORT. * gh-2: rtsp_client now requires the installed rtsp/client. * Capturer#run's log message now says what it's logging. * bin/rtsp_client: * Fixed bad description for --stream. * Added --version. * Updated README.rdoc: * ...to clarify that REDIRECT isn't yet supported. * ...with brief usage on bin/rtsp_client. === 0.1.0 / 2011-04-12 * Happy birthday! * All standard RTSP methods supported. * Captures RTP data to a file, but doesn't ensure RTP sequencing before putting to file. * One client object can only handle 1 stream; use a client per stream until this functionality gets implemented. * Only handles unicast, UDP streams. * RTSP exceptions are all +RTSP::Error+s; this will change.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rtsp-0.2.2 | ChangeLog.rdoc |