473,587 Members | 2,258 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 5021
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.cz wrote:
>
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

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

Similar topics

2
9637
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 that I am using is integrated into a network with fixed IP address. The streaming software is already there, so I have to go to this IP-address to...
3
16493
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 the video stream in live with a codec (codec developped in C). Problem is that i don't know how to read the stream and sending to my codec. I was...
1
3302
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 the user it is buffering until the video actually begins to play in the browser. Thanks for any help! JJ
4
6271
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 populated with nodes that when clicked play an audio clip from specified local or web URL and navigate the browser control to a specified local or...
8
65813
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 text message to each other but now i want to send video file and play that file on other end...I know the code how to send the stream over the network...
1
14740
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 to make this device only compatible with IE. It requires IE and ActiveX. However, you can access the video stream directly with the following...
1
1260
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 divide the video(mpeg) file into frames in the server side and also how to play that in the client side.For that playing purpose I am going to ...
8
2430
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 codecs involved, however, if i create a video (I've tried mpg, avi, wma so far) I can watch it on my pc from disk just fine. Since my pc is also my...
13
3981
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 http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.dotnet.framework.aspnet&mid=e9a38d03-83a8-41fc-8950-5ee60d2a18a5. I have a web site under .NET 2.0 that renders videos using the Silverlight...
0
7915
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7843
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8205
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8220
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6619
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5712
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5392
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
2347
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1452
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.