Hi All,
I'm trying to make a smartphone software using python and HTML5. Now in server I can receive rpt packet content audio and video, but I don't know how to play it in the web browser (I don't use Flash). I see that HTML5 have the audio
and video
tags, so I intend use websocket to transfer data. But I can't find the way to play it in browser.
Can somebody help me? Thanks.