RE: Java MediaPlayer
(25-04-2015 03:29)iq_av Wrote: Pete:
Do you have any suggestions as to how I can make BubbleUPnP on RPI2 to see MediaPlayer as a Renderer. It does that just fine on the Samsung Note 2 and I am enjoying streaming Tidal through MediaPlayer as a Renderer from the Note. But for some reason, when I use server version of the BubbleUPnP using the web browser to connect, it does not show MediaPlayer as a Renderer. I was hoping to use the server version as it is connected to the LAN via ethernet over the wifi connection.
Ahmed
Hi Ahmed,
I'm not sure why that would be, I've just tested on my setup and BuubleUPNP can detect my MediaPlayers,
An extract from the log output:
Code:
[cling-32 ] INFO - 01:00:54.932 - c :
Manufacturer: Made in Manchester
Model name: Open Home Java Renderer: v0.0.8.7
Presentation URL: http://127.0.1.1:8088
UDN: device-Pi2-rpipi2-MediaRenderer
[main ] INFO - 01:00:55.95 - d : added Renderer device: Pi2
[cling-32 ] INFO - 01:00:55.150 - c :
Manufacturer: Made in Manchester
Model name: Open Home Java Renderer: v0.0.8.7
Presentation URL: http://127.0.1.1:8088
UDN: device-Garden-rpistudy-MediaRenderer
[main ] INFO - 01:00:55.164 - d : added Renderer device: Garden
[qtp4813446-65 ] INFO - 01:01:20.873 - b : com.bubblesoft.bubbleupnpserver.server.servlets.g-1add732: g
[qtp4813446-65 ] INFO - 01:01:21.59 - d : added comet session: ipi3fojhrbvl185c41yvr2n92
[qtp4813446-65 ] INFO - 01:01:21.75 - d : comet session already added: ipi3fojhrbvl185c41yvr2n92
[qtp4813446-66 ] INFO - 01:02:07.239 - Options : successfully got WAN IP Address
[qtp4813446-69 ] WARNING - 01:02:36.113 - a : Garden: Volume state variable not found
[qtp4813446-69 ] INFO - 01:02:36.134 - a : Garden: supports SetNextAVTransportURI: true
[qtp4813446-69 ] INFO - 01:02:36.372 - a : Garden: protocolInfo: http-get:*:audio/x-flac:*,http-get:*:audio/wav:*,http-g et:*:audio/wave:*,http-get:*:audio/x-wav:*,http-get:*:audio/mpeg:*,http-get:*:audio/x-mpeg:*,http-get:*:audio/mp1:*,http-get:*:audio/aiff:*,http-get:*:a udio/x-aiff:*,http-get:*:audio/x-m4a:*,http-get:*:audio/x-ms-wma:*,rtsp-rtp-udp:*:audio/x-ms-wma:*,http-get:*:audio/x-scpls:*,http-get:*:audio/x-mpegurl :*,http-get:*:audio/x-ms-asf:*,http-get:*:audio/x-ms-wax:*,http-get:*:audio/x-ms-wvx:*,http-get:*:text/xml:*,http-get:*:audio/aac:*,http-get:*:audio/aac p:*,http-get:*:audio/mp4:*,http-get:*:audio/ogg:*,http-get:*:audio/x-ogg:*,http-get:*:application/ogg:*,http-get:*:video/mpeg:*,http-get:*:video/mp4:*,h ttp-get:*:video/quicktime:*,http-get:*:video/webm:*,http-get:*:video/x-ms-wmv:*,http-get:*:video/x-ms-asf:*,http-get:*:video/x-msvideo:*,http-get:*:vide o/x-ms-wax:*,http-get:*:video/x-ms-wvx:*,http-get:*:video/x-m4v:*,http-get:*:video/x-matroska:*,http-get:*:application/octet-stream:*
[qtp4813446-69 ] INFO - 01:02:36.472 - a : Garden: supported mime-types: [audio/x-flac, application/flac, audio/flac, ap plication/x-flac, audio/wav, application/x-wave, audio/wave, application/wave, application/wav, application/x-wav, audio/x-wave, audio/x-wav, audio/mp3, application/mp3, application/x-mp3, audio/mpg, audio/mpeg3, application/mpeg, audio/x-mp3, audio/x-mpegaudio, audio/mpeg, audio/x-mpeg3, audio/x-mpg, a udio/x-mpeg, application/mpeg3, audio/mp1, application/mp1, application/aiff, audio/aiff, application/x-aif, application/aif, application/x-aiff, audio/ x-aifc, audio/x-aiff, audio/aif, audio/aifc, audio/x-aif, audio/m4a, audio/mp4, application/x-m4b, application/x-m4a, application/x-m4p, application/x-m p4, audio/mpeg4, audio/x-m4b, audio/x-m4a, audio/x-m4p, audio/x-mp4, application/mpeg4, audio/x-ms-wma, application/x-ms-wma, application/wma, audio/wma , audio/x-scpls, audio/x-mpegurl, audio/x-ms-asf, audio/x-ms-wax, audio/x-ms-wvx, text/xml, audio/aacp, audio/aac, audio/3gpp, audio/3gpp2, audio/x-aac, audio/x-ogg, application/x-ogg, audio/vorbis, application/ogg, audio/ogg, video/mpeg, application/x-mpegurl, application/vnd.apple.mpegurl, video/mp4v- es, video/mp4, video/3gpp, video/quicktime, video/webm, video/x-ms-wmv, video/x-ms-asf, video/x-ms-video, video/x-ms-avi, video/avi, video/x-msvideo, vi deo/x-ms-wax, video/x-ms-wvx, video/x-m4v, video/x-mkv, video/mkv, video/x-matroska, application/octet-stream]
[qtp4813446-69 ] INFO - 01:02:36.484 - a : Garden: AVTransport eventing enabled: false
[qtp4813446-69 ] INFO - 01:02:36.498 - b : Garden: TransportState: Stopped
[qtp4813446-69 ] INFO - 01:02:36.588 - e : started subscription callback for service (n) ServiceId: urn:upnp-org:service
Can UPNP see your mediaservers?
Could it be a network issue?
Cheers,
Pete.
|