johnymarek / media-translate

Automatically exported from code.google.com/p/media-translate
0 stars 0 forks source link

streaming via curl #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Yes, it's posiible.

1) Make file translate/app/stream/tv_estere:

echo "Content-type: video/x-flv"
echo
exec $WGET -O - --header "X-Forwarded-For: 194.230.72.68" "$arg_opt@$arg_url" 
2>/dev/null

2) Here is sample of playlist (or you can use the real ip address of the player 
instead of 127.0.0.1):
#EXTM3U
#EXTINF:-1,ARD
http://127.0.0.1/cgi-bin/translate?app/stream/tv_estere,http://gartenhoflive2-f.
akamaihd.net/ard_1_800,45494
#EXTINF:-1,ZDF
http://127.0.0.1/cgi-bin/translate?app/stream/tv_estere,http://gartenhoflive4-f.
akamaihd.net/zdf_1_800,45509
#EXTINF:-1,ZDF Neo
http://127.0.0.1/cgi-bin/translate?app/stream/tv_estere,http://gartenhoflive2-f.
akamaihd.net/zdfneo_1_800,44504

P.S. VLC plays, the player is not. It looks like missing the video codec.

Original issue reported on code.google.com by vb6ro.cod@gmail.com on 11 Feb 2011 at 5:03

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by Serge.A.Timchenko@gmail.com on 24 Feb 2011 at 11:09

GoogleCodeExporter commented 9 years ago
hi,

how to use it on my windowsxp pc? i got all the files tv-estere.zip and 
TV_ESTERE_XP - 7 (32 bit).rar and VLC 1.1.2. In which diectory i have to put 
the files the files to make them work with the vlc player? Withe regards Mike

Original comment by m.wein...@googlemail.com on 30 Jun 2011 at 11:38