Re: Downloading flash video from reshet.tv

2008-04-14 Thread Oded Arbel

On Thu, 2008-04-10 at 16:08 +0300, Gilboa Davara wrote:

 On Wed, 2008-04-09 at 12:40 +0300, Ira Abramov wrote:
  can't remember what streaming technology it was, but way back I managed
  to capture and save to the disk the UDP broadcasts of Galatz using
  mplayer.
  
  Find yourself a pre-compiled mplayer with all the borowed dlls from
  windows and you may be in luck.
  
 
 xine/gstreamer-plugin-bad and xine/gstreamer-plugin-bad both play (and
 dump) Galey-Zahal, Galgalataz and Reshet Bet streaming radio just
 fine.

The streaming MS server used by the a lot of israel radio and TV
internet broadcasts is using a proprietary protocol called MMS, and can
be captured using mimms (short for MiMMS isn't an MMS Message Sender)
which dumps the stream to a file as fast as it can get it without
needing to actually play it (unlike mplayer -dump). 


 In my experience, the same configuration (xine/mplayer + gstreamer)
 cannot be used to play Reshet streaming videos.

Reshet's video machine is using a standard flash video service (which
was quite surprise to me, as castup normally don't support technologies
that can work outside the MS stack). I can't tell you how to find the
FLVs url for them without playing it with a browser and Adobe Flash, but
once you do that you can use firebug's network monitor to see the FLV
urls, or use wireshark to scan the network traffic for them - for
example the following tshark [1] based script will dump the URLs for the
castup FLVs you are watching to the console, ripe for easy picking by
wget or something :-)

sudo tshark -V -R http.request | perl -nle 'm|GET (\S+.flv)| and $uri=
$1; m|Host:\s+(\S+dl\.castup[^\\]+)| and print http://; . $1 . $uri;'

[1] tshark or tethereal is the command line version of the GUI
application. It does about the same and lets you use it in scripts. very
handy.

--
Oded


Re: Downloading flash video from reshet.tv

2008-04-13 Thread sara fink
If you enter deep into the documentation you can see that vlc is
capable first to save the stream to the hd and then playing it. VLC
can play streams natively. just give it the link. The beauty is to
save it.

http://tldp.org/HOWTO/VideoLAN-HOWTO/x585.html
http://www.videolan.org/doc/streaming-howto/en/streaming-howto-en.html

On Thu, Apr 10, 2008 at 6:45 PM, Cyril SCETBON [EMAIL PROTECTED] wrote:


  sara fink wrote:

  One more technology to use is VLC=videolan player
 
  VLC can save streams  play flash as well. It saves all kind of
  streams. Very versatile player.
 
  http://www.videolan.org/vlc/
 
  great project but the real issue was getting the flash file not playing it


 
  Google wanted to buy them few years ago. They refused.
 
  On Wed, Apr 9, 2008 at 4:12 PM, Cyril SCETBON [EMAIL PROTECTED]
 wrote:
 
  
Cyril SCETBON wrote:
  
  
  
   
Yuval Hager wrote:
   
   
So after a bit of hacking, the file
  
  
   
 you are interested is actually at

   
   http://s3cdl.castup.net/server12/25188434-95.flv, so no need to use
 mplayer
   at all.. :)
  
great :-) it's not really the video I wanted but that's the way you
 got it
   
   to catch others funny video that is interested.
ok found with firebug.
  
thanks
  
  
  
--
Cyril SCETBON
  
  
=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]
  
  
  
 
 
 

  --

  Cyril SCETBON


  =
  To unsubscribe, send mail to [EMAIL PROTECTED] with
  the word unsubscribe in the message body, e.g., run the command
  echo unsubscribe | mail [EMAIL PROTECTED]



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Downloading flash video from reshet.tv

2008-04-10 Thread sara fink
One more technology to use is VLC=videolan player

VLC can save streams  play flash as well. It saves all kind of
streams. Very versatile player.

