RTSP streaming of audio using libvlc python bindings
Posted: 28 Nov 2017 12:33
I'm working on a project in which if I start playing a song or an audio file in my application on my PC (provided audio file is present in disk of PC), the audio should also play on my android phone. After going through documentation I understood that I have to use RTSP with pc as server and my android phone as my client.
Example scenario: I start playing audio in my application on my PC and open my application on my android phone it should also start playing. If I press pause on pc it should pause on my phone too. There should be sync. In simple words I want to use my android phone as a virtual speaker.
How can I achieve this. Please help me.
Example scenario: I start playing audio in my application on my PC and open my application on my android phone it should also start playing. If I press pause on pc it should pause on my phone too. There should be sync. In simple words I want to use my android phone as a virtual speaker.
How can I achieve this. Please help me.