| View previous topic :: View next topic |
| Author |
Message |
bowljoman
Joined: 06 Jan 2011 Posts: 7
|
Posted: Mon Jan 24, 2011 6:52 pm Post subject: Red5 transcoder updated. |
|
|
Hello,
The red5 transcoder was updated over the weekend and now includes icecast support. It is similar to the KH branch and also handles nsv video.
http://www.thebitstream.com/?p=243
| Quote: |
Fixed:
* In stream title changes
* Pink blocks
* Mp3 audio streams
* Improved nsv parsing code
Added:
* Admin app to add and remove streams
* Automatic JWPlayer rss play-list generation
* Tweaked sample player app.
* Using image url in ‘AIM’ field of dsp will load image in sample player.
* Icecast support.
* Interface to add media types other than nsv in future.
|
Enjoy!
Andy _________________ thebitstream.com |
|
| Back to top |
|
 |
bbk

Joined: 15 Oct 2005 Posts: 79
|
Posted: Thu Feb 17, 2011 3:00 pm Post subject: great |
|
|
just installed it.
thank you.... _________________ ::bbk::
http://audioasyl.net |
|
| Back to top |
|
 |
bbk

Joined: 15 Oct 2005 Posts: 79
|
Posted: Thu Feb 17, 2011 6:34 pm Post subject: |
|
|
And the other way around is also possible with Xuggler and ezstream:
http://www.xuggle.com
http://www.icecast.org/ezstream.php
The following line grabs the rtmp stream from red5 converts it into mp3 and pipes it to ezstream:
| Code: |
| ffmpeg -i rtmp://localhost/oflaDemo/live -acodec libmp3lame -ar 44100 -f mp3 pipe:1 | ezstream -c /opt/local/etc/ezstream.xml |
In the ezstream configuration you have to set the stdin (beside all other settings):
| Code: |
...
<filename>stdin</filename>
...
|
It whould be great if streaming to a icecast server whould be possible in the red5 app. _________________ ::bbk::
http://audioasyl.net |
|
| Back to top |
|
 |
bowljoman
Joined: 06 Jan 2011 Posts: 7
|
Posted: Thu Feb 17, 2011 6:52 pm Post subject: |
|
|
Well, sure. Red5 could easily read mp3 or flv files or anything it understands nativly and send the data to icecast/shoutcast.
All it takes is a simple socket and the handshake sequence.
Then red5 can push events directly to icecast without needing all that jazz in between.
To be fancy, your flash client could upload files from the local pc to red5 which would parse and forward as icy stream. _________________ thebitstream.com |
|
| Back to top |
|
 |
bbk

Joined: 15 Oct 2005 Posts: 79
|
Posted: Fri Feb 18, 2011 3:36 pm Post subject: red5 source client |
|
|
Nice to hear
As i am new to java and new to red5 this will not be a easy task for me
But i will try. By the way i was asking myself what licence the red5 shoutcast app has? _________________ ::bbk::
http://audioasyl.net |
|
| Back to top |
|
 |
bowljoman
Joined: 06 Jan 2011 Posts: 7
|
Posted: Fri Feb 18, 2011 3:55 pm Post subject: |
|
|
No restrictions on the web application.
Now and again, contract work sprouts up from the existence of the app.
The shoutcast jar will be open-sourced eventually. _________________ thebitstream.com |
|
| Back to top |
|
 |
|