Commit graph

  • 4f766c053b If camera die, we die with it ! master yourfriendoss 2025-11-24 22:48:22 +02:00
  • 8c3a66d71b make proper readme ok! yourfriendoss 2025-11-24 22:47:26 +02:00
  • 6d88368a1b seven yourfriendoss 2025-11-24 21:12:40 +02:00
  • dc4b6ad168 six yourfriendoss 2025-11-24 21:02:08 +02:00
  • 403dfc5092 five yourfriendoss 2025-11-24 20:56:27 +02:00
  • 7eec0f88e4 four yourfriendoss 2025-11-24 20:47:30 +02:00
  • ab8b9f5315 three yourfriendoss 2025-11-24 20:46:11 +02:00
  • 9e5cd110e0 second forcepush this away if i fail yourfriendoss 2025-11-24 20:41:43 +02:00
  • d1f1aae0d3 forcepush this away if i fail yourfriendoss 2025-11-24 20:34:02 +02:00
  • 02044c60b4 sdp445 yourfriendoss 2025-11-24 17:21:35 +02:00
  • ae2a785dd7 add env variables to rtsp yourfriendoss 2025-11-24 16:39:54 +02:00
  • f4a985a822
    Merge pull request #7 from fildaw/master Jonas Köritz 2021-04-27 10:47:09 +02:00
  • 0ed7500be9 Fixed copy and paste errror. Fixes #10 Jonas Köritz 2021-04-27 10:41:27 +02:00
  • a2f235e32f Made into a go module Jonas Köritz 2021-04-27 10:37:26 +02:00
  • 205c9896dc
    Fixes with RTPRelay and actioncam fildaw 2020-01-05 15:53:45 +01:00
  • e82f5a97c9 Fixes #2, allow server goroutines to exit on deadlines and context cancel. Jonas Köritz 2019-10-15 12:59:06 +02:00
  • 03ca0f77e6 Fixes #4, add --version flag Also renamed the application in the help texts to "actioncam". Jonas Köritz 2019-10-15 12:17:28 +02:00
  • 350f26c89e Calculate elapsed time as multiple of 90ms, don't start RTSP on seq 0 and rtptime 0 (possible fix for VLC issues) Jonas Köritz 2019-09-20 12:02:16 +02:00
  • a2e812c95d added example output Jonas Köritz 2019-09-11 18:38:26 +02:00
  • 2dd3112a7e added CreatePacket Example Jonas Köritz 2019-09-11 18:32:50 +02:00
  • c48963a153 Renamed example Jonas Köritz 2019-09-11 18:29:58 +02:00
  • 0eb8c47775 Added example code Jonas Köritz 2019-09-11 18:27:56 +02:00
  • 1b619aeb44 Unexported streamHeader Jonas Köritz 2019-09-11 18:20:09 +02:00
  • faabcc3816 Added DISCOVERY_REQUEST/RESPONSE Jonas Köritz 2019-09-11 18:18:04 +02:00
  • 347968c994 Added ALIVE_REQUEST and ALIVE_RESPONSE constants Jonas Köritz 2019-09-11 18:16:22 +02:00
  • 2fa6afbfbd Added LOGIN constant Jonas Köritz 2019-09-11 18:15:01 +02:00
  • 13d8ad5b0a Revised socket idea Jonas Köritz 2019-09-11 11:51:29 +02:00
  • d878f7746b RTP fix and added documentation for low-latency preview Jonas Köritz 2019-09-03 16:35:20 +02:00
  • 60e6179727 Fixed RTSP ffmpeg compatibility Jonas Köritz 2019-09-03 16:03:46 +02:00
  • 6570ac93c0 Added Auto-Discovery through UDP Broadcasts Jonas Köritz 2019-09-03 15:28:22 +02:00
  • 6451deea33 Hide profiling options from help Jonas Köritz 2019-09-03 12:48:47 +02:00
  • ce0a817cb9 Performance improvements (avoid allocations for every packet) Jonas Köritz 2019-09-03 12:40:10 +02:00
  • 3006672e43 Fixed preview streaming (forgot to connect) Jonas Köritz 2019-08-29 14:08:11 +02:00
  • 4f0f595aa0 Added RTSP Server functionality Jonas Köritz 2019-08-29 13:20:45 +02:00
  • 822fbbf6e8 Removed unclear byte from documentation Jonas Köritz 2019-08-29 10:24:32 +02:00
  • b58dea42be Fixed cmd subcommand, cleaned up debug output Jonas Köritz 2019-08-29 10:24:02 +02:00
  • 6d48cf11bf Moved connection out of rootCmd to avoid crashing help Jonas Köritz 2019-08-29 10:17:57 +02:00
  • 98dd434503 Added firmware command to retrieve firmare info Jonas Köritz 2019-08-29 10:12:56 +02:00
  • a5b3404d5c Minor fix Jonas Köritz 2019-08-29 10:09:46 +02:00
  • 990a47d0fc Renamed project Jonas Köritz 2019-08-29 10:08:26 +02:00
  • f285b134ff Cleanup Jonas Köritz 2019-08-29 09:55:38 +02:00
  • f42be9d0d5 Refactored, moved util to subfolder Jonas Köritz 2019-08-29 09:55:04 +02:00
  • 9204f1de8d Removed verbositiy from camera constructor Jonas Köritz 2019-08-28 18:03:17 +02:00
  • 3e25160671 Added option to set verbosity from user code Jonas Köritz 2019-08-28 18:02:04 +02:00
  • d54730323f Added waiting for response to recording commands Jonas Köritz 2019-08-28 18:00:57 +02:00
  • 966f71f00b Changed .gitignore to ignore binary Jonas Köritz 2019-08-28 17:55:29 +02:00
  • 77032b98cd Major Refactoring and code restructuring for a cleaner API Jonas Köritz 2019-08-28 17:54:52 +02:00
  • a33f4d2b6d Refactoring Jonas Köritz 2019-08-28 15:44:07 +02:00
  • 92316870a1 Added License Jonas Köritz 2019-08-26 18:14:22 +02:00
  • 8194785ba6 Added README.md Jonas Köritz 2019-08-26 18:12:51 +02:00
  • 72d025f4bd Initial commit Jonas Köritz 2019-08-26 17:57:24 +02:00