Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Playing online streaming in media players (http://stream-recorder.com/forum/forumdisplay.php?f=77)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=10083)

karlo2105 09-26-2011 04:15 AM

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


 
Hello I wonder is it possible to dump streams from tvali.eu to watch inside VLC? Streams is delayed for 5 minutes and it buffers like a playlist each 5 minutes. Here is VH1 Classic. I would really like to get original source address.

Thank you.

mckv 09-27-2011 05:40 AM

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


All times are GMT -6. The time now is 04:12 PM.