http://www.videolan.org/vlc/

Google wanted to buy them few years ago. They refused.

On Wed, Apr 9, 2008 at 4:12 PM, Cyril SCETBON [EMAIL PROTECTED] wrote:


  Cyril SCETBON wrote:


 
 
  Yuval Hager wrote:
 
  So after a bit of hacking, the file

 
   you are interested is actually at
 http://s3cdl.castup.net/server12/25188434-95.flv, so no need to use mplayer
 at all.. :)
  
  great :-) it's not really the video I wanted but that's the way you got it
 to catch others funny video that is interested.
 
  ok found with firebug.

  thanks



  --
  Cyril SCETBON


  =
  To unsubscribe, send mail to [EMAIL PROTECTED] with
  the word unsubscribe in the message body, e.g., run the command
  echo unsubscribe | mail [EMAIL PROTECTED]



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Downloading flash video from reshet.tv

2008-04-10 Thread Gilboa Davara

On Wed, 2008-04-09 at 12:40 +0300, Ira Abramov wrote:
 Quoting Geoffrey S. Mendelson, from the post of Wed, 09 Apr:
  
  It's a castup video which AFAIK can only be played online using I.E.
  I can't even get it to play on Windows with FireFox. It plays fine
  using I.E. 7. under Windows. 
  
 
 can't remember what streaming technology it was, but way back I managed
 to capture and save to the disk the UDP broadcasts of Galatz using
 mplayer. can't remember how I did it, it was a rewrite of a script by
 Amos Shapira that let me record  Sha'a Historit via a cron job. at some
 point though they changed technologies or something, but I remember I
 used the same trick somehow (redirect the stream to the disk instead of
 a decoder) to save a video stream or two in the past as well.
 
 Find yourself a pre-compiled mplayer with all the borowed dlls from
 windows and you may be in luck.
 

xine/gstreamer-plugin-bad and xine/gstreamer-plugin-bad both play (and
dump) Galey-Zahal, Galgalataz and Reshet Bet streaming radio just
fine.

In my experience, the same configuration (xine/mplayer + gstreamer)
cannot be used to play Reshet streaming videos.

- Gilboa


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Downloading flash video from reshet.tv

2008-04-10 Thread Cyril SCETBON



sara fink wrote:

One more technology to use is VLC=videolan player

VLC can save streams  play flash as well. It saves all kind of
streams. Very versatile player.

http://www.videolan.org/vlc/

great project but the real issue was getting the flash file not playing it


Google wanted to buy them few years ago. They refused.

On Wed, Apr 9, 2008 at 4:12 PM, Cyril SCETBON [EMAIL PROTECTED] wrote:


 Cyril SCETBON wrote:




Yuval Hager wrote:


 So after a bit of hacking, the file


you are interested is actually at

http://s3cdl.castup.net/server12/25188434-95.flv, so no need to use mplayer
at all.. :)

great :-) it's not really the video I wanted but that's the way you got it

to catch others funny video that is interested.
 ok found with firebug.

 thanks



 --
 Cyril SCETBON


 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]







--
Cyril SCETBON


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Downloading flash video from reshet.tv

2008-04-09 Thread Hetz Ben Hamo
Ira,

The trick you're mentioning is by using the -dump feature in
mplayer, which saves the stream.
As much as I recall, the only way to play it back is only using mplayer.

Hetz

On Wed, Apr 9, 2008 at 12:40 PM, Ira Abramov
[EMAIL PROTECTED] wrote:
 Quoting Geoffrey S. Mendelson, from the post of Wed, 09 Apr:
  
   It's a castup video which AFAIK can only be played online using I.E.
   I can't even get it to play on Windows with FireFox. It plays fine
   using I.E. 7. under Windows.
  

  can't remember what streaming technology it was, but way back I managed
  to capture and save to the disk the UDP broadcasts of Galatz using
  mplayer. can't remember how I did it, it was a rewrite of a script by
  Amos Shapira that let me record  Sha'a Historit via a cron job. at some
  point though they changed technologies or something, but I remember I
  used the same trick somehow (redirect the stream to the disk instead of
  a decoder) to save a video stream or two in the past as well.

  Find yourself a pre-compiled mplayer with all the borowed dlls from
  windows and you may be in luck.

  --
  Mission accomplished
  Ira Abramov
  http://ira.abramov.org/email/



  =
  To unsubscribe, send mail to [EMAIL PROTECTED] with
  the word unsubscribe in the message body, e.g., run the command
  echo unsubscribe | mail [EMAIL PROTECTED]





-- 
Skepticism is the lazy person's default position.
my blog (hebrew): http://benhamo.org

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Downloading flash video from reshet.tv

2008-04-09 Thread Ira Abramov
Quoting Geoffrey S. Mendelson, from the post of Wed, 09 Apr:
 
 It's a castup video which AFAIK can only be played online using I.E.
 I can't even get it to play on Windows with FireFox. It plays fine
 using I.E. 7. under Windows. 
 

can't remember what streaming technology it was, but way back I managed
to capture and save to the disk the UDP broadcasts of Galatz using
mplayer. can't remember how I did it, it was a rewrite of a script by
Amos Shapira that let me record  Sha'a Historit via a cron job. at some
point though they changed technologies or something, but I remember I
used the same trick somehow (redirect the stream to the disk instead of
a decoder) to save a video stream or two in the past as well.

Find yourself a pre-compiled mplayer with all the borowed dlls from
windows and you may be in luck.

-- 
Mission accomplished
Ira Abramov
http://ira.abramov.org/email/

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Downloading flash video from reshet.tv

2008-04-09 Thread Yuval Hager
On Wednesday 09 April 2008, Geoffrey S. Mendelson wrote:
 On Wed, Apr 09, 2008 at 12:40:08PM +0300, Ira Abramov wrote:
  can't remember what streaming technology it was, but way back I managed
  to capture and save to the disk the UDP broadcasts of Galatz using
  mplayer. can't remember how I did it, it was a rewrite of a script by
  Amos Shapira that let me record  Sha'a Historit via a cron job. at some
  point though they changed technologies or something, but I remember I
  used the same trick somehow (redirect the stream to the disk instead of
  a decoder) to save a video stream or two in the past as well.

 Thanks for the pointer,

 I've done it in the past, and use Mplayer to play streaming audio,
 but AFAIK castup is different and is specificaly designed (it's
 an Israeli company BTW) to not leave anything to be captured.

 Geoff.

Anything you can play using mplayer can be dumped, including castup streams. 
It's just a matter of finding the correct URL for it.

For galatz stream, just use:
$ mplayer -dumpstream mms://stream.msn.co.il/glz-stream 

When your done the file is named stream.dump, and is the same format as the 
stream:

$ file stream.dump
stream.dump: Microsoft ASF

They do seem to make life hard tracking streams sometimes (it seems like 
Keshet, Reshet and channel10 are in some kind of competition here, but Keshet 
wins bigtime). So after a bit of hacking, the file you are interested is 
actually at http://s3cdl.castup.net/server12/25188434-95.flv, so no need to 
use mplayer at all.. :)

--y

-- 
Yuval Hager
[T] +972-77-341-4155
[EMAIL PROTECTED] [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part.


Re: Downloading flash video from reshet.tv

2008-04-09 Thread Geoffrey S. Mendelson
On Wed, Apr 09, 2008 at 10:16:40AM +0200, Cyril SCETBON wrote:
 I would like to download video (for example 
 http://www.reshet.tv/video.aspx?video_id=15898) to see it later when my 
 internet connection will be down.
 
 Any idea how to do it ?

It's a castup video which AFAIK can only be played online using I.E.
I can't even get it to play on Windows with FireFox. It plays fine
using I.E. 7. under Windows. 

If someone does tell you how to play them under Linux or save the file
please post the results. 

Thanks, Geoff.


-- 
Geoffrey S. Mendelson, Jerusalem, Israel [EMAIL PROTECTED]  N3OWJ/4X1GM

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Downloading flash video from reshet.tv

2008-04-09 Thread Geoffrey S. Mendelson
On Wed, Apr 09, 2008 at 12:40:08PM +0300, Ira Abramov wrote:
 can't remember what streaming technology it was, but way back I managed
 to capture and save to the disk the UDP broadcasts of Galatz using
 mplayer. can't remember how I did it, it was a rewrite of a script by
 Amos Shapira that let me record  Sha'a Historit via a cron job. at some
 point though they changed technologies or something, but I remember I
 used the same trick somehow (redirect the stream to the disk instead of
 a decoder) to save a video stream or two in the past as well.

Thanks for the pointer,

I've done it in the past, and use Mplayer to play streaming audio,
but AFAIK castup is different and is specificaly designed (it's
an Israeli company BTW) to not leave anything to be captured.

Geoff.
-- 
Geoffrey S. Mendelson, Jerusalem, Israel [EMAIL PROTECTED]  N3OWJ/4X1GM

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Downloading flash video from reshet.tv

2008-04-09 Thread Hetz Ben Hamo
Hi Geoff,

It does play on firefox on Windows, if you have the Windows media
plugin for firefox installed
(http://port25.technet.com/pages/windows-media-player-firefox-plugin-download.aspx),
but the buttons on many web pages are javascript crap which is not
understood by Firefox.

On my Thinkpad with Fedora, I simply use either kmplayer or xine to
play (and capture) the video.

Hetz

On Wed, Apr 9, 2008 at 12:20 PM, Geoffrey S. Mendelson
[EMAIL PROTECTED] wrote:
 On Wed, Apr 09, 2008 at 10:16:40AM +0200, Cyril SCETBON wrote:
   I would like to download video (for example
   http://www.reshet.tv/video.aspx?video_id=15898) to see it later when my
   internet connection will be down.
  
   Any idea how to do it ?

  It's a castup video which AFAIK can only be played online using I.E.
  I can't even get it to play on Windows with FireFox. It plays fine
  using I.E. 7. under Windows.

  If someone does tell you how to play them under Linux or save the file
  please post the results.

  Thanks, Geoff.


  --
  Geoffrey S. Mendelson, Jerusalem, Israel [EMAIL PROTECTED]  N3OWJ/4X1GM



  =
  To unsubscribe, send mail to [EMAIL PROTECTED] with
  the word unsubscribe in the message body, e.g., run the command
  echo unsubscribe | mail [EMAIL PROTECTED]





-- 
Skepticism is the lazy person's default position.
my blog (hebrew): http://benhamo.org

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Downloading flash video from reshet.tv

2008-04-09 Thread Hetz Ben Hamo
Hi,

There's an extension called VideoDownloader for firefox. It should
reveal the URL for the SWF/FLV file, and once you have it, you can use
CURL or WGET to download the file (you may need to use some user-agent
strings to fool the server though).

thanks,
Hetz

On Wed, Apr 9, 2008 at 11:16 AM, Cyril SCETBON [EMAIL PROTECTED] wrote:
 I would like to download video (for example
 http://www.reshet.tv/video.aspx?video_id=15898) to see it later when my
 internet connection will be down.

  Any idea how to do it ?

  thanks
  --
  Cyril SCETBON


  =
  To unsubscribe, send mail to [EMAIL PROTECTED] with
  the word unsubscribe in the message body, e.g., run the command
  echo unsubscribe | mail [EMAIL PROTECTED]





-- 
Skepticism is the lazy person's default position.
my blog (hebrew): http://benhamo.org

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Downloading flash video from reshet.tv

2008-04-09 Thread Cyril SCETBON



Yuval Hager wrote:

On Wednesday 09 April 2008, Geoffrey S. Mendelson wrote:

On Wed, Apr 09, 2008 at 12:40:08PM +0300, Ira Abramov wrote:

can't remember what streaming technology it was, but way back I managed
to capture and save to the disk the UDP broadcasts of Galatz using
mplayer. can't remember how I did it, it was a rewrite of a script by
Amos Shapira that let me record  Sha'a Historit via a cron job. at some
point though they changed technologies or something, but I remember I
used the same trick somehow (redirect the stream to the disk instead of
a decoder) to save a video stream or two in the past as well.

Thanks for the pointer,

I've done it in the past, and use Mplayer to play streaming audio,
but AFAIK castup is different and is specificaly designed (it's
an Israeli company BTW) to not leave anything to be captured.

Geoff.


Anything you can play using mplayer can be dumped, including castup streams. 
It's just a matter of finding the correct URL for it.


For galatz stream, just use:
$ mplayer -dumpstream mms://stream.msn.co.il/glz-stream 

When your done the file is named stream.dump, and is the same format as the 
stream:


$ file stream.dump
stream.dump: Microsoft ASF

They do seem to make life hard tracking streams sometimes (it seems like 
Keshet, Reshet and channel10 are in some kind of competition here, but Keshet 
wins bigtime). So after a bit of hacking, the file you are interested is 
actually at http://s3cdl.castup.net/server12/25188434-95.flv, so no need to 
use mplayer at all.. :)
great :-) it's not really the video I wanted but that's the way you got 
it to catch others funny video that is interested.


thanks


--y



--
Cyril SCETBON


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Downloading flash video from reshet.tv

2008-04-09 Thread Cyril SCETBON



Cyril SCETBON wrote:



Yuval Hager wrote:

So after a bit of hacking, the file
you are interested is actually at 
http://s3cdl.castup.net/server12/25188434-95.flv, so no need to use 
mplayer at all.. :)
great :-) it's not really the video I wanted but that's the way you got 
it to catch others funny video that is interested.

ok found with firebug.

thanks

--
Cyril SCETBON


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Downloading flash video from reshet.tv

2008-04-09 Thread Cyril SCETBON



Yuval Hager wrote:

On Wednesday 09 April 2008, Geoffrey S. Mendelson wrote:

On Wed, Apr 09, 2008 at 12:40:08PM +0300, Ira Abramov wrote:

can't remember what streaming technology it was, but way back I managed
to capture and save to the disk the UDP broadcasts of Galatz using
mplayer. can't remember how I did it, it was a rewrite of a script by
Amos Shapira that let me record  Sha'a Historit via a cron job. at some
point though they changed technologies or something, but I remember I
used the same trick somehow (redirect the stream to the disk instead of
a decoder) to save a video stream or two in the past as well.

Thanks for the pointer,

I've done it in the past, and use Mplayer to play streaming audio,
but AFAIK castup is different and is specificaly designed (it's
an Israeli company BTW) to not leave anything to be captured.

Geoff.


Anything you can play using mplayer can be dumped, including castup streams. 
It's just a matter of finding the correct URL for it.


For galatz stream, just use:
$ mplayer -dumpstream mms://stream.msn.co.il/glz-stream 

for wav file I use the following syntax :

mplayer -vc null -vo null -ao pcm:fast:file=output.wav -channels 1 URL

but the other problem is that they are changing URL or desactivating 
service like form 103fm I can't no longer listen to the live radio using 
mms://live.103.fm/103fm-high/ (server seems to not respond anymore) if 
anyone has information ...


When your done the file is named stream.dump, and is the same format as the 
stream:


$ file stream.dump
stream.dump: Microsoft ASF

They do seem to make life hard tracking streams sometimes (it seems like 
Keshet, Reshet and channel10 are in some kind of competition here, but Keshet 
wins bigtime). So after a bit of hacking, the file you are interested is 
actually at http://s3cdl.castup.net/server12/25188434-95.flv, so no need to 
use mplayer at all.. :)


--y



--
Cyril SCETBON


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]