Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 12-28-2015, 08:57 PM
tubfeared tubfeared is offline
Junior Member
 
Join Date: Dec 2015
Posts: 3
tubfeared is on a distinguished road
Default

coding for kodi


Trying to get this to work but seems like when streaming vlc or kodi it would not work. The website is
HTML Code:
http://tv24.vn/livetv
. Im trying to stream SCTV HD. Using URLsnooper i get m3u8
Code:
http://vtsstr4.sctv.vn/f1betalive2/c009_mb.smil/chunklist_w1449073671_b1192000_sleng.m3u8?t=af4e3c6aa71ebd2afcdcfb3e6a6ff0b1e51eb6564b2a2f8de6cb35ac72136667&e=1451357418
I must not be using the correct tool to extract url. Please advise. Thanks.
Reply With Quote
  #2  
Old 12-29-2015, 08:22 AM
ColdRain ColdRain is offline
Junior Member
 
Join Date: Aug 2015
Posts: 26
ColdRain is on a distinguished road
Default

Re: coding for kodi


not sure what your kodi code looks like, but did you try directly playing m3u8 by creating empty file and name it to .strm and play that via Kodi? if that doesn't work, then look at request your browser makes when m3u8 is called (you can use fiddler or inbuild browser developer tools' network tab), and check whether anything else is added to Request like Referer or Cookies. If it does have any of that, then add pipe character after your m3u8 and append whatever is being sent, for example (xxxxx.m3u8.xxxxx|Referer=http://xxxxx) and then try again in Kodi.
Reply With Quote
  #3  
Old 01-01-2016, 11:57 AM
tubfeared tubfeared is offline
Junior Member
 
Join Date: Dec 2015
Posts: 3
tubfeared is on a distinguished road
Default

Re: coding for kodi


What do i look for in the inbrowser network tab? I have added the referrer part but did not work either. the info displayed looks the same when i use urlsnooper.
Reply With Quote
  #4  
Old 01-01-2016, 12:15 PM
tubfeared tubfeared is offline
Junior Member
 
Join Date: Dec 2015
Posts: 3
tubfeared is on a distinguished road
Default

Re: coding for kodi


Using debugger code
Code:
 "pageref": "page_1",
        "startedDateTime": "2016-01-01T12:04:28.168-06:00",
        "time": 780,
        "request": {
          "bodySize": 0,
          "method": "GET",
          "url": "http://vtsstr5.sctv.vn/f1betalive2/c009_mb.smil/chunklist_w941296414_b692000_sleng.m3u8?t=c7b60e2cae6e0b31c412c460ad737317aa9593179810ffa1bbd20d4e74ea3889&e=1451670698",
          "httpVersion": "HTTP/1.1",
          "headers": [
            {
              "name": "Host",
              "value": "vtsstr5.sctv.vn"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0"
            },
            {
              "name": "Accept",
              "value": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
            },
            {
              "name": "Accept-Language",
              "value": "en-US,en;q=0.5"
            },
            {
              "name": "Accept-Encoding",
              "value": "gzip, deflate"
            },
            {
              "name": "Referer",
              "value": "http://ssl.p.jwpcdn.com/player/v/7.2.4/jwplayer.flash.swf"
            },
            {
              "name": "Connection",
              "value": "keep-alive"
            }
          ],
          "cookies": [],
          "queryString": [
            {
              "name": "t",
              "value": "c7b60e2cae6e0b31c412c460ad737317aa9593179810ffa1bbd20d4e74ea3889"
            },
            {
              "name": "e",
              "value": "1451670698"
            }
how do i add cookies to the code in order for it to stream externally(VLC or Kodi) without going to website.
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 07:40 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons