Skip to content

Instantly share code, notes, and snippets.

@02strich
02strich / dlna_proxy.py
Created May 2, 2013 19:33
DLNA Proxy (including SSDP and Multicast)
import socket, thread, sys
import logging
BUFLEN = 1024
logger = logging.getLogger(__name__)
class DLNAProxy(object):
MEDIASERVER_IP = ""