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 audio and video online. Audio and video downloads. > Playing online streaming in media players
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 10-26-2011, 06:36 PM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Sovok.tv - Make a php script


I found out Russian website Sovok.tv. They stream on http protocol with tickets stream.
Here is a page where you can find out latest http stream of VH1 Europe.
VH1 Europe embedded page is here.

I tried to edit KSV php stream he made for zapni.tv in order to adapt it for Sovok.tv but I don't understand anything what I do have to change in it.

Thanks for help.
Reply With Quote
  #2  
Old 10-26-2011, 11:15 PM
Stream Ripper Stream Ripper is offline
Super Moderator
 
Join Date: Feb 2007
Location: World
Posts: 886
Stream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond repute
Default

Re: Sovok.tv - Make a php script


Cool stuff, thanks for the share!
Reply With Quote
  #3  
Old 10-26-2011, 11:56 PM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Sovok.tv - Make a php script


php is easy and learning it will help you to create cool scripts yourself. anyway here is the full script.

Code:
http://www.mediafire.com/file/749z9bo51i2v675/KSV%20-%20SovokTV.zip
just provide the channel number when asked or in command line. in batch file you can use it like this :
Code:
call php SovokTV.php [Channel Number]

Last edited by KSV : 10-27-2011 at 10:49 PM. Reason: updated script
Reply With Quote
  #4  
Old 11-06-2011, 12:23 PM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Sovok.tv - Make a php script


Updated script:
Code:
http://www.mediafire.com/file/35nvhgy9wjtxnq2/SovokTV.php
Reply With Quote
  #5  
Old 11-07-2011, 06:44 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Question

Re: Sovok.tv - Make a php script


Great script i like it very much, ive been trying to adapt a batch script to help find the channel numbers but they seam to be scattered about a bit ?

Any ideas on how to make this easier ?

I was thinking something like please pick a number then your script is launched with the said number ?
Reply With Quote
  #6  
Old 11-07-2011, 07:15 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Sovok.tv - Make a php script


