Posts Tagged ‘streaming’

M-Audio Delta 66 “REV E” in the house

Thursday, August 7th, 2008

We bought a M-Audio Delta 66 last year to complete our multi-track captation system. We’re working for a long time with M-Audio sound cards and especially with Delta 44 ones. So we were a bit surprised when we discovered that the M-Audio Delta 66 revision E wasn’t supported by the alsa project.

To retransmit in live the Amparanoia’s gig at Esperanzah! festival, we need a additional 4 tracks sound card. On sunday, the challenge was to configure our Delta 66.

(more…)

Live en direct à Esperanzah!, on remet ça

Saturday, August 2nd, 2008

Le concert d’Amparanoia sera en direct dimanche soir à 22h sur les ondes de Radio Esperanzah!.

Il nous reste juste … à trouver des micros d’ambiance, à faire câbler le tout, à trouver une petite place en backstage et à remettre en place le disposition inauguré pour Radio Bemba l’année dernière.

Mêmes ingrédients : icecast, ices2, quelques M-Audio et beaucoup de Ogg :-) Au travail et à demain soir.

Create a wav file from an exotic audio format

Saturday, July 5th, 2008

When you need to retrieve a sound from a ugly format (like realaudio, windows media audio, and other proprietary things), mplayer is your best friend :

mplayer -ao pcm:file=output.wav your_file_or_url

It works fine with rtsp: and other bad protocols.

Playlist : Take care with .ram files and other playlist formats. In this case, the url content is only a text with the stream url. mplayer provides again a solution :

mplayer -ao pcm:file=output.wav -playlist file_or_url_playlist

Video : Add the option -vo null if the initial document contains video, the video part will be ignored.

Compress resulted file : The created wav file must be compressed cautiously. Most of the time, you’ve retrieved a sound already very compressed. If you create a ogg file with a low quality, you may experience problems. Use a lossless compression when possible, like flac.

Ogg/vorbis streaming in 4 channels

Thursday, August 30th, 2007

One of the challenges for Radio Esperanzah 2007 was broadcasting in live the Monday special event with Manu Chao Radio Bemba.

On the stage, outputs were the same than for the other lives : stereo lines with the frontstage, two lines from the ambiant microphones.

No way for us to mix these 4 signals before sending them to our studio. Firstly, no space in the loaded sound setup : two huge Midas mixers are installed for the evening. Our small setup (PC tower, 1U compressor/limiter/cables) have just a place under one of mixers. Secondly, .. we don’t have the required mixer. A small Behringher UB isn’t the right device for the job.

So the main part of the problem was sending to our studio the 4 captured lines.

(more…)

La télé sur votre Nokia 800

Tuesday, May 15th, 2007

Comme beaucoup d’utilisateurs de tablette internet Nokia l’expliquent (comme morpheuz), il est possible d’adapter une video pour qu’elle soit visible sur votre Nokia via un streaming http. Il suffit d’un ordinateur avec vlc et d’avoir mplayer sur votre Nokia 800. Votre vlc va recupérer la video, la recompresser (avec un codec mois lourd à décoder pour votre Nokia) et la mettre à disposition en http. Il reste à votre Nokia de venir chercher le flux video avec mplayer.

Pour les FreeBoxiens, il est tout à fait possible de récupérer un flux de FreeBox TV.

Ca donne ca sur votre ordinateur :
vlc "rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=235" --sout '#transcode{vcodec=mp1v,vb=384,fps=25.0,scale=0.5,acodec=mpga, ab=64,channels=1}:duplicate{dst=std{access=http,mux=mpeg1, dst=:8080}}'

Sur votre Nokia, lancez mplayer http://<ip de l'ordi>:8080 et bonne soirée sur Arte ;o)

Ca fonctionne très bien avec un dvd. On peut aussi exploiter l’interface http de vlc pour contrôler vlc à distance.