Commit graph

2499 commits

Author SHA1 Message Date
Erik Zandvliet
c6aabfa4bf Updated MistConnHTTPLive for DTSC2, fixed a bug in fragmentizing. 2013-06-06 14:52:55 +02:00
Thulinma
0d5011a89a Initial DTSC2 support for DTSC2FLV converter. 2013-06-06 14:51:16 +02:00
Thulinma
68f44c3d29 Fixed DTSC::Stream::parsePacket with string buffers instead of sockets. 2013-06-06 14:49:03 +02:00
Thulinma
3f2c876a7e Initial RTMP DTSC2 support. 2013-06-06 14:27:59 +02:00
Thulinma
849bc24557 Initial progressive DTSC2 support. 2013-06-06 14:25:20 +02:00
Thulinma
64c97d15a3 Working DTSC2 -> FLV 2013-06-06 14:23:31 +02:00
Erik Zandvliet
1449e9e73e Added getTrackById() 2013-06-06 09:59:51 +02:00
Erik Zandvliet
0c50862344 Fixed a bug in determining when to seek. 2013-06-05 09:19:10 +02:00
Erik Zandvliet
7e3c97355f Update to "keys" element instead of all different arrays. 2013-06-04 11:54:19 +02:00
Erik Zandvliet
a2b70298fc New keys approach in lib. 2013-06-04 11:48:03 +02:00
Erik Zandvliet
e5ab3e3698 Fixed a few minor bugs in Multibitrate seeking. 2013-06-03 15:55:06 +02:00
Erik Zandvliet
c1560deaa9 Small fixes in DTSC lib. 2013-06-03 15:55:06 +02:00
Erik Zandvliet
a3bae91486 Upgrade FLV output 2013-06-03 15:55:05 +02:00
Erik Zandvliet
6e95dbe10b Multiple updates for DTSCv2 Filtering. 2013-06-03 15:51:48 +02:00
Erik Zandvliet
22295d3b5d Progress on HTTP Smooth output for DTSCv2 2013-06-03 15:51:48 +02:00
Erik Zandvliet
c9f37c57b5 Upgraded DTSC Lib to do seeking through selected tracks rather than a list of keyframes. 2013-06-03 15:51:48 +02:00
Erik Zandvliet
23813cc9b2 Fixed a few small bugs regarding the output of DTSCv2 2013-06-03 15:51:48 +02:00
Erik Zandvliet
c4fecd7e3d Updated DTSC::File, added appending new packets, added copy constructor in order to keep valid file descriptors open. 2013-06-03 15:51:48 +02:00
Erik Zandvliet
59d03dcf48 Fixed a bug in parsing configuration values. 2013-06-03 15:51:48 +02:00
Erik Zandvliet
c7a058960e Fixed a minor bug in DTP2 Output 2013-06-03 15:51:48 +02:00
Erik Zandvliet
404798141a Updated the flv to json operation. 2013-06-03 15:51:48 +02:00
Erik Zandvliet
d2597101fc Optimizations in packet parsing 2013-06-03 15:51:48 +02:00
Erik Zandvliet
f14a4fb75e Updated flv_tag to output DTSCv2 2013-06-03 15:51:47 +02:00
Erik Zandvliet
2c343b9db6 Added initial DTSCv2 support 2013-06-03 15:51:47 +02:00
Erik Zandvliet
a7de3bf08f Configuration parser bug fixed. 2013-06-03 15:51:47 +02:00
Erik Zandvliet
4db81af990 Added an isFixed member to the output of the header. 2013-06-03 15:51:47 +02:00
Erik Zandvliet
6bde0a3581 Added keydata and keyparts elements to the DTSCv2 format. 2013-06-03 15:51:23 +02:00
Erik Zandvliet
46fed13161 Made single bitrate files in DTSCv2 style work on HTTP Smooth. 2013-06-03 15:51:23 +02:00
Erik Zandvliet
48fad86c26 Added force parameter to DTSCFix, various fixes in smooth connector. 2013-06-03 15:51:23 +02:00
Erik Zandvliet
a7edacd720 Various updates 2013-06-03 15:51:23 +02:00
Erik Zandvliet
1452ccc179 Updated track selection. 2013-06-03 15:51:23 +02:00
Erik Zandvliet
d1c6fac70f Progress on HTTPSmooth Output for DTSCv2 2013-06-03 15:51:23 +02:00
Erik Zandvliet
9feb1c95d1 Updated for selecting tracks. 2013-06-03 15:51:23 +02:00
Erik Zandvliet
073a80e079 Updated MistConnHTTPSmooth to output a proper Manifest for DTSCv2 files. 2013-06-03 15:51:23 +02:00
Erik Zandvliet
e0cbbae6a2 Finished DTSCMerge, initial version. 2013-06-03 15:51:23 +02:00
Erik Zandvliet
b104752855 Added subtitle conversion from srt. 2013-06-03 15:51:23 +02:00
Erik Zandvliet
d9bda0c65a Fixed fragmenting for non-video tracks. 2013-06-03 15:51:23 +02:00
Erik Zandvliet
f7bb00d70b Updated DTSCFix 2013-06-03 15:51:23 +02:00
Erik Zandvliet
02c10bc1b2 Update of DTSCFix to DTSCv2 2013-06-03 15:51:23 +02:00
Erik Zandvliet
e76b957e84 Initial work on DTSCMerge 2013-06-03 15:51:22 +02:00
Erik Zandvliet
60c9c2b67c Fixed a bug for unkown types in DTSCFix 2013-06-03 15:51:22 +02:00
Erik Zandvliet
bb78226119 Updated flv2dtsc to use new code style 2013-06-03 15:51:22 +02:00
Erik Zandvliet
3d6dd21773 Edited DTSCFix to update DTSC files to DTSCv2 2013-06-03 15:51:22 +02:00
Thulinma
9228198097 Fixed a FLV header bug causing both video and audio to always be mentioned even when not present, added header-only parsing support to HTTP library. 2013-06-03 15:50:21 +02:00
Thulinma
3e944397f6 Massive speedup in HTTP proxy handling. 2013-06-03 15:48:48 +02:00
Thulinma
62c4689ae2 Fixed a potential threading problem in DTSC::Stream. 2013-05-21 13:21:07 +02:00
Thulinma
1c759bb2cd Added -c function to controller. 2013-05-21 13:00:02 +02:00
Thulinma
5612f83db6 Fixed VoD stream status resetting improperly. 2013-05-14 10:53:25 +02:00
Cat
48c296fc3c LSP: fixed log retrieval interval running while on other tabs 2013-05-13 14:38:22 +02:00
Erik Zandvliet
96e8523c51 Fixed a small bug in logging 2013-05-13 13:13:57 +02:00