public marks

PUBLIC MARKS from camel with tag streaming

2008

Panda - Open source video platform

by 2 others
Panda is an open source solution for video uploading, encoding and streaming. Unlike other video platforms, Panda is not just a service for encoding your videos for the web; Panda handles the whole process. From the upload form to streaming, Panda takes control. By providing an elegant REST API, Panda makes it completely painless to implement full video uploading, encoding and streaming functionality to your web application in a matter of hours. * Runs completely within Amazon's Web Services utilising EC2, S3 and SimpleDB. * Everything contained within one elegant Merb application. * Support for the numerous encoding profiles FFmpeg supports including FLV, h264 for Flash a iPhone formats. * Panda gem for painless integration with Ruby on Rails and Merb. * Lovely little admin dashboard for managing your videos.

Ampache... et votre collection de musique vous suit partout - Bienvenue sur Think-Underground.com

Vous connaissez Deezer, Jiwa, Last.fm, ... Ce sont des solutions bien pratiques pour découvrir de la musique, ou vous faire des petites playlistes sympathiques quand vous n'êtes pas chez vous avec vos CDs. Mais qu'en est-il si vous voulez écouter votre propre musique depuis n'importe quel PC sans avoir besoin de passer par un investissement aussi important qu'un iPod ou autre lecteur multimédia. Plusieurs solutions s'offrent à vous, comme icecast par exemple, qui vous permet de diffuser votre propre radio. Combiné à mpd, cette solution vous permet aussi de contrôler vos playlistes... Une autre solution, qui demande juste un hébergement web est Ampache. Cette solution vous permet de créer un site privé (ou pas) sur lequel chaque utilisateur pourra naviguer dans une liste de chanson, et les écouter en streaming (avec VLC ou tout autre lecteur digne de ce nom) ou même directement depuis votre navigateur internet avec un lecteur Flash intégré. Vous pouvez même faire du resampling en temps réel pour économiser votre bande passante ou bien pour écouter vos chansons même au travers d'une connexion internet un peu limitée.

flv streaming with lighttpd

by 2 others (via)
1.4.11 got a new module for streaming Flash movie files called mod_flv_streaming. This module allows you to seek in FLV files using the high performance infrastructure of lighttpd. The idea is simple and explained and implemented on ‘Streaming’ flv video via PHP, take two at http://www.flashcomguru.com/ But instead of streaming the file through PHP we do it in the webserver. The module expects a request for the URL which matches flv-streaming.extensions and can handle a ’?start=’ as part of the request. The information to pass into the ‘start’ parameter is extractly by the flash-player from the meta-data of the flv-files. The meta-data can be setup with flvtool2 Now I leave it to you to combine this with mod_secdownload to create a flv-streaming server for free with deep/hot linking protected movies. server.modules = ( ..., "mod_secdownload", ## optional "mod_flv_streaming", ... ) flv-streaming.extensions = ( ".flv" ) Take the flash-player from flashcomguru and adjust the URL in the player and try yourself.

TÉLÉCHARGER LES MP3 DES SITES DE STREAMING : FLASH TOUJOURS VULNÉRABLE

by 3 others
élécharger les MP3 de Deezer, Last.fm ou Jiwa est aujourd’hui toujours possible, et toujours aussi simple. Malgré tous les efforts des sociétés diffusant de la musique en streaming sur Internet, les pirates ont toujours une longueur d’avance, montrant que le streaming via flash est tout sauf sécurisé. S’il l’on prend le cas de Deezer, il existe maintenant plusieurs programmes permettant d’en télécharger la musique (libre de droit bien sûr), le résultat étant plutôt efficace.

Free Radio Streaming - Stream MP3 and WAV files with Ease | iRadeo

by 3 others
iRadeo is a free online radio platform that allows anyone to stream their MP3 or WAV files. Once installed, iRadeo will automatically detect and stream any supported file format that has been uploaded to the specified directory. Benefits of iRadeo: * It's 100% FREE * Start your own free online radio station * Use to stream both music and podcasts * Share your favorite music with others * Customize to fit your web site

Flumotion, le streaming libre

