Niels Groot Obbink
d357065b92
moar fixes... D:
2012-08-29 16:27:16 +02:00
Thulinma
ce2d2ca83e
Fix parsing of xxd output in conn_http.cpp by removing the trailing ";\n"
2012-08-29 16:21:12 +02:00
Niels Groot Obbink
8d5d15669f
embed.js error fix
2012-08-29 16:19:34 +02:00
Niels Groot Obbink
4257ac6634
fixed JS parse error
2012-08-29 15:56:11 +02:00
Niels Groot Obbink
8c22dab6fd
embed code for inclusion in magical http connector... or something.
2012-08-29 15:53:50 +02:00
Thulinma
2e5ae34547
Exported embed code to separate file.
2012-08-29 15:52:55 +02:00
Niels Groot Obbink
728f852bfb
embed code for embed http connector... yeah.
2012-08-29 15:26:25 +02:00
Thulinma
b151b13f66
Improved embeds, controller now stores metadata.
2012-08-29 15:02:17 +02:00
Niels Groot Obbink
a04adbca78
css bug margin fix
2012-08-29 13:12:31 +02:00
Niels Groot Obbink
b20e97f617
placeholder fix in FF
2012-08-29 11:52:07 +02:00
Erik Zandvliet
0687a6a971
Merge branch 'master' into FTP
2012-08-29 11:40:52 +02:00
Erik Zandvliet
dc8e96634b
Working FTP
2012-08-29 11:20:31 +02:00
Niels Groot Obbink
b58e269b46
fixed placeholder login bug
2012-08-29 10:08:56 +02:00
Thulinma
5e36048eb2
Do not include jscompiler.jar in dist packages - require building from source (or a very creative sysadmin, whichever is easier to find/use) for changes to the LSP.
2012-08-28 23:54:31 +02:00
Thulinma
b13697db3a
Fix dist packages not including lsp directory. *sigh*
2012-08-28 23:47:19 +02:00
Thulinma
a2f37a1bbd
Add version number as a static member (libver) of Util::Config.
2012-08-28 23:39:42 +02:00
Thulinma
7d32d2458a
Fix LSP actually compiling. Oops :-)
2012-08-28 23:37:49 +02:00
Thulinma
9c368a5a86
Integrated LSP into controller - added library version to HTTP server headers, removed some temporary files from git and added them to .gitignore files.
2012-08-28 23:24:09 +02:00
Peter Wu
c404624774
flv: add duration metadata
2012-08-28 17:08:53 +02:00
Erik Zandvliet
f351ca46d8
Merge branch 'master' into FTP
2012-08-28 15:22:56 +02:00
Niels Groot Obbink
1ed9fb3316
aaaaand the makefile :)
2012-08-28 15:20:19 +02:00
Niels Groot Obbink
ae981d62d4
lsp source file compression and make'r
2012-08-28 15:13:54 +02:00
Erik Zandvliet
b5c4e88b75
Doxygen upgrade
2012-08-28 13:59:54 +02:00
Thulinma
3ec56cf675
Change Util::Config to be able to return arrays on request.
2012-08-28 11:01:59 +02:00
Niels Groot Obbink
d18f13d00f
fixed stream name bug, status checking
2012-08-28 10:33:47 +02:00
Niels Groot Obbink
1d2ff96f6e
for readability and maintainability splitted lsp files
2012-08-28 09:43:07 +02:00
Thulinma
d7a0a60053
Require libmist-1.0 version 1.0.0
2012-08-27 00:03:09 +02:00
Thulinma
c6e2f6bdd3
Changed version to 1.0.0
2012-08-26 23:57:25 +02:00
Thulinma
3d16a1a012
Again, fixed hooks.
2012-08-26 23:30:12 +02:00
Thulinma
6a6b37fc27
Reduce verbosity to releaseable levels.
2012-08-26 23:17:38 +02:00
Thulinma
860fbe0b53
Fixed controller crash when deleting old stream data.
2012-08-26 23:17:20 +02:00
Thulinma
984a422279
Again, fixed hooks.
2012-08-26 23:16:57 +02:00
Thulinma
18a1a386df
Do not send Content-Length headers when they are zero.
2012-08-26 22:18:26 +02:00
Thulinma
607a41c443
Make HTTP proxy insta-murder connections that need to be re-used (happens when progressive makes two connections from one user agent for some reason - kills the oldest connections for the newest one).
2012-08-26 22:17:51 +02:00
Thulinma
84db148405
Fix HTTP::Parser to no longer send empty headers.
2012-08-26 21:19:48 +02:00
Thulinma
469d810d6b
Update HTTP proxy timeout from 10s to 20s.
2012-08-26 21:19:16 +02:00
Thulinma
0947512ff6
Fixed hook creator to also work when pulling.
2012-08-26 21:18:58 +02:00
Thulinma
516c8bf091
Fixed hook creator to also work when pulling.
2012-08-26 21:18:40 +02:00
Thulinma
a15ea64e4e
Fix controller keeping stats for deleted streams - now deletes stats 2 minutes after receiving the last updates.
2012-08-26 20:46:03 +02:00
Thulinma
0e0ecb1bdf
Stripped some unused code from Socket::Connection and FLV::Tag, made some Socket::Connection methods private.
2012-08-26 20:08:16 +02:00
Thulinma
afefe24578
Fix IP addresses for HTTP connectors, update all code to only use non-deprecated libmist calls.
2012-08-26 19:58:53 +02:00
Peter Wu
b141b4058e
conn_http: prevent 100% CPU usage
2012-08-25 23:10:43 +02:00
Thulinma
9ca532523c
Typo fix.
2012-08-25 22:16:05 +02:00
Thulinma
fd2211f85f
Drop the parsed query string from url for incoming HTTP data.
2012-08-25 22:15:23 +02:00
Thulinma
95a11c88d5
Add host overwriting functionality to Socket::Connection.
2012-08-25 22:07:15 +02:00
Peter Wu
becd4715c3
conn_http_progressive: remove unused vars
2012-08-25 19:51:30 +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
Peter Wu
689eb74945
Fix compiler warnings (mainly signed/unsigned comparisons)
2012-08-25 19:21:58 +02:00
Thulinma
e6179904c7
Fix CPU usage problems in HTTP connector.
2012-08-25 13:14:08 +02:00
Thulinma
9b3037d0e4
Added basic pretty-printing to MP4 boxes.
2012-08-24 17:14:27 +02:00