Commit graph

12 commits

Author SHA1 Message Date
Erik Zandvliet
6644132762 Buffer edits for live support 2013-03-01 20:41:59 +01:00
Thulinma
14962f88e9 Assorted buffer fixes - stdin input is now considered stable, push (ie: RTMP) input seems to still have a few issues. 2013-02-19 16:14:15 +01:00
Thulinma
0920b3259b Finish splitting controller into multiple files, universalised coding style across all files. 2012-12-12 20:16:53 +01:00
Thulinma
26d9a6cabf Fixes to MistBuffer for live input as well as the input side of the RTMP connector. 2012-11-17 12:14:28 +01:00
Thulinma
ad5718acc6 Several playback speed fixes and other minor improvements. 2012-09-18 15:48:05 +02:00
Thulinma
ef412b62da Updated everything for new socket lib requirements - working VoD through HTTP progressive, HTTP dynamic is almost working and RTMP is severely broken altogether. 2012-08-31 17:00:53 +02:00
Thulinma
b151b13f66 Improved embeds, controller now stores metadata. 2012-08-29 15:02:17 +02:00
Thulinma
6a6b37fc27 Reduce verbosity to releaseable levels. 2012-08-26 23:17:38 +02:00
Peter Wu
90e1ba7308 buffer_stream: do not crash on shutdown
When destructing the users, they attempt to drop the ring they own. This works
by checking Strm's list of rings. But when Strm is destructed, all rings are
deleted as well which results in a segfault.
2012-08-25 19:49:19 +02:00
Thulinma
9d8da4797f Fixed initialization issue in Buffer. 2012-05-14 17:38:31 +02:00
Thulinma
bf75cc278c Fixed documentation, removed a few useless files, changed MD5 implementation to use openssl. 2012-05-11 16:50:30 +02:00
Thulinma
36e086e0e2 Convert to autotools build system for cleanness (part1). 2012-05-08 19:19:42 +02:00
Renamed from Buffer/stream.cpp (Browse further)