Skip to content

Instantly share code, notes, and snippets.

@maqr
Created April 29, 2015 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maqr/ffb5800dba3f9e16ba8c to your computer and use it in GitHub Desktop.
Save maqr/ffb5800dba3f9e16ba8c to your computer and use it in GitHub Desktop.
python -m SimpleHTTPServer 8090
Serving HTTP on 0.0.0.0 port 8090 ...
192.168.1.143 - - [29/Apr/2015 14:37:29] "GET /hls.m3u8 HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:37:30] "GET /hls.m3u8 HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:37:30] "GET /ts/1628k-640x480.m3u8 HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:37:30] "GET /ts/1628k-640x4800.ts HTTP/1.1" 200 -
----------------------------------------
Exception happened during processing of request from ('192.168.1.143', 52059)
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
self.process_request(request, client_address)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 321, in process_request
self.finish_request(request, client_address)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 657, in __init__
self.finish()
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 716, in finish
self.wfile.close()
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
self.flush()
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe
----------------------------------------
192.168.1.143 - - [29/Apr/2015 14:37:30] "GET /ts/264k-400x300.m3u8 HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:37:30] "GET /ts/264k-400x3000.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:37:46] "GET /ts/264k-400x3001.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:37:55] "GET /ts/64k-audio.m3u8 HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:37:55] "GET /ts/64k-audio0.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:37:57] "GET /ts/64k-audio1.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:37:59] "GET /ts/64k-audio2.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:02] "GET /ts/64k-audio3.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:04] "GET /ts/64k-audio4.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:06] "GET /ts/64k-audio5.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:08] "GET /ts/264k-400x300.m3u8 HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:08] "GET /ts/264k-400x3004.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:24] "GET /ts/264k-400x3005.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:33] "GET /ts/264k-400x3006.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:39] "GET /ts/64k-audio5.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:39] "GET /ts/64k-audio.m3u8 HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:42] "GET /ts/64k-audio6.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:44] "GET /ts/64k-audio7.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:46] "GET /ts/64k-audio8.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:48] "GET /ts/64k-audio9.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:51] "GET /ts/264k-400x300.m3u8 HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:38:51] "GET /ts/264k-400x3008.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:39:06] "GET /ts/264k-400x3009.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:39:12] "GET /ts/64k-audio.m3u8 HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:39:12] "GET /ts/64k-audio8.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:39:15] "GET /ts/64k-audio9.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:39:17] "GET /ts/64k-audio10.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:39:19] "GET /ts/64k-audio11.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:39:21] "GET /ts/64k-audio12.ts HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:39:24] "GET /ts/264k-400x300.m3u8 HTTP/1.1" 200 -
192.168.1.143 - - [29/Apr/2015 14:39:24] "GET /ts/264k-400x30010.ts HTTP/1.1" 200 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment