Thulinma
2f8a702c38
Merge branch 'development' into LTS_development
2021-09-01 11:21:13 +02:00
Thulinma
5c8aa1bfbd
Improved trustedproxy support
2021-08-30 12:43:19 +02:00
Thulinma
dfcb4ecb06
Fixed socket lib compile without SSL
2021-08-09 11:38:20 +02:00
Cat
0cd4ae17b7
Embed: WebRTC: add loading icon while attempting to connect
2021-07-29 14:25:56 +02:00
Cat
6204a57a0e
Embed: Added flv.js to meta player
2021-07-29 14:24:26 +02:00
Thulinma
f43a1e5b99
Merge branch 'development' into LTS_development
2021-07-22 13:18:11 +02:00
Cat
4f1962b9b0
Embed: give a player instance a number and show it in the console log
2021-07-22 13:17:53 +02:00
Thulinma
e52bbb4af6
Merge branch 'development' into LTS_development
2021-07-22 13:08:06 +02:00
Cat
8e8017dfd9
Embed: improved behavior when websocket disconnects
2021-07-22 12:46:54 +02:00
Cat
51147c3df5
Embed: fixed typo
2021-07-22 12:46:54 +02:00
Cat
35ea7edac4
Embed: unload webrtc player some more + fix for volume not being set to stored value in mews
2021-07-22 12:46:54 +02:00
Cat
9d274fd64b
Embed: fixed checkCombo
2021-07-22 12:46:54 +02:00
Cat
35a98178f1
Embed: player reporting
2021-07-22 12:46:54 +02:00
Cat
d9d72aab99
Embed: mews: ABR
2021-07-22 12:45:51 +02:00
Cat
7ecb799d94
Embed: mews: fix for playback of VoD that don't start at time 0
2021-07-22 12:44:11 +02:00
Cat
3cf0070121
Embed: mews: remove pause when tabbing out as doing so no longer seems to crash the browser
2021-07-22 12:43:47 +02:00
Thulinma
4ede3ee993
Merge branch 'development' into LTS_development
2021-05-05 11:19:01 +02:00
Cat
8cd51e5e7d
Embed: retry failed CSS load (3x)
2021-05-05 11:14:23 +02:00
Cat
e96799d5ac
Embed: videojs stability tweaks, videojs and dashjs updated
2021-05-05 11:14:17 +02:00
Cat
dee1495302
LSP: added json type field (shows textarea with pretty print, saves as object
2021-05-05 11:14:06 +02:00
Cat
632e64ae6b
Embed: WebRTC: allow config of ICE Servers
2021-05-05 11:13:43 +02:00
Cat
099e2d1a58
LSP: added info about stream processes to the stream info page
2021-05-05 11:13:28 +02:00
Cat
a8750ccd94
LSP: Display package stats in list of active pushes
2021-05-05 11:12:55 +02:00
Cat
007d1563fd
LSP: added lost packages stats
2021-05-05 11:12:22 +02:00
Cat
d01acc5858
LSP: dynamic push parameters
2021-05-05 11:11:47 +02:00
Thulinma
aebed1dae6
Merge branch 'development' into LTS_development
2021-04-30 14:16:30 +02:00
Cat
415b2ec058
Embed: fix merge issue
2021-04-30 14:15:21 +02:00
Thulinma
ffa71463a2
Merge branch 'development' into LTS_development
2021-04-23 14:14:10 +02:00
Cat
c4b6d78e9d
Embed: WebRTC: when UDP turns out to be blocked, try next combo
2021-04-23 14:12:22 +02:00
Cat
561c1a0912
Embed: fullscreen api: for iphones, use the fullscreen api of the video element before falling back to filling the webpage
2021-04-23 14:12:12 +02:00
Cat
f5033f9d70
Embed: progressbar should keep referencing the API, not just at init
2021-04-23 14:11:58 +02:00
Cat
1254018e37
Embed: fake fullscreen mode for when the fullscreen api is not available
2021-04-23 14:11:45 +02:00
Thulinma
ee6f1f1390
Merge branch 'development' into LTS_development
2021-04-23 12:43:29 +02:00
Thulinma
bffd81f27e
Correct handling of reaper thread in forking binaries
2021-04-23 12:42:54 +02:00
Cat
ddd9e8c67d
Embed: Added MP4/WS "mews" player
2021-04-23 12:42:48 +02:00
Thulinma
dbafdf6744
Correct handling of reaper thread in forking binaries
2021-03-19 22:47:06 +01:00
Thulinma
5f8518fe23
Fix playlist support not resuming on the correct page number and/or with the correct timestamp
2021-02-19 22:45:51 +01:00
Marco
c9cd529927
Fixes for playlist support
...
Track matching fixes:
Input MP4 is not getting dimensions properly, causing resume to not find a collision
Fixed by overwriting dimensions when media frames are read
Detecting collisions using track identifier can cause issues (ie audio_AAC_2ch_44100hz_eng VS audio_AAC_2ch_44100hz)
Fixed by matching using init data, then check by identifier if there is more than 1 match
Fixed buffering code for playlist streams, ensuring correct page creation:
In resume mode new pages do not get created, but existing one(s) fill up
Keyframes were not being recognized due to them being deleted during track switching
Fixed by changing negotiationProxy::bufferNext:
Removed seemingly unnecessary function which cleared keyframes
Lastly, the offset of a resumed track seems wrong
Added to NegotiationProxy::continueNegotiate
pagesByTrack[tid][firstPage].curOffset = 0;
Added to negotiationProxy::bufferSinglePacket:
if (!pagesByTrack[tid][currentPageNum].curOffset) {
pagesByTrack[tid][currentPageNum].firstTime = packet.getTime();
}
Fixed numbering for keys from the buffer when accepting tracks (was amount of buffered keys, not last key number)
2021-02-19 22:43:26 +01:00
Thulinma
01b65ed301
Merge branch 'development' into LTS_development
2020-11-30 15:37:35 +01:00
Cat
4b56936845
Embed: added jitter buffer latency to dev skin output for webrtc player
2020-11-30 14:29:00 +01:00
Cat
fc0ad25778
Embed: improvements to player behaviour when stream input is killed
2020-11-30 14:29:00 +01:00
Thulinma
a11a6f1b4a
Added mono/stereo/surround/Xch track selectors for audio tracks
2020-10-16 14:48:08 +02:00
Thulinma
28060d2113
AAC RTMP/FLV input now ignore metadata and instead parse init data for channel count and sampling rate
2020-10-16 14:45:45 +02:00
Thulinma
19840f32d4
Do not cause a floating point exception during stream shutdown in TS-based outputs with AAC audio
2020-10-16 14:39:11 +02:00
Thulinma
84113218b8
Merge branch 'development' into LTS_development
2020-10-08 12:53:03 +02:00
Thulinma
8a67c43154
Removed forgotten debug message
2020-10-08 12:51:14 +02:00
Thulinma
f38ec0322e
Improvements/tests for SEM_LIVE locking for iRankLocally
2020-09-30 17:31:13 +02:00
Thulinma
d522c1d90f
Merge branch 'development' into LTS_development
...
# Conflicts:
# src/input/input_buffer.cpp
2020-09-30 17:29:49 +02:00
Thulinma
bafe30e234
Improvements/tests for SEM_LIVE locking
2020-09-30 17:24:57 +02:00
Thulinma
431fecb67b
RTSP input fixes
2020-09-24 20:11:44 +02:00