Niels Groot Obbink
|
643afc879d
|
lsp status fix
|
2012-09-08 13:01:08 +02:00 |
|
Thulinma
|
0c6cba0237
|
Added time measurement to HTTP proxy handler, attempt to make buffers less used when system is under load.
|
2012-09-07 18:22:33 +02:00 |
|
Thulinma
|
49ef28d68e
|
Fixed MistPlayer not shutting down.
|
2012-09-07 17:44:35 +02:00 |
|
Thulinma
|
414cec2797
|
Fix CPU usage issues.
|
2012-09-07 17:31:10 +02:00 |
|
Thulinma
|
c3abf0682d
|
Preventing compile errors by removing defaults in FTP constructor.
|
2012-09-07 14:18:25 +02:00 |
|
Thulinma
|
46e4823daa
|
Make controller give better error messages about stream statuses.
|
2012-09-07 13:10:55 +02:00 |
|
Thulinma
|
771a94b08e
|
Fix LSP not being re-created on script updates.
|
2012-09-07 13:10:41 +02:00 |
|
Thulinma
|
a4ff027077
|
Display stream status error messages properly.
|
2012-09-07 13:10:07 +02:00 |
|
Thulinma
|
1f1459f142
|
Should fix MistPlayer not exiting when it should.
|
2012-09-07 12:39:15 +02:00 |
|
Thulinma
|
3ab17a144f
|
Fixed locking problems in HTTP, forced socket re-use in more circumstances, disabled socket re-use for progressive-like connections.
|
2012-09-07 12:38:53 +02:00 |
|
Thulinma
|
aee5528149
|
Solved a race condition bug in the controller causing it not to exit properly.
|
2012-09-07 12:36:09 +02:00 |
|
Thulinma
|
fdae70afa3
|
Fixed DTSC analyser after DTSC::File lib changes. Closes #51
|
2012-09-04 14:04:04 +02:00 |
|
Thulinma
|
df4b8b1568
|
Working VoD stats.
|
2012-09-04 12:41:44 +02:00 |
|
Thulinma
|
c57c9b64d3
|
Fixed DTSCFix.
|
2012-09-04 11:14:24 +02:00 |
|
Thulinma
|
d0a6778b7a
|
Fixed MistPlayer compiling.
|
2012-09-03 20:10:23 +02:00 |
|
Thulinma
|
3e95027508
|
Better controller warning behaviour for VoD.
|
2012-09-03 16:53:36 +02:00 |
|
Thulinma
|
1438b9e94b
|
Added statistics handling to MistPlayer. Still needed: VoD statistics handling in controller.
|
2012-09-03 16:53:10 +02:00 |
|
Thulinma
|
0c4d501950
|
Working HTTP Dynamic VoD
|
2012-09-03 15:02:01 +02:00 |
|
Thulinma
|
d6b4687ab2
|
Make controller no longer start buffers for VoD streams.
|
2012-09-03 14:43:02 +02:00 |
|
Thulinma
|
6798a3074a
|
Fix RTMP for all types of streaming.
|
2012-09-03 14:42:46 +02:00 |
|
Thulinma
|
79dfc6d279
|
Make embed code buffer less.
|
2012-09-03 14:42:10 +02:00 |
|
Thulinma
|
932c0e5b7b
|
Added pausemark support to DTSC::Stream and fixes several minor bugs.
|
2012-09-03 12:22:40 +02:00 |
|
Thulinma
|
9bf92add4f
|
Carefully extracted raptors from RTMP.
|
2012-09-03 10:43:18 +02:00 |
|
Thulinma
|
565e59a1b7
|
Allow FTP lib to play nice with updated socket lib.
|
2012-09-03 10:26:04 +02:00 |
|
Thulinma
|
b0a90b42e4
|
Merge branch 'FTP' into development
Conflicts:
lib/Makefile.am
|
2012-09-03 10:21:40 +02:00 |
|
Thulinma
|
6e4483c5fd
|
RTMP lib upgrades to return strings by reference - note: initial testing indicates raptors. Needs to be looked at ASAP!
|
2012-09-03 10:19:05 +02:00 |
|
Thulinma
|
3ef44546a8
|
Utils::Stream::getStream now actually works in all cases where it should, the way it should. ^_^
|
2012-09-03 10:19:05 +02:00 |
|
Thulinma
|
6d3598eea0
|
Overloaded Socket::Connection::Send with new versions and now requires arguments to be passed by reference. Also fixed a ::close bug and hugely improved performance.
|
2012-09-03 10:19:05 +02:00 |
|
Thulinma
|
a0bcc4779e
|
Improvements to HTTP::Parser - now builds responses and requests by reference and has getUrl() method to get the URL without URI-parameters.
|
2012-09-03 10:19:05 +02:00 |
|
Thulinma
|
63a25cf9ea
|
Improved seeking in DTSC::File, also, now tested working.
|
2012-09-03 10:19:05 +02:00 |
|
Peter Wu
|
20c460a081
|
Do not prevent user from overriding CXXFLAGS
make CXXFLAGS=-O0 would not work without this.
|
2012-09-03 10:19:05 +02:00 |
|
Thulinma
|
88e955683f
|
Implement decent seeking in DTSC::File.
|
2012-09-03 10:19:05 +02:00 |
|
Thulinma
|
803e53cb9d
|
Made FLV metadata more like most FLV files.
|
2012-09-03 10:19:05 +02:00 |
|
Peter Wu
|
0aaa98b73e
|
stream: fix headers and missing static keyword
|
2012-09-03 10:19:05 +02:00 |
|
Peter Wu
|
7b2deebfb2
|
Move Socket::*Stream > Util::Stream::*
|
2012-09-03 10:19:05 +02:00 |
|
Thulinma
|
ba651ebc4c
|
Get length instead of duration when converting to FLV metadata.
|
2012-09-03 10:18:11 +02:00 |
|
Thulinma
|
906e3803f7
|
Only sockets can be shut down.
|
2012-09-03 10:18:11 +02:00 |
|
Thulinma
|
31b73b9a74
|
Updated socket library to include socket simulation for filedescriptors.
|
2012-09-03 10:18:11 +02:00 |
|
Peter Wu
|
42875cd544
|
Fix compile warnings
Todo: error checking for DTSC::File::getHeader
|
2012-09-03 10:18:11 +02:00 |
|
Peter Wu
|
c35e1bbef6
|
flv: add duration metadata
|
2012-09-03 10:18:11 +02:00 |
|
Erik Zandvliet
|
86488b9d15
|
Doxygen upgrade
|
2012-09-03 10:18:11 +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
|
5165aae7e3
|
Update to buffer/player <-> connector protocol, now more in-line with established behaviour. Seeking support in HTTP dynamic and progressive.
|
2012-08-31 17:00:19 +02:00 |
|
Thulinma
|
58a6af9450
|
RTMP seeking support.
|
2012-08-31 17:00:19 +02:00 |
|
Thulinma
|
03f3ecab1b
|
RTMP lib upgrades to return strings by reference - note: initial testing indicates raptors. Needs to be looked at ASAP!
|
2012-08-31 16:56:50 +02:00 |
|
Thulinma
|
ed2021d01c
|
Utils::Stream::getStream now actually works in all cases where it should, the way it should. ^_^
|
2012-08-31 16:56:50 +02:00 |
|
Thulinma
|
2afb88c8de
|
Overloaded Socket::Connection::Send with new versions and now requires arguments to be passed by reference. Also fixed a ::close bug and hugely improved performance.
|
2012-08-31 16:56:50 +02:00 |
|
Thulinma
|
c6bb67c4b9
|
Improvements to HTTP::Parser - now builds responses and requests by reference and has getUrl() method to get the URL without URI-parameters.
|
2012-08-31 16:56:50 +02:00 |
|
Thulinma
|
4a940f7514
|
Improved seeking in DTSC::File, also, now tested working.
|
2012-08-31 16:56:50 +02:00 |
|
Peter Wu
|
8c8bf628b9
|
Do not prevent user from overriding CXXFLAGS
make CXXFLAGS=-O0 would not work without this.
|
2012-08-31 13:10:04 +02:00 |
|