best streaming practice??
hello is there anybody who has experience with streaming audio and video files from zope? does anybody no a good solution, maybe for use in a python product ? thx
I don't know a general solution for Zope but for streaming MP3 you should take a look at http://edna.sourceforge.net/ . Andreas ----- Original Message ----- From: "zope-mailinglist" <zope-mailinglist@mopa.at> To: <zope@zope.org> Sent: Friday, May 04, 2001 12:35 PM Subject: [Zope] best streaming practice??
hello
is there anybody who has experience with streaming audio and video files from zope?
does anybody no a good solution, maybe for use in a python product ?
thx
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Both popular current streamming solutions are copyrighted. I prefer Windows Media because as it's bundled within Windows 2000 server, it offers an almost turnkey solution for producing streamming files. (I never though I was going to say it, but the overall media quality is better than RealNetworks's.) If I were to give an immediate answer, I'd say: Use Windows Media to produce files and serve them, LocalFS to bring pre-streamming media files directories into Zope, and write your own Zope logic to translate a request to LocalFS content, to correspondant URLs to the streamming media server. Then, if I were still in budget, I'd contract Akamai to speed up my streams. As I said it before, LocalFS needs some aditional work to offer full acquisition features and metadata storing, but it's the entrance door to a fully featured media asset management system. Ausum Andreas Jung wrote:
I don't know a general solution for Zope but for streaming MP3 you should take a look at http://edna.sourceforge.net/ .
Andreas ----- Original Message ----- From: "zope-mailinglist" <zope-mailinglist@mopa.at> To: <zope@zope.org> Sent: Friday, May 04, 2001 12:35 PM Subject: [Zope] best streaming practice??
hello
is there anybody who has experience with streaming audio and video files from zope?
does anybody no a good solution, maybe for use in a python product ?
thx
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Good question. I am also researching Audio+Video streaming Zope tools. A couple of immediate suggestions : 1. Radio Free Pete Free, uses GPL tools, crass platform playback, authoring Win32 + Linux http://www.zope.org/Members/pgautier/rfp/ZRFP/ <quote> Radio Free Pete is an mp3 jukebox. With it you can: Index your mp3 files Control your icecast server Stream mp3s to icecast Create multiple streams Manage playlists Rate, request, and skip songs In short, you can use for anything from a personal mp3 organizer and jukebox to a global Internet radio station. </quote> Radio Free Pete uses Icecast www.icecast.org 2. Flix www.wildform.com $99 Video Streaming via Flash Authoring on Win23 uses Quicktime and Windows Media running Cross-platform playback wherever Flash player is installed This is a very strange rather amazing new tool. Flash does not really 'do' video. But flash has streaming. So Flix converts video using Quicktime or windows media tools into .swf files. The clever thing is one has good control over the interface which no other Video web solution offers. They all force one into using their ugly pop-up separate ad-laden players. With Flix you can create your own interface, including overlays, titling, navigation, metadata, whatever .. Flix scales to bandwidth very nicely. It is very fast, has small footprint and is effective. The application is a starighforward easy-to-use tool. It has lower visual quality in general than other video streaming, depending upon settings and your audiences needs, so this may rule it out. I will be surprised if Flix does not get a lot of use by porn industry. They are always first to exploit [ahem] adopt fast, cheap, working, _understandable_ plug'n'play technology. Check the online samples at Wildform, download a demo and make some tests of your own source at different settings. I did & promptly bought a copy:-) I am working to have ZopeFlashVideo site up soon The distinct advantages are control of interface and speed. For example, it makes a great video catalog/server interface using Zope. Flash integrates very well with Zope for several reasons: - Similar container context object paradigm - Uses ActionScript [JavaScript EcmasScript variant] which makes for easy trnaslations to/from Python programming - inteface to Zope and pass data via getURL() and loadVariables() functions - includes XML handling for fast data passing and better asbtraction 3. Comments Flix can also be used for the Audio only. I need to test this altertative. Flash also does audio streaming so you can go that route too. But RadioFreePete/Icecast seems a better path for pure audio. The icecast sites I have been listening to recently are pretty good. http://yp.icecast.org/index.html?search=all hth & please do keep me posted of any ideas/tools/work ./Jason ___________________________________________________________ Jason CUNLIFFE = NOMADICS['Interactive Art and Technology'] ----- Original Message ----- From: "zope-mailinglist" <zope-mailinglist@mopa.at> To: <zope@zope.org> Sent: Friday, May 04, 2001 12:35 PM Subject: [Zope] best streaming practice??
hello
is there anybody who has experience with streaming audio and video files from zope?
does anybody no a good solution, maybe for use in a python product ?
thanks for your answers isnt there a solution for unix/linux? my solution should run on freebsd 4.3 i would like to stream mpeg2 or (in my dreams) mpeg4 (divx) :) i took a look at darwin - but it seems that it only understands qt format dono if i'm right ----- Original Message ----- From: "zope-mailinglist" <zope-mailinglist@mopa.at> To: <zope@zope.org> Sent: Friday, May 04, 2001 6:35 PM Subject: [Zope] best streaming practice??
hello
is there anybody who has experience with streaming audio and video files from zope?
does anybody no a good solution, maybe for use in a python product ?
thx
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Andreas Jung -
Ausum -
Jason Cunliffe -
zope-mailinglist