.wvx stream recording

Booting, installing, newbie
Post Reply
Message
Author
mivison
Posts: 28
Joined: Tue 24 Jul 2007, 23:50

.wvx stream recording

#1 Post by mivison »

does any one know of any way to record a .wvx streaming video?

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#2 Post by trapster »

I've never tried to record a .wvx file but if you have mplayer, maybe this will work:

Code: Select all

mplayer -dumpstream -dumpfile <filename> <url>
Here is one I used to record a video of my niece playing basketball from the local newscast:

Code: Select all

mplayer -dumpstream -dumpfile coreen2.wmv http://wm.wcsh-wlbz.gannett.edgestreams.net/news/wells_fryeburg.wmv
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#3 Post by mikeb »

.wvx is a playlist file which simply gives the addresses to the actual video stream.

You may be able to save the .wvx file , open it with a text editor, copy and paste the link (s) into the browser , then choose to save the file onto hardrive...if that makes sense.

If the stream is being played / watched...look in /tmp/plugtmp...you may find the vid file there..once fully downloaded , rename and save elsewhere. (works for flv eg youtube)

mike

mivison
Posts: 28
Joined: Tue 24 Jul 2007, 23:50

#4 Post by mivison »

the .wvx file points to this address, which firefox does not know how to handle.
<ASX VERSION="3.0">

<ENTRY>

<REF HREF="mms://media.zagerguitar.com/zager/anatomy.wmv"/>

</ENTRY>

</ASX>

thanks for the imput.

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#5 Post by mikeb »

ok

for information this can be added to prefs.js in the firefox profile or via about:config

user_pref("network.protocol-handler.app.mms", "vlc");
user_pref("network.protocol-handler.external.mms", true);

'vlc' can be any suitable media player...firefox will then redirect mms links .

an mms link can be copied and pasted into your mediaplayer open url/link/stream dialog...whether this is played depends on the player and the format.
I tried your link with vlc and it played perfectly..
.In the open dialog there is a stream/save option...I tried saving in asf with no codec changes and I ended up with a local playable file...whole stream was around 30mins playing time
As mentioned earlier mplayer might be able to save it also....not sure about xine. The player has to handle the stream as an mms link which involves port/address negociation and is not a straightforward download so my original approach won't work.

mike

mivison
Posts: 28
Joined: Tue 24 Jul 2007, 23:50

#6 Post by mivison »

thanks mike,
i got it running with xine and mplayer. i do not see any thing in either one of those to record a stream. i will install VLC. i do not have it.
thanks again every body. i will let you know what happens.

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#7 Post by mikeb »

For mplayer its probably a command line approach needed...most options are set this way.

Vlc is the opposite...everything is in preferences/gui.

mike

mivison
Posts: 28
Joined: Tue 24 Jul 2007, 23:50

#8 Post by mivison »

got vlc working thanks

mivison
Posts: 28
Joined: Tue 24 Jul 2007, 23:50

#9 Post by mivison »

this works the best!
mplayer mms:/link/something.xxx -dumpstream -dumpfile file.xxx

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#10 Post by edoc »

Is it still true that accessing an online file via a .wvx pointer requires either VLC or Mplayer?

It would be preferable to use gxine, if possible, as that keeps the Puppy setup here more simple.

Should stock gxine 0.5.9 in Puppy 4.31 be able to handle streaming libmpeg2?

Or do I need a plugin?

Our son needs to be able to follow the .wvx pointer and play the associated video without having to downgrade to anything-MS. His laptop has Puppy 4.31 installed.

We don't need to record but do need to be able to view - right now I can paste URL into Pstreamvid 1.3 which then opens a gxine window but all we get is the audio. What are we doing wrong, please?

http://cafe.edgeboss.net/wmedia/cafe/d ... 01_s01.wvx

He needs this for an online college course that started today.

WDYT?
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

Post Reply