ComputerTech
  • Joined on 2026-03-21
ComputerTech pushed to main at ComputerTech/bastebin 2026-04-06 18:18:36 +00:00
cc9b184277 fix: call init_db() at module level so rate_limits table is created under gunicorn
ComputerTech pushed to main at ComputerTech/bastebin 2026-04-06 17:01:05 +00:00
636d4c919e fix: line numbers button for plain text and initial render
ComputerTech pushed to main at ComputerTech/techdj 2026-04-04 13:35:50 +00:00
0ec02507b3 fix: check both _ffmpeg_proc and _srt_ffmpeg_proc in stream.mp3 route
ComputerTech pushed to main at ComputerTech/techdj 2026-04-04 13:20:11 +00:00
20bedad639 fix: log ffmpeg stderr in SRT reader to expose connection errors
ComputerTech pushed to main at ComputerTech/techdj 2026-04-04 13:14:53 +00:00
e88d649f55 fix: correct RTSP URL path from /live to /aussie_dj
ComputerTech pushed to main at ComputerTech/techdj 2026-04-04 13:10:32 +00:00
0e0be1069b fix: remove publisher_ip NameError; replace eventlet.tpool with direct IO
ComputerTech pushed to main at ComputerTech/techdj 2026-04-04 12:59:53 +00:00
9150d3cc83 feat: remove SRT IP allowlist
ComputerTech pushed to main at ComputerTech/techdj 2026-04-04 12:40:01 +00:00
b88f6f1e5c fix: simplify mediamtx config to minimal valid YAML
ComputerTech pushed to main at ComputerTech/techdj 2026-04-04 12:35:56 +00:00
457c5c89c9 fix: correct MediaMTX v1.x config syntax (runOnReady, top-level flags)
ComputerTech pushed to main at ComputerTech/techdj 2026-04-04 12:32:23 +00:00
68974261e5 fix: use correct MediaMTX v1.x top-level disable flags in setup script
ComputerTech pushed to main at ComputerTech/techdj 2026-04-04 12:21:37 +00:00
1174b65b7d feat: add gunicorn production server with start/stop/restart manager
ComputerTech pushed to main at ComputerTech/techdj 2026-04-04 12:15:00 +00:00
ad06ee4854 feat: add setup_mediamtx.sh install script
ComputerTech pushed to main at ComputerTech/techdj 2026-04-04 12:12:57 +00:00
075deff7bd fix: remove HLS video player from listener page
ComputerTech pushed to main at ComputerTech/techdj 2026-04-04 12:00:51 +00:00
c4d9fad60f fix: change SRT port default from 5005 to 8890 (MediaMTX default)
ComputerTech pushed to main at ComputerTech/techdj 2026-04-04 11:39:16 +00:00
effb52c5df fix: revert listener port to 5001; set SRT port to 5005 via mediamtx_srt_port config
498832bdcb chore: change listener port from 5001 to 5005
Compare 2 commits »
ComputerTech pushed to main at ComputerTech/techdj 2026-04-04 11:33:53 +00:00
3c0174ff31 feat: MediaMTX SRT integration, IP allowlist, pre-roll bugfixes
ComputerTech pushed to main at ComputerTech/techdj 2026-04-03 13:18:42 +00:00
20e56f37b8 Fix Qt client music not playing on listener page
ComputerTech pushed to main at ComputerTech/techdj 2026-04-03 12:48:10 +00:00
46128f5c58 fix: use listener port (no auth) for server library fetch and track downloads
ComputerTech pushed to main at ComputerTech/techdj 2026-04-03 12:44:23 +00:00
80a4286bc0 fix: defer broadcast_started for Qt MP3-direct mode until first audio chunk
35adfa7feb Tauri v2 migration: asset protocol, desktop CSS polish, absolutePath in library
Compare 2 commits »
ComputerTech pushed to main at ComputerTech/bastebin 2026-03-31 11:30:23 +00:00
4199090913 Fix AttributeError in production.py's stop/status commands