Skip to content

Instantly share code, notes, and snippets.

@w3stley
Created July 10, 2015 10:00
Show Gist options
  • Save w3stley/2e8980f00cc3f80f01d9 to your computer and use it in GitHub Desktop.
Save w3stley/2e8980f00cc3f80f01d9 to your computer and use it in GitHub Desktop.
pulseaudio bubblepnp
westley@T-34:~/.local/bin/pulseaudio-dlna-master$ bin/pulseaudio-dlna
Using localhost: 192.168.178.34:8080
INFO:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.178.28
INFO:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.178.34
INFO:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.178.34
INFO:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.178.28
INFO:root:Discovery complete.
INFO:root:Found devices:
<CoinedUpnpMediaRenderer name="BubbleUPnP (SM-G800F)" short_name="bubbleupnpsmg800f" state="idle">
INFO:root:You can now use your upnp devices!
INFO:root:PulseWatcher.on_new_playback_stream "/org/pulseaudio/core1/playback_stream0"
INFO:root:PulseWatcher.on_new_playback_stream "/org/pulseaudio/core1/playback_stream1"
INFO:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.178.28
INFO:root:"BubbleUPnP (SM-G800F)" registered.
INFO:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.178.28
INFO:root:"BubbleUPnP (SM-G800F)" is playing.
INFO:root:PulseWatcher.on_playback_stream_removed "/org/pulseaudio/core1/playback_stream1"
INFO:root:PulseWatcher.on_new_playback_stream "/org/pulseaudio/core1/playback_stream2"
192.168.178.28 - - [10/Jul/2015 11:56:10] "GET /bubbleupnpsmg800f.stream HTTP/1.1" 200 -
INFO:root:starting sending stream to "BubbleUPnP (SM-G800F)"
192.168.178.28 - - [10/Jul/2015 11:56:10] "GET /bubbleupnpsmg800f.stream HTTP/1.1" 200 -
INFO:root:starting sending stream to "BubbleUPnP (SM-G800F)"
----------------------------------------
Exception happened during processing of request from ('192.168.178.28', 34677)
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 599, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/home/westley/.local/bin/pulseaudio-dlna-master/pulseaudio_dlna/upnp/server.py", line 32, in __init__
BaseHTTPServer.BaseHTTPRequestHandler.__init__(self, *args)
File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
self.handle()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
method()
File "/home/westley/.local/bin/pulseaudio-dlna-master/pulseaudio_dlna/upnp/server.py", line 50, in do_GET
recorder_process, encoder_process = self.create_processes(bridge)
File "/home/westley/.local/bin/pulseaudio-dlna-master/pulseaudio_dlna/upnp/server.py", line 77, in create_processes
stdout=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
----------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment