2015-07-02, 18:35
do anyone try to dump rtmp info from url: hxxp://www.vtc.com.vn/live/12/VTV4.html ?
I use urlsnooper and get this:
<connect>rtmp://66.160.142.194/live</connect>
<play>vtv4/playlist.m3u8</play>
put in code for xbmc
_link = 'rtmp://66.160.142.197:1935/live/vtv4 live=true'
xbmc.Player().play(item=_link)
but, it doesn't work,any ideal to help me out ?
Pat
I use urlsnooper and get this:
<connect>rtmp://66.160.142.194/live</connect>
<play>vtv4/playlist.m3u8</play>
put in code for xbmc
_link = 'rtmp://66.160.142.197:1935/live/vtv4 live=true'
xbmc.Player().play(item=_link)
but, it doesn't work,any ideal to help me out ?
Pat