Thulinma
3e2a17ff93
Various metadata-related features and improvements:
...
- Added support for new "NowMs" field that holds up to where no new packets are guaranteed to show up, in order to lower latency.
- Added support for JSON tracks over all TS-based protocols (input and output)
- Added support for AMF metadata conversion to JSON (RTMP/FLV input)
- Fixed MP4 input subtitle tracks
- Generalized websocket-based outputs to all support the same commands and run the same core logic
- Added new "JSONLine" protocol that allows for generic direct line-by-line ingest of subtitles and/or JSON metadata tracks over a TCP socket or console standard input.
2023-09-26 17:10:23 +02:00
Marco
b0d4422d27
Added machine readable exit reasons, INPUT_END trigger, OUTPUT_END trigger, and updated RECORDING_END trigger to include all of these.
2023-08-23 10:55:53 +02:00
Balder
fca96eaeb1
fixed timeoffset
2023-07-12 10:34:47 +02:00
Thulinma
131d4c3bb5
Implemented per-track timestamp offsets & 24/32-bit rollover rounding
2023-03-16 14:19:27 +01:00
Thulinma
c7211b23c1
Added (mostly) complete capabilities for push parameters
2023-02-09 13:14:20 +01:00
Thulinma
0674443066
Fix push outputs to use the correct remote addresses
2022-10-10 14:16:48 +02:00
Thulinma
3e85da2afd
Match libav's RTMP receive window rollover behaviour
2022-10-03 11:53:15 +02:00
Thulinma
c37aac8898
Remove "Rate=..." debug message from RTMP push output
2022-08-04 09:14:51 +02:00
Thulinma
b62747c402
RTMP auth fixes: opaque is now returned urlencoded, challenge now actually works -_-
2022-06-19 15:50:11 +02:00
Marco
d8f67e84b7
RTMP custom audio loop support for streams containing copyrighted audio
2022-06-19 15:50:05 +02:00
Thulinma
bd283fab1d
Support RTMP input over pipe
2022-06-01 16:06:06 +02:00
Thulinma
c3a09f5fe2
Fix RTMP push delay, specifically
2022-02-11 17:25:34 +01:00
Thulinma
a0eb42f1dd
Added human readable name in info JSON output for sources
2022-01-22 23:53:57 +01:00
Thulinma
6733bf2a20
Fixed all ARM-related issues/warnings/etc
2021-11-04 18:49:27 +01:00
Thulinma
8cd0bff105
RTMP improvements for rollover behaviour
2021-10-19 22:29:42 +02:00
Thulinma
c4e6f0ad31
Restore RTMP parameters in request URLs, handle variable parsing in trigger responses
2021-10-19 22:29:42 +02:00
Thulinma
0c8261bf2f
Added timeoffset URL param to RTMP push input, for pushing with forced time offset
2021-10-19 22:29:41 +02:00
Thulinma
7124f6070b
RTMP header sends now use the current media timestamp instead of a hardcoded 0.
2021-10-19 22:29:41 +02:00
Thulinma
7423868de4
Made Util::streamName and exitReason thread-local
2021-10-19 22:29:41 +02:00
Thulinma
7c6da9d455
Added generic PUSH_REWRITE trigger, fixed request URL bug
2021-10-19 22:29:41 +02:00
Thulinma
7297336e46
Rewrite of Comms
2021-10-19 22:29:41 +02:00
Thulinma
3d26741148
Socket library and Config library restructuring, improvement to UDP socket reliability
2021-10-19 22:29:41 +02:00
Thulinma
4fb1031508
Decreased RTMP latency
2021-10-19 22:29:41 +02:00
Thulinma
cfe85b41f0
Fix segfault in RTMP output when attempting to play a non-existent stream
2021-10-19 22:29:41 +02:00
Thulinma
99907782ae
Ability to send silence to RTMP outputs
2021-10-19 22:29:40 +02:00
Thulinma
a3e0d1ac85
Allow setting RTMP language
2021-10-19 22:29:40 +02:00
Thulinma
a8c7bc5d27
Improved RTMP cross-server compatibility
2021-10-19 22:29:40 +02:00
Thulinma
771fad390a
Allow overriding application name with -DAPPNAME="Name here"
2021-10-19 22:29:40 +02:00
Thulinma
0af992d405
Various fixes, among which:
...
- Fixed segfault when attempting to initialseek on disconnected streams
- Fix 100% CPU bug in controller's stats code
- WebRTC UDP bind socket improvements
- Several segfault fixes
- Increased packet reordering buffer size from 30 to 150 packets
- Tweaks to default output/buffer behaviour for incoming pushes
- Added message for load balancer checks
- Fixed HLS content type
- Stats fixes
- Exit reason fixes
- Fixed socket IP address detection
- Fixed non-string arguments for stream settings
- Added caching for getConnectedBinHost()
- Added WebRTC playback rate control
- Added/completed VP8/VP9 support to WebRTC/RTSP
- Added live seek option to WebRTC
- Fixed seek to exactly newest timestamp
- Fixed HLS input
# Conflicts:
# lib/defines.h
# src/input/input.cpp
2021-10-19 22:29:40 +02:00
Phencys
2b99f2f5ea
New Meta commit
2021-10-19 22:29:40 +02:00
DDVTech
fccf66fba2
Restyle
2021-10-19 22:29:40 +02:00
Thulinma
52a10eaea7
Decreased trigger verbosity, fixed RTMP_PUSH_REWRITE and PUSH_OUT_START triggers not properly ignoring response when ran in non-blocking mode.
2020-09-24 16:06:56 +02:00
Thulinma
b3df058a3e
Merge branch 'development' into LTS_development
2020-07-14 21:47:20 +02:00
Thulinma
b45fd85b95
Workaround bug in OBS v25
2020-07-14 21:47:11 +02:00
Thulinma
2cb20efa7a
Added pushdelay option for outward pushes, fixed negative starttime for RTMP output
2019-08-22 17:12:21 +02:00
Thulinma
2475955125
RTMP push output adobe-style authentication support
2019-08-14 12:10:54 +02:00
Thulinma
118978aafc
Updated usage of socket lib in accordance to socket lib edits
2019-08-14 11:42:12 +02:00
Thulinma
66890c4564
Robustified Socket::Connection, added debugging data for copies/assigns and Socket::Connetion::open() calls for proper socket re-use.
2019-06-30 22:36:29 +02:00
Thulinma
8fe1dbb618
Added RTMPS push support
2019-06-25 14:30:40 +02:00
Thulinma
01d43796ad
32-bit fixes
2019-01-26 00:51:30 +01:00
Thulinma
9e1539a2b9
Merge branch 'development' into LTS_development
...
# Conflicts:
# src/controller/controller_statistics.cpp
# src/input/input_buffer.cpp
# src/input/input_dtsc.cpp
# src/input/input_ebml.cpp
# src/input/input_flv.cpp
# src/input/input_mp3.cpp
# src/output/output_httpts.cpp
# src/output/output_progressive_mp3.cpp
# src/output/output_progressive_mp4.cpp
2019-01-25 23:57:42 +01:00
Thulinma
7565704fdc
Fixed 32-bit compile issues
2019-01-25 23:49:56 +01:00
Thulinma
2861102483
Merge branch 'development' into LTS_development
2018-12-13 13:19:38 +01:00
Thulinma
081f91653e
Updated capa for outputs
2018-12-13 13:18:12 +01:00
Erik Zandvliet
10fa4b7e7b
libmist backport from new metadata branch with improved typing and styling
2018-12-06 11:07:07 +01:00
Erik Zandvliet
2607113727
Library code style update + some minor backports from Pro edition
2018-12-04 13:11:48 +01:00
Thulinma
109995809d
Merge branch 'development' into LTS_development
...
# Conflicts:
# src/output/output_http_internal.cpp
2018-11-13 16:35:12 +01:00
Thulinma
ba34b3b1f7
Fixed compatibility with DU Recorder
2018-11-13 16:30:41 +01:00
Thulinma
9c0494c04c
Changed not-acceptable RTMP requests from FAIL to INFO level.
2018-10-30 14:58:53 +01:00
Thulinma
776cfe1850
Backported various Pro edition changes and general code to Free edition
2018-10-15 10:25:43 +02:00