473,327 Members | 1,952 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Video stream server

Lad
Hello,
Does anybody know about a video stream server that
serves up HTML pages with links to video files, and then serving out
those video files.

L.

Dec 4 '06 #1
10 4996
Lad wrote:
Does anybody know about a video stream server that
serves up HTML pages with links to video files, and then serving out
those video files.
http://www.youtube.com/ seems to match your specification pretty well.

</F>

Dec 4 '06 #2
Lad

Fredrik,
Thank you for your reply.

If I use the YOUTUBE.com server , I would have to connect to THEIR
computers whenever a user will come to MY website to play a video
stream on MY website. Is it so?

Regards,
L.
Lundh wrote:
Lad wrote:
Does anybody know about a video stream server that
serves up HTML pages with links to video files, and then serving out
those video files.

http://www.youtube.com/ seems to match your specification pretty well.

</F>
Dec 4 '06 #3
Lad wrote:
If I use the YOUTUBE.com server , I would have to connect to THEIR
computers whenever a user will come to MY website to play a video
stream on MY website. Is it so?
no, your user's browser would have to connect to their computers:

http://www.youtube.com/t/help_cat11

but I think you're missing the point; you need to provide more
information about your specific requirements than just "a HTML
page that links to a video file". like, say, in what way this
is related to Python, what software you're using today, what
kind of videos we're talking about, etc.

</F>

Dec 4 '06 #4
Lad

Fredrik,
Thank you for your reply

>
but I think you're missing the point; you need to provide more
information about your specific requirements than just "a HTML
page that links to a video file". like, say, in what way this
is related to Python, what software you're using today, what
kind of videos we're talking about, etc.
The most important thing now is how to add a support for video files.

As to kind of videos, it is not too much important because I can allow
user to upload/play a certain kinds of videos only or transform some
kinds of videos into the correct types
what way this is related to Python,
I love Python so I would like to implement video support in Python.
That is how it is related to Python only

L.
>
</F>
Dec 4 '06 #5
"Lad" <py****@hope.czwrote:
>
The most important thing now is how to add a support for video files.
This is not really a Python question -- it's an HTML question. You need to
spend some time Googling for <objectand <embedtags which allow you
shove a video as part of a web page. Then you can use your Python web site
to create the appropriate HTML.
--
Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.
Dec 5 '06 #6
Lad wrote:
I love Python so I would like to implement video support in Python.
maybe this might be helpful?

http://blog.go4teams.com/archives/vi...m-video-flv/56

</F>

Dec 6 '06 #7
Lad wrote:
>
I love Python so I would like to implement video support in Python.
That is how it is related to Python only
I'm not sure if this is too low-level, but there's always the Flumotion
platform [1]: an open source streaming solution based on Python,
GStreamer and Twisted, and there's a Java applet for viewing in Web
pages (I'll save my rant about Flash for another time). This PyCon 2005
presentation slide takes you to the key points:

http://www.flumotion.net/doc/flumoti...html/img4.html

Of course, this is more about streaming than just video uploads and
downloads, but if you're considering streaming (or if anyone else
reading is), it's probably worth looking into.

Paul

[1] http://www.flumotion.net/

Dec 6 '06 #8
Lad

Fredrik Lundh wrote:
Lad wrote:
I love Python so I would like to implement video support in Python.

maybe this might be helpful?

http://blog.go4teams.com/archives/vi...m-video-flv/56

</F>
Yes, it is very good link.
Thank you

Dec 7 '06 #9
Lad
Hi Paul,
I checked your video strem server.It seems interesting for me.
Can you please answer these questions?
1. What is a price?
2.Do you support FLV format files, if not, why?
3. How many users do already use the server?
4. Can you name any of your customers ?

Thank you
Lad,
Paul Boddie wrote:
Lad wrote:

I love Python so I would like to implement video support in Python.
That is how it is related to Python only

I'm not sure if this is too low-level, but there's always the Flumotion
platform [1]: an open source streaming solution based on Python,
GStreamer and Twisted, and there's a Java applet for viewing in Web
pages (I'll save my rant about Flash for another time). This PyCon 2005
presentation slide takes you to the key points:

http://www.flumotion.net/doc/flumoti...html/img4.html

Of course, this is more about streaming than just video uploads and
downloads, but if you're considering streaming (or if anyone else
reading is), it's probably worth looking into.

Paul

[1] http://www.flumotion.net/
Dec 8 '06 #10
Lad wrote:
I checked your video strem server.It seems interesting for me.
It's not my software, I'm afraid. I just read enough of Planet GNOME to
have become aware of the activities of various people, including people
who work at Fluendo [1] - the principal developers of that software.
Can you please answer these questions?
1. What is a price?
I guess you can get the different components at no cost from the site I
mentioned [2].
2.Do you support FLV format files, if not, why?
3. How many users do already use the server?
4. Can you name any of your customers ?
You would need to ask Fluendo all these questions. I was just telling
you what I've read about myself.

Paul

[1] http://www.fluendo.com/
[2] http://www.flumotion.net/

Dec 8 '06 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: K.H. | last post by:
Hi Does anyone know how I can grab a video stream from an IP-address? There's a video web server for live image transmission in the Internet. Data transfer is accomplished via TCP/IP. The web cam...
3
by: ZaRMaS | last post by:
Hi all, I'm developping a project which you can see a video stream in a panel (like webcam). I am using DirectShowNet library to see the render, and it works correctly. But i need to compress...
1
by: majestik | last post by:
Question, can I see an event in Javascript that tells me a video starts playing using the <embed src="file.wmv>. I stream the video, but there is a wait time and wanted to pop up a message telling...
4
by: hzgt9b | last post by:
Using VS 2003, VB.NET and/or ASP.NET 2.0, BACKGROUND I have a window forms based application that contains a TreeView control and a WebBroswer (AxSHDocVw.AxWebBrowser) control. The TreeView is...
8
by: Amjad | last post by:
Hi i am writing a application where i want to browse video file and copy data into stream and send that stream over network...I have develop P2P windows application where i successfully transfer...
1
by: michael | last post by:
Hello all, I have a Linksys WVC54GC network camera that I am trying to integrate into a website and to enable browsers other than IE to use. Linksys, in their ever-short-sighted ways, decided...
1
by: madushan | last post by:
I also in a need of sending a video file from server to client application. that should play real time .I am going to implement this by using C#. but I don't know how to do that. That mean how to...
8
by: Oscar Arreyano | last post by:
I did a website for a friend's company where they wanted a 'downloads' section similar to standard file sharing you see all over the place. Everything works great except for video. I know there are...
13
by: =?Utf-8?B?Um9nZXIgTWFydGlu?= | last post by:
This is a follow-up to my post "Silverlight video doesn't work when file is streamed from handler in ASP.net" at...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.