mj1856
5 years agoReel Rookie
Roku Private Listening stream mp3
Are there any technical details available about the stream format, uri, port, etc. that are used with the "private listening" feature? Is it a regular MP3 style radio stream, or RTSP/RTP or similar? Or is it something proprietary? How would one implement the private listening feature in their own application?
I see that the ECP rest api gives a "supports-private-listening" boolean
On my own device I see:
<supports-private-listening>true</supports-private-listening>
<supports-private-listening-dtv>true</supports-private-listening-dtv>
But then what? Where is the stream url or other technical details?
Thanks.