summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-28Makefile: Should use libtool if requiredHEADmasterNirbheek Chauhan1-1/+3
2015-05-28Port to libsoup-2.40Nirbheek Chauhan1-56/+46
2015-05-28main.c: Fix double-freeNirbheek Chauhan1-4/+2
2015-05-28misc: trivial comment changesNirbheek Chauhan1-2/+2
2015-05-28Add .libs to gitignoreNirbheek Chauhan1-0/+1
2014-08-18server: Add /stream/ prefix for streaming URLsNirbheek Chauhan3-23/+31
2014-08-15server: Add the ability to treat conflicting connections as restartsNirbheek Chauhan1-2/+13
2014-08-15server: Use the /api/ prefix for the REST APINirbheek Chauhan3-13/+13
2014-08-04server: Add some more stream timeout debuggingNirbheek Chauhan1-1/+3
2014-07-31main: Add some debug messages for HTTP error statusesNirbheek Chauhan1-0/+10
2014-07-31token validation: Fix udp client fetching when not using token validationNirbheek Chauhan1-2/+3
2014-07-28Add some examples for using the transcoding proxyNirbheek Chauhan2-0/+127
2014-07-28misc: Fix some leaks, and remove an unnecessary printNirbheek Chauhan1-5/+10
2014-07-28server: Verify the UDP client list during token validationNirbheek Chauhan3-2/+59
2014-07-25Makefile: don't use -march=native, and use -O2Nirbheek Chauhan1-1/+1
2014-07-25Makefile: default to non-debug buildNirbheek Chauhan1-3/+3
2014-07-25misc syntactic changes -- no behaviour changesNirbheek Chauhan2-11/+11
2014-07-24Implement concurrent RTP-UDP streams, and a REST API for status and authNirbheek Chauhan10-172/+828
2014-07-23cleanup: Don't set pipeline state if there's no pipelineNirbheek Chauhan1-2/+4
2014-07-23server: Remove unused handlersNirbheek Chauhan1-51/+0
2014-07-23server: Track stream state better, and abort betterNirbheek Chauhan3-19/+45
2014-07-22encode: POC for streaming incoming video streams to RTP/UDPNirbheek Chauhan1-0/+106
2014-07-21server: Free server context with low priorityNirbheek Chauhan1-2/+2
2014-07-17Use G_SOURCE_REMOVE instead of FALSENirbheek Chauhan2-6/+6
2014-07-17server: Send a Content-Type header as wellNirbheek Chauhan1-2/+7
2014-07-17Fix a few comments/debug messagesNirbheek Chauhan2-2/+3
2014-07-17server: Fix another potential crashNirbheek Chauhan2-4/+19
2014-07-17stp-playback: Set autoplayNirbheek Chauhan1-1/+1
2014-07-17appsink: Force encodebin to create a keyframe when a client connectsNirbheek Chauhan2-4/+16
2014-07-15TESTING: Always do videoconvert before pushing to sink or encoderNirbheek Chauhan1-2/+2
2014-07-15HTML/JS code for experimental browser latency reductionNirbheek Chauhan1-0/+28
2014-07-15main: Remove a few more assertionsNirbheek Chauhan1-9/+7
2014-07-15main: Don't handle request-abortedNirbheek Chauhan1-20/+1
2014-07-15server: Set headers such that browsers don't try to cache the streamNirbheek Chauhan1-0/+9
2014-07-15server: Make cleanup on server exit and EOS more reliableNirbheek Chauhan3-9/+24
2014-07-15Makefile: fix order of arguments to gccNirbheek Chauhan1-2/+2
2014-07-15appsink: Fix a rare crashNirbheek Chauhan1-0/+7
2014-07-14encode: Don't leak sinkpad, remove outdated commentNirbheek Chauhan2-1/+1
2014-07-14Improve latency by waiting for the next keyframeNirbheek Chauhan4-61/+14
2014-07-14main: Add SIGINT handlerNirbheek Chauhan2-3/+14
2014-07-14TESTING: use timeoverlay instead of clockoverlayNirbheek Chauhan1-1/+1
2014-07-14Add error message details to TESTINGNirbheek Chauhan1-0/+7
2014-07-14Add a TESTING documentNirbheek Chauhan1-0/+22
2014-07-14debug: Remove extra newlines, and use g_critical everywhereNirbheek Chauhan3-36/+36
2014-07-14appsink: Pull and write samples in the libsoup main contextNirbheek Chauhan3-23/+17
2014-07-14main: Add a FIXME, and be verbose when new requests comeNirbheek Chauhan1-2/+6
2014-07-14server: Always send data from the last keyframeNirbheek Chauhan4-19/+94
2014-07-14debug: Make the server less noisyNirbheek Chauhan3-35/+35
2014-07-14Makefile: Document another DEBUG flagNirbheek Chauhan1-1/+1
2014-07-14Add two FIXMEs pointed out by slomo in his reviewNirbheek Chauhan2-0/+4