Re: ASPX, asp.net

2010-01-19 Thread Tom Rausner
Hi Aradenatorix.

man, 18 01 2010 kl. 11:08 -0600, skrev Aradenatorix Veckhom Vacelaevus:
 Hi:
 
 
 I never had been heart about that format, in fact asp.net is a web
 application framework developed and marketed by Microsoft to allow
 programmers to build dynamic web sites, web applications and web
 services. I don't know if there is a video format related. But you can
 also search for a video converter.It dependes what you wanna do.

Well, here in Denmark the national television uses this system to
show their programs on their website. Below you can see an exampel
of how an internal link from the side where you tell what program
you want to see, looks like;

(javascript:DRPlayer('','','/Forms/Published/PlaylistGen.aspx?qid=1323495','')

As you can see the playlist is using the format .aspx 
(unless I've got it all wrong).

What I wanna do is simply watching the program !

-- 
Tom Rausner 
--
Making an error is human...
but only a fool will install Windows twice !
--


-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Guitar

2010-01-19 Thread teza
Hi, I want the same with Rackarrack and Guitarix!
http://www.prscables.com/guitarbud
Regards
Teza



-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: ASPX, asp.net

2010-01-19 Thread Sean Corbett
It looks like the PlaylistGen.aspx is simply a script on the server
side that fetches the movie or playlist -- the .aspx means that they
are running Microsoft's .NET framework on their server.  What type of
movie it is would be determined by the MIME type the server returns to
your browser, which might be difficult to determine if the site is not
working properly.  Can you give the URL of the site?

-sean



On Tue, Jan 19, 2010 at 5:43 AM, Tom Rausner t...@rausner.dk wrote:
 Hi Aradenatorix.

 man, 18 01 2010 kl. 11:08 -0600, skrev Aradenatorix Veckhom Vacelaevus:
 Hi:


 I never had been heart about that format, in fact asp.net is a web
 application framework developed and marketed by Microsoft to allow
 programmers to build dynamic web sites, web applications and web
 services. I don't know if there is a video format related. But you can
 also search for a video converter.It dependes what you wanna do.

 Well, here in Denmark the national television uses this system to
 show their programs on their website. Below you can see an exampel
 of how an internal link from the side where you tell what program
 you want to see, looks like;

 (javascript:DRPlayer('','','/Forms/Published/PlaylistGen.aspx?qid=1323495','')

 As you can see the playlist is using the format .aspx
 (unless I've got it all wrong).

 What I wanna do is simply watching the program !

 --
 Tom Rausner
 --
 Making an error is human...
 but only a fool will install Windows twice !
 --


 --
 Ubuntu-Studio-users mailing list
 Ubuntu-Studio-users@lists.ubuntu.com
 Modify settings or unsubscribe at: 
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: ASPX, asp.net

2010-01-19 Thread Sean Corbett
(sorry for top-posting)

-sean

-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: ASPX, asp.net

2010-01-19 Thread Tom Rausner
Hi Sean.

tir, 19 01 2010 kl. 09:27 -0500, skrev Sean Corbett:
 It looks like the PlaylistGen.aspx is simply a script on the server
 side that fetches the movie or playlist -- the .aspx means that they
 are running Microsoft's .NET framework on their server.  What type of
 movie it is would be determined by the MIME type the server returns to
 your browser, which might be difficult to determine if the site is not
 working properly.  Can you give the URL of the site?

I most certenly can;

http://www.dr.dk/dr2/videnom

www.dr.dk 
is the url to Denmarks Radio's homepage

/dr2
is the channel

/videnom
is the page of this specific programseries (a scientific one)

the url I send in my first mail
(javascript:DRPlayer('','','/Forms/Published/PlaylistGen.aspx?qid=1323495','')

is the path to a specific episode, from this location;

http://www.dr.dk/dr2/videnom



-- 
Tom Rausner
-
If one person thinks he's a monkey it's called insanity...
If a billion persons think they are monkies it's called evolution !
-


-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: ASPX, asp.net

2010-01-19 Thread Neil Jensen
Hi,

It looks to me that they are running flash(swf) video on the network
with asp database service
On Tue, 2010-01-19 at 23:35 +0100, Tom Rausner wrote: 
 Hi Sean.
 
 tir, 19 01 2010 kl. 09:27 -0500, skrev Sean Corbett:
  It looks like the PlaylistGen.aspx is simply a script on the server
  side that fetches the movie or playlist -- the .aspx means that they
  are running Microsoft's .NET framework on their server.  What type of
  movie it is would be determined by the MIME type the server returns to
  your browser, which might be difficult to determine if the site is not
  working properly.  Can you give the URL of the site?
 
 I most certenly can;
 
 http://www.dr.dk/dr2/videnom
 
 www.dr.dk 
 is the url to Denmarks Radio's homepage
 
 /dr2
 is the channel
 
 /videnom
 is the page of this specific programseries (a scientific one)
 
 the url I send in my first mail
 (javascript:DRPlayer('','','/Forms/Published/PlaylistGen.aspx?qid=1323495','')
 
 is the path to a specific episode, from this location;
 
 http://www.dr.dk/dr2/videnom
 
 
 
 -- 
 Tom Rausner
 -
 If one person thinks he's a monkey it's called insanity...
 If a billion persons think they are monkies it's called evolution !
 -
 
 



-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: ASPX, asp.net

2010-01-19 Thread Tom Rausner
Hi Niel

tir, 19 01 2010 kl. 19:35 -0500, skrev Neil Jensen:
 Hi,
 
 It looks to me that they are running flash(swf) video on the network
 with asp database service
 On Tue, 2010-01-19 at 23:35 +0100, Tom Rausner wrote: 

why do you think swf? my investegation points at WMV

-- 
Tom Rausner
-
If one person thinks he's a monkey it's called insanity...
If a billion persons think they are monkies it's called evolution !
-


-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users