Code:
sovok.tv/api.php?get=list
Code:
{
   "list":[
      {
         "cid":"1",
         "name":"???µ?€???‹??"
      },
      {
         "cid":"4",
         "name":"?????’"
      },
      {
         "cid":"6",
         "name":"MTV"
      },
      {
         "cid":"10",
         "name":"5 ???°???°?»"
      },
      {
         "cid":"11",
         "name":"?????·???’"
      },
      {
         "cid":"12",
         "name":"???’3"
      },
      {
         "cid":"13",
         "name":"? ???????¸?? 2"
      },
      {
         "cid":"14",
         "name":"7?‚??"
      },
      {
         "cid":"15",
         "name":"? ???????¸?? ?š"
      },
      {
         "cid":"16",
         "name":"2x2"
      },
      {
         "cid":"17",
         "name":"Style"
      },
      {
         "cid":"18",
         "name":"A-One"
      },
      {
         "cid":"19",
         "name":"?”?????°?????¸??"
      },
      {
         "cid":"20",
         "name":"?”???’"
      },
      {
         "cid":"21",
         "name":"???¸?€"
      },
      {
         "cid":"22",
         "name":"?—???µ?·?´?°"
      },
      {
         "cid":"23",
         "name":"Euro news"
      },
      {
         "cid":"24",
         "name":"?????? ???»?°???µ?‚?°"
      },
      {
         "cid":"25",
         "name":"Discovery channel"
      },
      {
         "cid":"26",
         "name":"Animal Planet"
      },
      {
         "cid":"27",
         "name":"National Geographic"
      },
      {
         "cid":"28",
         "name":"DW-TV"
      },
      {
         "cid":"29",
         "name":"CNN"
      },
      {
         "cid":"30",
         "name":"France 24"
      },
      {
         "cid":"32",
         "name":"? ?‘?š-???’"
      },
      {
         "cid":"33",
         "name":"?*???????µ?€?‚"
      },
      {
         "cid":"34",
         "name":"TV 1000"
      },
      {
         "cid":"35",
         "name":"? ???????????µ ???¸???? TV1000"
      },
      {
         "cid":"36",
         "name":"???»?»?Ž?·?¸???? +"
      },
      {
         "cid":"37",
         "name":"? ?????????¸?? ?¸?»?»?Ž?·?¸????"
      },
      {
         "cid":"38",
         "name":"???????’"
      },
      {
         "cid":"39",
         "name":"Diva Universal"
      },
      {
         "cid":"40",
         "name":"Action1000"
      },
      {
         "cid":"41",
         "name":"XXI ???µ??"
      },
      {
         "cid":"42",
         "name":"Fox Crime"
      },
      {
         "cid":"43",
         "name":"FOXlife"
      },
      {
         "cid":"44",
         "name":"?š?????µ?´?¸?? ???’"
      },
      {
         "cid":"45",
         "name":"?¤???¸????"
      },
      {
         "cid":"46",
         "name":"Universal"
      },
      {
         "cid":"47",
         "name":"Zoo???°?€??"
      },
      {
         "cid":"48",
         "name":"Amazing Life"
      },
      {
         "cid":"49",
         "name":"Viasat Explorer"
      },
      {
         "cid":"50",
         "name":"Discovery World"
      },
      {
         "cid":"51",
         "name":"Russian travel Guide"
      },
      {
         "cid":"52",
         "name":"Travel Chanel HD"
      },
      {
         "cid":"53",
         "name":"Ocean TV"
      },
      {
         "cid":"54",
         "name":"VH-1"
      },
      {
         "cid":"55",
         "name":"Brige TV"
      },
      {
         "cid":"56",
         "name":"Music Box TV"
      },
      {
         "cid":"57",
         "name":"MCM Top"
      },
      {
         "cid":"58",
         "name":"O2 TV"
      },
      {
         "cid":"59",
         "name":"?›??-???¸?????€"
      },
      {
         "cid":"60",
         "name":"Music Box Russian"
      },
      {
         "cid":"61",
         "name":"RuTV"
      },
      {
         "cid":"62",
         "name":"?¨?°???????? ???’"
      },
      {
         "cid":"63",
         "name":"Viasat History"
      },
      {
         "cid":"64",
         "name":"Travel"
      },
      {
         "cid":"65",
         "name":"Discovery Science"
      },
      {
         "cid":"66",
         "name":"24 ???•?????ž"
      },
      {
         "cid":"67",
         "name":"?ž?…???‚?° ?¸ ?€?‹?±?°?»???°"
      },
      {
         "cid":"68",
         "name":"?®?????€ Box"
      },
      {
         "cid":"69",
         "name":"?????‚?? ???»?Ž??"
      },
      {
         "cid":"70",
         "name":"?????°?´???±?° ???’"
      },
      {
         "cid":"71",
         "name":"Eurosport"
      },
      {
         "cid":"72",
         "name":"Eurosport 2"
      },
      {
         "cid":"73",
         "name":"???????€?‚ 1 HD"
      },
      {
         "cid":"74",
         "name":"?š???›"
      },
      {
         "cid":"75",
         "name":"Viasat Sport"
      },
      {
         "cid":"76",
         "name":"? ?????????¸?? ???????‚?€?¸??"
      },
      {
         "cid":"77",
         "name":"Drive"
      },
      {
         "cid":"78",
         "name":"???°?? ?„???‚?±???»"
      },
      {
         "cid":"79",
         "name":"?‘???µ?†"
      },
      {
         "cid":"80",
         "name":"?”?µ?‚?????¸??"
      },
      {
         "cid":"81",
         "name":"?š?°?€?????µ?»??"
      },
      {
         "cid":"82",
         "name":"Disney"
      },
      {
         "cid":"83",
         "name":"Tiji"
      },
      {
         "cid":"84",
         "name":"? ?°?´?????‚?? ??????"
      },
      {
         "cid":"85",
         "name":"Nickelodeon"
      },
      {
         "cid":"86",
         "name":"Cartoon Network"
      },
      {
         "cid":"87",
         "name":"Kids Co"
      },
      {
         "cid":"88",
         "name":"???µ?€???‹?? ?¸???€????????"
      },
      {
         "cid":"89",
         "name":"? ?µ?‚?€?? ???’"
      },
      {
         "cid":"90",
         "name":"?????’"
      },
      {
         "cid":"91",
         "name":"??? ?ž"
      },
      {
         "cid":"92",
         "name":"?????¸?…???»?????¸??21"
      },
      {
         "cid":"93",
         "name":"Sony TV"
      },
      {
         "cid":"94",
         "name":"?—?´???€???????µ ???’"
      },
      {
         "cid":"95",
         "name":"?–?¸???¸"
      },
      {
         "cid":"96",
         "name":"?????Ž?·"
      },
      {
         "cid":"97",
         "name":"?’?????€?????‹ ?¸ ???‚???µ?‚?‹"
      },
      {
         "cid":"98",
         "name":"?”?????°?????¸?µ ?¶?¸?????‚???‹?µ"
      },
      {
         "cid":"99",
         "name":"TLC"
      },
      {
         "cid":"100",
         "name":"ZEE TV"
      },
      {
         "cid":"101",
         "name":"SciFi AXN"
      },
      {
         "cid":"102",
         "name":"?š???…???????’"
      },
      {
         "cid":"103",
         "name":"?–?µ???????¸?? ???¸?€ HD"
      },
      {
         "cid":"104",
         "name":"???”?š"
      },
      {
         "cid":"105",
         "name":"???°?‚?? ?¸ ?”?¸?‚??"
      },
      {
         "cid":"106",
         "name":"Fashion TV HD"
      },
      {
         "cid":"107",
         "name":"Fashion TV"
      },
      {
         "cid":"108",
         "name":"World fashion"
      },
      {
         "cid":"109",
         "name":"English club"
      },
      {
         "cid":"110",
         "name":"MYzen TV"
      },
      {
         "cid":"113",
         "name":"??????"
      },
      {
         "cid":"114",
         "name":"??????"
      },
      {
         "cid":"115",
         "name":"???’?¦"
      },
      {
         "cid":"116",
         "name":"?’???»???°"
      },
      {
         "cid":"117",
         "name":"???????’"
      },
      {
         "cid":"118",
         "name":"? ???????¸?? 24 Sattelite"
      },
      {
         "cid":"119",
         "name":"? ?????????°?? ?????‡??"
      },
      {
         "cid":"120",
         "name":"Play Boy"
      },
      {
         "cid":"121",
         "name":"Blue Huster"
      },
      {
         "cid":"122",
         "name":"XXL"
      },
      {
         "cid":"123",
         "name":"National Geographic HD"
      },
      {
         "cid":"124",
         "name":"High Life HD"
      },
      {
         "cid":"125",
         "name":"Life HD"
      },
      {
         "cid":"126",
         "name":"Mezzo HD"
      },
      {
         "cid":"127",
         "name":"Eurosport HD"
      },
      {
         "cid":"128",
         "name":"???????€?‚ 1 HD"
      },
      {
         "cid":"129",
         "name":"???µ?»?µ?????‚?µ???µ???‚???¸?? HD"
      },
      {
         "cid":"130",
         "name":"Wild HD"
      },
      {
         "cid":"131",
         "name":"?š?¸???????????°?· 1 HD"
      },
      {
         "cid":"132",
         "name":"?š?¸???????????°?· 2 HD"
      }
   ],
   "group":[
      {
         "name":"?ž?±?‰?¸?µ",
         "gid":1,
         "ch":[
            1,
            2,
            3,
            4,
            5,
            8,
            9,
            10,
            11,
            12,
            15,
            16,
            17,
            18,
            19
         ]
      },
      {
         "name":"?????·?‹???°?»?????‹?µ",
         "gid":2,
         "ch":[
            10,
            12,
            14
         ]
      }
   ]
}
vBulletin is messing up the unicode characters.
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 04:44 AM.


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