hello. is it possible to help me find the channel URL from a streaming tv site? the site is http://www.yourtv.to and it is a free site, so i think there is no problem. i want to create a m3u list for xbmc. i tried to find the URL but i can't. the site uses jwplayer. please help me if you can. asked 05 Apr '14, 00:03 dimitris |
One Answer:
Use the display filter: http.request.method == "GET" When you select a tv station it will request the URL and set a token cookie. Then it will load jwplayer and download the playlist. If you look at the playlist URL you will notice it requires the token that was previously generated e.g. for ZDF
answered 05 Apr '14, 04:05 Roland edited 05 Apr '14, 04:11 |
thank you for your help. i did not understand exactly what you said. i am trying now to learn how wireshark works. i will tell what i did. i open zdf and then stop the capture. i used the filter you said and found this
then right click/ follow tcp stream and found this text
and i tried to make a m3u file so that i can play it on xbmc
but it does not work. i am probably making something wrong but i dont know what. can you help?
I can’t help you with XBMC.