Flumotion est un serveur de streaming vidéo et audio libre sous licence GPL. Il a comme principal avantage par rapport à la concurrence d’utiliser le gstreamer, ce qui lui permet d’être multiformats (Ogg, Vorbis, Thetra, MP3 mais aussi Windows Media Player ou Flash). On peut voir une démonstration des capacité de Fluymotion sur leur site de démonstration.

2007

Apache Synapse 1.1 - gridvm.org

Apache Synapse offers a wide range of connectivity, including HTTP/S, JMS, (S)FTP, SOAP, WS-ReliableMessaging and WS-Security. The project has been designed to allow administrators to support advanced functionality such as load-balancing, throttling, and failover without writing code. The new Apache Synapse 1.1 release includes many enhancements based on feedback from users, including * Apache VFS based file transport - supports File System, FTP, SFTP, JAR, ZIP, TAR, GZIP, Mime * Scheduled Task support makes it simple to run repetitive tasks * XQuery mediator - simplifies XML transformation with the XQuery standard * POJO Command mediator - allows the creation of message-independent mediation logic * DB Report and DB Lookup mediators - support message augmentation and database logging * Cache and Throttle mediators/enhancements - improve performance and manage load on existing services * Split/Clone/Aggregate mediators - support batch processing of large messages * Improved logging and tracing support With asynchronous support for HTTP and HTTPS, Apache Synapse has very high scalability under load, supporting thousands of concurrent connections even with limited threads. Combined with streaming XML support, Apache Synapse has class-leading performance results. The Apache Synapse code and binaries are available from the website at http://ws.apache.org/synapse

~jk flv streaming

(via)
High performance flv-streaming with lighttpd is possible since lighttpd 1.4.11. With lighty you can easily handle 10000 parallel downloads of your movies including protection against hot-linking with mod_secdownload. This is basicly all you need to build the free video.google.com for yourself.

SesameVault™

SesameVault is a web service for storing, managing, and distributing video and audio content. The SesameVault API allows you to integrate SesameVault with your own application or service.

O'Reilly — Un lecteur de radios Web en Bash

by 1 other
Nous vous présentons un petit script dédié à la période estivale. Ludique, il permet de lire les flux radio diffusés en streaming sur le Web. A cet effet, il présente une interface graphique qui s'intègrera parfaitement à l'environnement Gnome.

Relayer un stream audio avec icecast2 - Digital Fashion

Relayer un stream audio avec icecast2 - Digital Fashion

streamripper - Documentation Ubuntu Francophone

streamripper - Documentation Ubuntu Francophone

2006

Homo-Adminus Blog » Using Lighttpd, Mplayer/Mencoder and Flvtool2 to Implement Flash Video Streaming

by 6 others
It will be really short post about using set of free tools to implement fully functional flash video streaming server.

mp3act - Streaming MP3 Jukebox AJAX Web Application

by 6 others
Comment monter un serveur de streaming en trois coups de cuillère à pot :-)

Flashcomguru.com - A community and resource on Flash Media Server: 'Streaming' flv video via PHP, take two

by 4 others (via)
'Streaming' flv video via PHP, take two Following a really interesting thread on the chattyfig Flashcomm list I have now been able to put together a simple video player which is capable of requesting and playing parts of a flv video file that have not previously been downloaded.

2005

MediaFrame (mediaframe.org), open streaming media

by 2 others (via)
MediaFrame is an Open Source streaming media platform in Java™ which provides a fast, easy to implement and extremely small applet that enables over 97% of web users to view your audio/video content without having to rely on external player applications or bulky plug-ins. MediaFrame does not require special servers, software or programming knowledge

camel's TAGS related to tag streaming

admin +   ajax +   apache +   applet +   application +   bash +   blog +   build +   cache +   code +   database +   deezer +   download +   encoding +   file +   flash +   flv +   form +   format +   free +   http +   icecast2 +   interface +   internet +   java +   lighttpd +   mp3 +   multimédia +   musique +   ogg +   online +   open source +   opensource +   performance +   php +   player +   project +   radio +   ripper +   save +   script +   server +   serveur +   setup +   share +   site +   tools +   upload +   video +   vidéo +   web +   windows +   xml +