View Single Post
  #2  
Old 09-27-2011, 05:40 AM
mckv mckv is offline
Senior Member
 
Join Date: Mar 2011
Posts: 104
mckv is on a distinguished road
Default

Re: tv.tvali.eu live channels - How to watch it live with rtmpdump


Code:
#!/bin/bash
rm list cookie
ID=$(curl -c cookie -A 'Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2' 'http://tvali.eu/gadget.php?channel=20612.'| grep -o "tv/....._list.php?d=....")
curl -b cookie -A 'Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2' http://tvali.eu/$ID | grep -o "http.*flv" > list
sed -e 's|$|\&start=0\&id=player\&client=FLASH%20LNX%2011,0,1,129\&version=4.4.198\&width=500|' -i list 
vlc list
then select the right start time in vlc playlist
UTC+3 -10..5 mins

for exaple at 12:20 UTC select ..020612-02-15-10-00.flv

the time in the entry is 15-10
Reply With Quote